Modify ↓
Ticket #2541 (closed bug: fixed)
[draggable] unit test failure - draggable-options-cancel-(empty)
| Reported by: | rworth | Owned by: | braeker |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.4 |
| Component: | ui | Version: | 1.2.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
The following unit test is failing:
http://dev.jquery.com/view/trunk/ui/tests/uiTest.draggable.html#draggable-options-cancel-(empty)
Expected behavior:
Dragging can start on all items, as the default cancel value ('input,textarea,button,select,option') was overridden by cancel:
Actual behavior:
Attempting to drag the div by starting on the textbox does not start the drag.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
