Search and Top Navigation
#3966 closed bug (fixed)
Opened January 28, 2009 12:09PM UTC
Closed January 29, 2009 10:57AM UTC
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
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?