Modify ↓
Ticket #3438 (closed bug: invalid)
ui.sortable - IE6+ doesn't fire click-event after sorting
| Reported by: | C-rank | Owned by: | flesler |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.5 |
| Component: | unfiled | Version: | 1.2.6 |
| Keywords: | ui, sortable, ie, click | Cc: | |
| Blocking: | Blocked by: |
Description
I got a list with e.g. 10 items containing a line of icons (for further actions) and below an image which should be sortable.
Before sorting one of these items the click-event on the images works fine. But after sorting one item, the click-events on the images of the sorted item, are not firing any more.
Short: Before sorting, clicking the icons, work fine
After sorting, clicking the icons, won't work any more.
Works fine in Opera, FF... but NOT in IE6+
Errors in Firebug: None.
See file-attachment for further details.
Attachments
Change History
Changed 5 years ago by C-rank
-
attachment
jquerytest.html
added
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Example to show the Error (open in IE6+)