summaryrefslogtreecommitdiffstats
path: root/web_src/js/modules/aria/modal.js
Commit message (Collapse)AuthorAgeFilesLines
* Make "cancel" buttons have proper type in modal forms (#25618)wxiaoguang2023-07-031-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.