Closed
Bug 771492
Opened 12 years ago
Closed 12 years ago
Enable the dom.experimental forms by default in fennec
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: raphc, Assigned: raphc)
References
Details
Attachments
(1 file)
948 bytes,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Since we've got the ui for the <input> element on fennec, we should enable the experimental forms.
Comment 1•12 years ago
|
||
So, Mark, with this pref enabled on Fennec, the browser will support <input type='number'> and later other input types (as they come). Actually, Fennec already has a UI for <input type='number'> (it is showing a number-only keyboard) so enabling this pref will only make all special features like form validation, stepDown(), stepUp() and .valueAsNumber to work in JS.
Raphael, could you write a patch (just change mobile/android/app/mobile.js) and ask a review to :mfinkle?
Version: unspecified → Trunk
Assignee | ||
Comment 2•12 years ago
|
||
Attachment #639828 -
Flags: review?(mark.finkle)
Comment 3•12 years ago
|
||
Comment on attachment 639828 [details] [diff] [review]
patch
I'm looking forward to the cool new form features
Attachment #639828 -
Flags: review?(mark.finkle) → review+
Updated•12 years ago
|
Status: NEW → ASSIGNED
Flags: in-testsuite-
Target Milestone: --- → mozilla16
Comment 4•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•