Skip to main content

Search and Top Navigation

#7187 closed bug (notabug)

Opened March 22, 2011 07:56PM UTC

Closed March 22, 2011 08:12PM UTC

Droppable does not work with a block level element

Reported by: josiahd Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.droppable Version: 1.8.9
Keywords: Cc:
Blocked by: Blocking:
Description

jQuery: 1.5.1

Browsers: Chrome 10.0.648.151, Firefox 3.6.15

OS: Windows 7

Instuctions:

  • Go to http://jsfiddle.net/Josiahd/BE9WU/
  • Drag an element from the list and hover over the left, then the right, of the droppable box
  • Drag an element from the list to the left, outside, of the the box.
  • Uncomment the css and repeat.

What will happen is the hover will fail to be detected when hovering over the right half of the box. However it will be detected both when over the left half, and when outside and to the left, of the box.

When the css is uncommented all should work perfectly.

Attachments (0)
Change History (1)

Changed March 22, 2011 08:12PM UTC by scottgonzalez comment:1

resolution: → invalid
status: newclosed

Put a border around your li's and you'll see that this is working properly.