Closed
Bug 105615
Opened 23 years ago
Closed 23 years ago
Rendering for <Select> Control inside <Fieldset> fails
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
People
(Reporter: reik.schatz, Assigned: rods)
Details
Changing the selected index for a <SELECT> dropdown nested inside
a <FIELDSET> causes inproper Rendering of the selected item.
Either the selected option.text is unreadable or the <SELECT>
dropdown stays on the previous selection.
I could particularly sidestep the problem by adding a onChange event
to the <SELECT> element and having the blur() function run every
time you change your selection.
Unfortunately this only works for the current <SELECT> element.
If you dynamic change the selected index for another element, the
blur() method doesnt seem to have effect on the rendering problem.
Comment 1•23 years ago
|
||
Can you upload the simplest test case? Please don't include the workaround or
submit a second test case with that code in place.
Comment 2•23 years ago
|
||
->HTML Form Controls.
Assignee: asa → rods
Component: Browser-General → HTML Form Controls
QA Contact: doronr → madhur
Comment 3•23 years ago
|
||
Please query before filing bugs. Searching for "select fieldset" brings up bug
52975.
Read the bug-writing guidelines at
http://www.mozilla.org/quality/bug-writing-guidelines.html so you can write
better bug reports next time.
*** This bug has been marked as a duplicate of 52975 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•