Opened 14 years ago
Closed 11 years ago
#4482 closed bug (patcheswelcome)
Sortable: Placeholder height not being calculated/applied properly in IE7/6
Reported by: | bbonifield | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 2.0.0 |
Component: | ui.sortable | Version: | 1.7.1 |
Keywords: | haspatch | Cc: | |
Blocked by: | Blocking: |
Description
When using a sortable in IE7/6, the height of the placeholder element is not inheriting the height of the current target draggable element. UI tries to add inline CSS for this purpose, but it seems to be failing in IE < 8.
REF: http://jsbin.com/obogo Example source also attached
Attachments (1)
Change History (7)
Changed 14 years ago by
Attachment: | sortableTest.html added |
---|
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 13 years ago by
comment:4 Changed 11 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:5 Changed 11 years ago by
Keywords: | haspatch added |
---|---|
Status: | new → open |
confirmed in IE7 on latest: http://jsbin.com/obogo/14/edit
comment:6 Changed 11 years ago by
Resolution: | → patcheswelcome |
---|---|
Status: | open → closed |
I still see the issue in IE7 against 1.10.0 - http://jsbin.com/obogo/15/edit. It looks like as the OP stated 4 years ago the inline style is being added but it not taking effect in IE7 for whatever reason, but works fine in IE8+.
At this point, we're not going to invest any more time into searching for a workaround that we're comfortable implementing. If anyone has a proposed fix, we'll gladly review a pull request.
workaround: