Closed
Bug 14419
Opened 26 years ago
Closed 26 years ago
option.text needs to be read/write
Categories
(Core :: DOM: Core & HTML, defect, P3)
Core
DOM: Core & HTML
Tracking
()
VERIFIED
FIXED
M13
People
(Reporter: pollmann, Assigned: pollmann)
References
Details
(Whiteboard: Fix in hand)
Attachments
(2 files)
Need to implement nsHTMLOptionElement::SetText, and something like
nsNativeSelectControlFrame::SetText and nsListControlFrame::SetText, update and
recompile the idl files.
Assignee | ||
Updated•26 years ago
|
Severity: normal → major
Status: NEW → ASSIGNED
Target Milestone: M13
Comment 2•26 years ago
|
||
Assignee | ||
Comment 3•26 years ago
|
||
Assignee | ||
Comment 4•26 years ago
|
||
Assignee | ||
Updated•26 years ago
|
Whiteboard: Fix in hand
Assignee | ||
Comment 5•26 years ago
|
||
I have a reviewed fix in my tree, waiting to check in.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 6•26 years ago
|
||
I just checked in the fix. To verify:
1) Pull up "test case 2".
- You should see browser alerts "o.text is red" then "o.text is green".
- Click on the two "Change option text to Green!" buttons, you should see
the list box and combo box option change from "Red" to "Green". For each
click, you will also see two browser alerts "Red" then "Green".
2) Pull up "simplified test case" on bug 18319
- The listbox should contain two options, one labeled "one" the
other labeled "two".
Thanks!
You need to log in
before you can comment on or make changes to this bug.
Description
•