Search and Top Navigation
#3488 closed bug (fixed)
Opened October 21, 2008 12:34PM UTC
Closed November 03, 2008 01:24PM UTC
ui.sortable - IE6+ doesn't fire click-event after sorting
Reported by: | C-rank | Owned by: | paul |
---|---|---|---|
Priority: | critical | Milestone: | 1.7 |
Component: | ui.sortable | Version: | 1.6rc2 |
Keywords: | ui, sortable, ie, click, event | Cc: | |
Blocked by: | Blocking: |
Description
I got a sortable list with e.g. 10 items containing a line of icons (for further actions) and below an image.
Before sorting one of those items the click-event on the images works fine. But after sorting one item, the click-events on the icons of the sorted item, are not firing any more.
Short: Before sorting, clicking the icons of sorted element works fine
After sorting, clicking the icons of sorted element won't work any more.
Works fine in Opera, FF... but NOT in IE6+
Errors in Firebug: None.
See file-attachment for a "working" demo.
Attachments (1)
Change History (2)
Changed October 24, 2008 01:03AM UTC by comment:1
milestone: | TBD → 1.6 |
---|---|
priority: | major → critical |
Changed November 03, 2008 01:24PM UTC by comment:2
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in r857. Very strange issue, took me hours to debug, it's caused by removing the placeholder in the clear() function (yeah, the placeholder has no relation to the original item at all, weird huh?).