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

Change History (2)

comment:1 Changed 14 years ago by paul

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?

comment:2 Changed 14 years ago by paul

Resolution: fixed
Status: newclosed

Fixed in r1847.

Note: See TracTickets for help on using tickets.