Closed
Bug 940006
Opened 12 years ago
Closed 12 years ago
Get the 'readonly' attribute working for <input type=number>
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
VERIFIED
FIXED
mozilla29
People
(Reporter: jwatt, Assigned: jwatt)
References
Details
Attachments
(1 file)
2.24 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
The structure of the new implementation for <input type=number> means that we'll need special handling for the 'readonly' attribute to make sure that the the input's anonymous text control is kept in sync with regards to readonly/readwrite state.
![]() |
Assignee | |
Comment 1•12 years ago
|
||
Attachment #8334078 -
Flags: review?(bugs)
![]() |
Assignee | |
Comment 2•12 years ago
|
||
There are tests that we have that fail with the new implementation without this patch.
Updated•12 years ago
|
Attachment #8334078 -
Flags: review?(bugs) → review+
![]() |
Assignee | |
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Comment 5•12 years ago
|
||
Verified that read-only attribute can't be changed from keyboard on Firefox 29 beta 6 under Mac OS X 10.9.2, Ubuntu 64-bit and Win 7 74-bit.
I'm changing the target milestone to correctly reflect the release of Input type number.
I believe that bug 982189 is related.
Status: RESOLVED → VERIFIED
Target Milestone: mozilla28 → mozilla29
You need to log in
before you can comment on or make changes to this bug.
Description
•