Closed
Bug 638143
Opened 14 years ago
Closed 14 years ago
XUL numberbox shouldn't have their internal html:input inheriting from type
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
RESOLVED
FIXED
mozilla6
People
(Reporter: mounir, Assigned: mounir)
References
Details
Attachments
(1 file)
1.16 KB,
patch
|
enndeakin
:
review+
|
Details | Diff | Splinter Review |
Because of that, if you create a XUL numberbox, the input inside it will be <input type='number'> which really isn't what we want...
I guess XUL numberbox could use <input type='number'> but that's another bug...
Attachment #516297 -
Flags: review?(enndeakin)
Assignee | ||
Updated•14 years ago
|
Whiteboard: [needs review]
Updated•14 years ago
|
Attachment #516297 -
Flags: review?(enndeakin) → review+
Assignee | ||
Updated•14 years ago
|
Whiteboard: [needs review] → [can land][post-2.0]
Assignee | ||
Comment 1•14 years ago
|
||
I completely forgot about that patch...
Pushed:
http://hg.mozilla.org/mozilla-central/rev/4624580d88c0
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Whiteboard: [can land][post-2.0]
Target Milestone: --- → mozilla6
You need to log in
before you can comment on or make changes to this bug.
Description
•