Search and Top Navigation
#6223 closed bug (duplicate)
Opened October 24, 2010 11:11PM UTC
Closed October 25, 2010 01:53PM UTC
Draggable div containing image broken after jQuery 1.4.3 upgrade
Reported by: | geordie@korper.org | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.9.0 |
Component: | ui.draggable | Version: | 1.8.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Seems to be a problem only with Webkit based browsers but when I upgraded my jQuery to 1.4.3 my draggable divs containing images stopped being draggable. The images are now selected when I try to drag them. Applying draggable to a div such as the following shows the problem in 1.4.3 but not in 1.4.2:
<div id="LayoutItemDiv">
<img id="LayoutItemImage" src="foo.png">
</div>
I will attach to the ticket a simple html file showing the problem.
Attachments (1)
Change History (1)
Changed October 25, 2010 01:53PM UTC by comment:1
milestone: | TBD → 1.9 |
---|---|
resolution: | → duplicate |
status: | new → closed |
Duplicate of #6174.