Closed
Bug 862084
Opened 12 years ago
Closed 12 years ago
Crash [@ mozilla::dom::HTMLSelectElementBinding::item]
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
VERIFIED
FIXED
mozilla23
People
(Reporter: jruderman, Assigned: Ms2ger)
References
Details
(Keywords: crash, regression, testcase)
Attachments
(3 files)
Reporter | ||
Comment 1•12 years ago
|
||
Comment 3•12 years ago
|
||
Yep:
33 getter Element item(unsigned long index);
Should be "Element?", I would think. The spec needs this fixed too.
tracking-firefox22:
--- → ?
Comment 4•12 years ago
|
||
And namedItem should be "object?", I would think.
Comment 5•12 years ago
|
||
This only landed in 23 (Nightly) so flagging accordingly.
Updated•12 years ago
|
OS: Mac OS X → All
Hardware: x86_64 → All
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → Ms2ger
Assignee | ||
Comment 6•12 years ago
|
||
Attachment #738518 -
Flags: review?(bzbarsky)
Assignee | ||
Comment 7•12 years ago
|
||
Comment 8•12 years ago
|
||
Comment on attachment 738518 [details] [diff] [review]
Patch v1
r=me
Please do file a spec bug.
Attachment #738518 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 9•12 years ago
|
||
Assignee | ||
Comment 10•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
Comment 11•11 years ago
|
||
Mozilla/5.0 (X11; Linux i686; rv:23.0) Gecko/20100101 Firefox/23.0
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:23.0) Gecko/20100101 Firefox/23.0
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0
Verified as fixed on Firefox 23 Beta 1 (buildID: 20130625125232) and latest Nightly (buildID: 20130625031238).
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•