Skip to main content

Search and Top Navigation

#4900 closed bug (notabug)

Opened October 07, 2009 06:45AM UTC

Closed October 27, 2010 08:56PM UTC

IE7, draggable in html element with overflow:auto

Reported by: lindner@visionet.de Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.draggable Version: 1.8a1
Keywords: Cc:
Blocked by: Blocking:
Description

Having something like

<div style="height:100px;overflow:auto">

<div id="makeMeDraggable">Some content</div>

<!-- repeat e few times to show the scrollbar -->

</div>

<script type="text/javascript" ><!--/*--><![CDATA[/*><!--*/

jQuery(function(){jQuery('#makeMeDraggable').draggable()});

/*-->]]>*/</script>

does not work in IE7. The droppable elements do not follow the scrollbar. they do not hide inside the scrollable area they run out of the box.

Attachments (0)
Change History (3)

Changed October 07, 2009 07:49AM UTC by lindner@visionet.de comment:1

Only happens when Walter Zorn's tooltips are loaded (www.walterzorn.com)

Changed November 17, 2009 09:31AM UTC by jzaefferer comment:2

milestone: TBD1.8
priority: blockerminor

Can you provide a testpage? Sounds like the Zorn tooltip is actually causing the isuse.

Changed October 27, 2010 08:56PM UTC by scottgonzalez comment:3

resolution: → invalid
status: newclosed