Opened 7 years ago
Last modified 7 years ago
#14891 new bug
Draggable and droppable dom is assigned a "null" id in Firefox
Reported by: | Tyf0x | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | none |
Component: | ui.droppable | Version: | 1.11.4 |
Keywords: | draggable droppable | Cc: | |
Blocked by: | Blocking: |
Description
When using draggable or/and droppable without assigning an id to their DOM element, they will be assigned the value "null" when the drag events occur.
This seems to only happen in Firefox
Demo: 1/ In firefox, go to https://jsfiddle.net/5ruqte05/1/ 2/ Open the inspector. Notice that there is no id assigned to the draggable and droppable elements 3/ Start dragging the elements and observe an id="null" attribute being assigned.
Note: See
TracTickets for help on using
tickets.
this is a firefox bug... reproducable in firefox 43.0.1 working in 45.0a2 developer edition...