Opened 6 years ago
Closed 6 years ago
#15063 closed bug (wontfix)
HTML5 dialog element issue with jQuery UI draggable
Reported by: | Unnikrishnan Bhargavakurup | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.draggable | Version: | 1.11.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have an issue with HTML5 dialog element and draggable, When I drag the dialog the mouse pointer is moving away from the element.
Please see this jsfiddle like for a working sample: http://fiddle.jshell.net/ev3Lhr5k/
Please verify this in Chrome browser
Note: See
TracTickets for help on using
tickets.
This is because
dialog
elements use a combination of CSS that we don't support for draggable. Sincedialog
is only supported by Blink and users can work around this by changing the CSS after showing the dialog, we don't plan on making any changes. If browser support improves, we can reconsider.See http://jsbin.com/wizediduqu/1/edit?html,js,output for an example of how you can get draggable to behave properly.