mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Auto merge of #12365 - simartin:issue_12071, r=KiChjang
Issue #12071: Don't submit forms when typing Tab on an input. <!-- Please describe your changes on the following line: --> Fixes https://github.com/servo/servo/issues/12071 --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #12071 <!-- Either: --> - [X] There are tests for these changes <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12365) <!-- Reviewable:end -->
This commit is contained in:
commit
3c3c32f95e
3 changed files with 46 additions and 4 deletions
|
@ -6504,6 +6504,12 @@
|
|||
"url": "/_mozilla/mozilla/form_submit_about.html"
|
||||
}
|
||||
],
|
||||
"mozilla/form_tab_keyevent.html": [
|
||||
{
|
||||
"path": "mozilla/form_tab_keyevent.html",
|
||||
"url": "/_mozilla/mozilla/form_tab_keyevent.html"
|
||||
}
|
||||
],
|
||||
"mozilla/getBoundingClientRect.html": [
|
||||
{
|
||||
"path": "mozilla/getBoundingClientRect.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue