cwmonkey / reactor-knockoff

24 stars 31 forks source link

UI issue on Firefox 87.0 x64 #28

Closed ScarletDetector closed 3 years ago

ScarletDetector commented 3 years ago

On the latest update of Firefox x64 (as of 2021-04-01), there's an issue about the UI in the Options. When I press Export save or Import save, nothing seems to be happening afterwards at all, in fact nothing happened at all...

However, I tried with Chrome and everything still works as expected...

asl97 commented 3 years ago

https://developer.mozilla.org/en-US/docs/Web/API/HTMLDialogElement/showModal

From version 53: this feature is behind thedom.dialog_element.enabled preferences (needs to be set to true). To change preferences in Firefox, visit about:config.

See bug 840640.

ScarletDetector commented 3 years ago

https://developer.mozilla.org/en-US/docs/Web/API/HTMLDialogElement/showModal

From version 53: this feature is behind thedom.dialog_element.enabled preferences (needs to be set to true). To change preferences in Firefox, visit about:config.

See bug 840640.

Thanks! That worked! Edit: It's actually dom.dialog_element.enabled, in case it's ambiguous to others around here