Closed
Bug 927365
Opened 11 years ago
Closed 11 years ago
Make the implicit form submission code aware of <input type=number>
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: jwatt, Assigned: jwatt)
References
Details
Attachments
(1 file)
5.60 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
It turns out that bug 927125 is invalid, so I need the implicit form submission code to be aware of <input type=number>. That is, the code implementing:
http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#implicit-submission
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #817788 -
Flags: review?(bugs)
Comment 2•11 years ago
|
||
Comment on attachment 817788 [details] [diff] [review]
patch
Some test would be really nice.
Attachment #817788 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 3•11 years ago
|
||
We have tests. Specifically content/html/content/test/forms/test_input_typing_sanitization.html tests this. The reason that it fails with the patch for bug 635240 is that IsSingleLineTextControl no longer returns true for NS_FORM_INPUT_NUMBER.
Assignee | ||
Comment 4•11 years ago
|
||
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
You need to log in
before you can comment on or make changes to this bug.
Description
•