Ticket #6223 (closed bug: duplicate)
Draggable div containing image broken after jQuery 1.4.3 upgrade
| Reported by: | geordie@… | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.9.0 |
| Component: | ui.draggable | Version: | 1.8.5 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
Change History
Changed 3 years ago by geordie@…
-
attachment
brokendrag.html
added
Note: See
TracTickets for help on using
tickets.


HTML File showing broken draggable div