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.
Note: See
TracTickets for help on using
tickets.
In your examples you have spelled
tolerance
incorrectly. If I change the spelling and usetolerance: '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/.