Opened 10 years ago

Closed 10 years ago

#8857 closed bug (notabug)

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.

Change History (1)

comment:1 Changed 10 years ago by tj.vantoll

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/.

Note: See TracTickets for help on using tickets.