niutech / showModalDialog

window.showModalDialog polyfill using a <dialog> element
https://niutech.github.io/showModalDialog/demo.html
Apache License 2.0
177 stars 88 forks source link

Firefox latest version Dialog window not opening #32

Closed VanishreeKS closed 5 years ago

VanishreeKS commented 6 years ago

Hi, Thanks for the reply for my previous post. I changed the flag of Dom.dialog.element to True. Still the page which I want to open is not opening. I checked the Popup blocker..its not checked..allows popup. The page executes the code of called popup page. But it won't bring up the popup page. Its not throwing any error. What might be the issue. Please help.

VanishreeKS commented 6 years ago

How do I the About:config on server. This change is difficult to do in each client machine. Is there any one place where we can make this change?.

grahamperrin commented 6 years ago

… Dom.dialog.element to True. Still the page which I want to open is not opening. …

about:config?filter=dom.dialog

I have only dom.dialog_element.enabled, false by default, with Waterfox 56.2.0.31_5 on FreeBSD-CURRENT. YMMV.

With the one boolean switched to true, both buttons at http://niutech.github.io/showModalDialog/demo.html result in a dialogue.

Maybe useful:

niutech commented 5 years ago

Thanks @grahamperrin for the explanation!