Search and Top Navigation
#15063 closed bug (wontfix)
Opened October 05, 2016 11:14AM UTC
Closed October 05, 2016 04:21PM UTC
HTML5 dialog element issue with jQuery UI draggable
Reported by: | UnnikrishnanBhargavakurup | 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
Attachments (0)
Change History (1)
Changed October 05, 2016 04:21PM UTC by comment:1
resolution: | → wontfix |
---|---|
status: | new → closed |
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.