Ticket #3488 (closed bug: fixed)
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: | |
| Blocking: | Blocked by: |
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
Change History
Changed 5 years ago by C-rank
-
attachment
jquerytest.html
added
Note: See
TracTickets for help on using
tickets.


Example to show the Error (open in IE6+)