Opened 14 years ago
Closed 14 years ago
#3966 closed bug (fixed)
dialog: dragging a dialog is very jittery in IE6
Reported by: | rdworth | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.7 |
Component: | ui.dialog | Version: | 1.6rc5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
See
http://jquery-ui.googlecode.com/svn/trunk/demos/dialog/modal.html
note, while dragging:
- dialog is very slow to keep up with dragging, even if you move quite slowly
- cursor flickers between move and arrow
Note: See
TracTickets for help on using
tickets.
two problems here:
1) the shadow recalculations are simply slow - for IE. we could disable the shadow during drag and restore on stop
2) the iframe fix makes it so the event doesn't propagate when dragging fast - this is a real issue. Any idea?