Skip to main content

Search and Top Navigation

#7052 closed bug (invalid)

Opened March 02, 2011 08:54PM UTC

Closed November 23, 2012 08:52AM UTC

Sortable: dragged element disappears (or shifts) if height: auto; in IE

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

example here: http://bit.ly/eTEXBA

The dragged element is not visible while dragging in IE 8.0.

CSS:

#list {
height: 200px;
overflow-y: auto;
width: 200px;
}

html

<ul id="list">
<li>item 1</li>
<li>item 2</li>
</ul>

jQuery

$('#list').sortable();

Attachments (0)
Change History (4)

Changed March 02, 2011 08:56PM UTC by scottgonzalez comment:1

component: ui.draggableui.sortable

Changed October 11, 2012 02:55PM UTC by scottgonzalez comment:2

milestone: 1.9.02.0.0

Changed November 08, 2012 08:39PM UTC by mikesherov comment:3

owner: → orolo
status: newpending
summary: IE: dragged element disappears (or shifts) if height: auto;Sortable: dragged element disappears (or shifts) if height: auto; in IE

Thanks for taking the time to contribute to the jQuery UI project! I can no longer reproduce the issue using the latest jQuery and jQuery UI using the info provided. http://jsfiddle.net/Rzk9h/

If you can still reproduce it, please feel free to reply to this ticket with a test case showing the problem. Thanks!

Changed November 23, 2012 08:52AM UTC by trac-o-bot comment:4

resolution: → invalid
status: pendingclosed

Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!