Opened 14 years ago
Closed 10 years ago
#4499 closed bug (wontfix)
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.
Change History (4)
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.7.2 |
---|
comment:2 Changed 14 years ago by
Milestone: | 1.7.2 → 1.8 |
---|
comment:3 Changed 10 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:4 Changed 10 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Summary: | UI.Sortable : IE Bug (filter property affects overflow on sortable item) → Sortable : IE Bug (filter property affects overflow on sortable item) |
Note: See
TracTickets for help on using
tickets.
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.