gecko-dev/dom/html/test/dialog
sefeng 7ba74df412 Bug 1649278 - Don't do PreventDefault for escape key if <select> dropdown is not shown r=smaug
We always use PreventDefault for <select> element, which is
problematic if modal dialog is on as it prevents cancelling
the dialog.

We fix it by not blocking the default action if <select> is
not shown.

Differential Revision: https://phabricator.services.mozilla.com/D82590
2020-07-15 19:00:30 +00:00
..
mochitest.ini Bug 1649278 - Don't do PreventDefault for escape key if <select> dropdown is not shown r=smaug 2020-07-15 19:00:30 +00:00
test_bug1648877_dialog_fullscreen_denied.html Bug 1648877 - Deny the fullscreen request if the element is dialog r=smaug 2020-07-02 15:47:39 +00:00
test_cancelDialogByEscape.html
test_dialog_cancel_events.html
test_dialog_cancel_preventDefault.html
test_dialog_cancel_with_select.html Bug 1649278 - Don't do PreventDefault for escape key if <select> dropdown is not shown r=smaug 2020-07-15 19:00:30 +00:00
test_dialog_keydown_preventDefault.html