Skip to main content

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)
  • jquerytest.html (2.0 KB) - added by C-rank October 21, 2008 12:35PM UTC.

    Example to show the Error (open in IE6+)

Change History (2)

Changed October 24, 2008 01:03AM UTC by scottgonzalez comment:1

milestone: TBD1.6
priority: majorcritical

Changed November 03, 2008 01:24PM UTC by paul comment:2

resolution: → fixed
status: newclosed

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?).