Side navigation
#1973 closed bug (fixed)
Opened November 26, 2007 07:51PM UTC
Closed December 27, 2007 02:42PM UTC
JQuery UI drag and drop issue in IE6.
Reported by: | ewkoob | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | 1.2.2 |
Component: | ui | Version: | 1.2.1 |
Keywords: | drag drop | Cc: | ewkoob@yahoo.com |
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 (2)
Changed November 30, 2007 05:28PM UTC by comment:1
owner: | → paul |
---|---|
status: | new → assigned |
Changed December 27, 2007 02:42PM UTC by comment:2
resolution: | → fixed |
---|---|
status: | assigned → closed |
IE6 has some strange zIndex issues. try to use the zIndex option and set it explicitely to something. Thanks!