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 comment:1
Changed November 17, 2009 09:31AM UTC by comment:2
milestone: | TBD → 1.8 |
---|---|
priority: | blocker → minor |
Can you provide a testpage? Sounds like the Zorn tooltip is actually causing the isuse.
Changed October 27, 2010 08:56PM UTC by comment:3
resolution: | → invalid |
---|---|
status: | new → closed |
Only happens when Walter Zorn's tooltips are loaded (www.walterzorn.com)