GoogleChrome / dialog-polyfill

Polyfill for the HTML dialog element
BSD 3-Clause "New" or "Revised" License
2.45k stars 245 forks source link

Dialog-polyfill popup is not draggable or repositionable using mouse on Chrome/Firefox #182

Closed mounikapk closed 4 years ago

mounikapk commented 5 years ago

Dialog-polyfill popup is not draggable or repositionable using mouse on Chrome/Firefox-

I have used dialog-polyfill to make native dialog element work like modal on chrome and firefox. But the dialog box cannot be re positioned by dragging using mouse pointer.

Please help me if i am missing anything here.

samthor commented 4 years ago

<dialog> isn't draggable by default. We've not experimented with combining the polyfill with the HTML drag and drop API yet.