#1973 closed bug (fixed)
JQuery UI drag and drop issue in IE6.
Reported by: | ewkoob | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | 1.5 |
Component: | ui.core | Version: | 1.2.1 |
Keywords: | drag drop | Cc: | [email protected]… |
Blocked by: | Blocking: |
Description
Created two droppable divs, absolute positioned (one on left and on on right of the page). Create two draggables.
When dragging the draggable from right to left on the page, the helper appears to go behind the right div.
Attachments (4)
Change History (8)
Changed 15 years ago by
Attachment: | clickmenu.css added |
---|
Changed 15 years ago by
Attachment: | toolbar.html added |
---|
Changed 15 years ago by
Attachment: | toolbar.2.html added |
---|
Changed 15 years ago by
Attachment: | toolbar.js added |
---|
comment:1 Changed 15 years ago by
Owner: | set to paul |
---|---|
Status: | new → assigned |
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 14 years ago by
Milestone: | → 1.5 |
---|
Note: See
TracTickets for help on using
tickets.
IE6 has some strange zIndex issues. try to use the zIndex option and set it explicitely to something. Thanks!