Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make "cancel" buttons have proper type in modal forms (#25618) | wxiaoguang | 2023-07-03 | 1 | -0/+26 |
Replace #25446, fix #25438 All "cancel" buttons which do not have "type" should not submit the form, should not be triggered by "Enter". This is a complete fix for all modal dialogs. The major change is "modules/aria/modal.js", "devtest" related code is for demo/test purpose. |