Skip to main content

Search and Top Navigation

#4499 closed bug (wontfix)

Opened April 27, 2009 07:36PM UTC

Closed November 04, 2012 06:09PM UTC

Sortable : IE Bug (filter property affects overflow on sortable item)

Reported by: paradygm Owned by:
Priority: minor Milestone: 2.0.0
Component: ui.sortable Version: 1.7.1
Keywords: Cc:
Blocked by: Blocking:
Description

In this case :

li.sortable {

position:relative;

float:left;

overlfow:visible;

}

li.sortable a {

position:absolute;

top:-12px;

right:-12px;

width:24px;

height:24px;

}

The use of filter on sortable item for IE prevent overflow property to take effect.

This can be simply solved by removing the filter property in the stop callback function.

Attachments (0)
Change History (4)

Changed May 07, 2009 11:07AM UTC by jzaefferer comment:1

milestone: TBD1.7.2

Changed May 07, 2009 01:24PM UTC by jzaefferer comment:2

milestone: 1.7.21.8

Changed October 11, 2012 02:54PM UTC by scottgonzalez comment:3

milestone: 1.9.02.0.0

Changed November 04, 2012 06:09PM UTC by mikesherov comment:4

resolution: → wontfix
status: newclosed
summary: UI.Sortable : IE Bug (filter property affects overflow on sortable item)Sortable : IE Bug (filter property affects overflow on sortable item)

Thanks for contributing! This should have been fixed in http://bugs.jquery.com/ticket/6652 . Please feel free to open a new ticket if this is still a problem. This means it's a "won't fix", as it won't be fixed in jQuery UI itself.