Skip to main content

Search and Top Navigation

#8857 closed bug (notabug)

Opened November 27, 2012 09:23AM UTC

Closed November 27, 2012 01:16PM UTC

Droppable do not work on inline or float elements?

Reported by: ph4n70m Owned by:
Priority: minor Milestone: 1.10.0
Component: ui.droppable Version: 1.9.2
Keywords: Cc:
Blocked by: Blocking:
Description

Hi. Is it bug or feature? I cannot find out.

Working sample http://jsfiddle.net/kWSJ9/1/

After setting float: left; http://jsfiddle.net/kWSJ9/2/

Changed div to span http://jsfiddle.net/kWSJ9/3/

I've tested on differents tolerance - pointer, touch and nothing helped me.

Attachments (0)
Change History (1)

Changed November 27, 2012 01:16PM UTC by tj.vantoll comment:1

resolution: → notabug
status: newclosed

In your examples you have spelled

tolerance
incorrectly. If I change the spelling and use
tolerance: 'touch'
they both seem to work. Also for future reference when creating test cases please test against the latest versions of jQuery / jQuery UI available. You can use this as a boilerplate - http://jsfiddle.net/ZgAqH/.