Closed
Bug 163384
Opened 22 years ago
Closed 22 years ago
drop-down contents don't change until focus removed from control
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
People
(Reporter: jim, Assigned: rods)
Details
Attachments
(1 file)
1.65 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020812
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020812
In the HTML attachment, there is a form with two drop-down controls. If I select
a value in either of the drop-downs, the text shown in the drop-down does not
change until the drop-down control loses focus.
This happens on both controls in the supplied test case - although I have also
made this happen so that the first drop-down works as intended. (It wasn't until
I tried to reduce my test-case that the first drop-down also started failing)
Reproducible: Always
Steps to Reproduce:
1. open the HTML test case.
2. change either one of the drop-downs to something other than the shown default.
3. notice that the selected value shown has not changed.
4. remove focus from the drop-down, by clicking elsewhere.
5. notice that the correct selected value is now shown.
Actual Results:
mozilla is not changing what is shown on the drop-down until the drop-down loses
focus.
Expected Results:
the correct value should be shown immediately when selected in the drop-down.
Comment 2•22 years ago
|
||
dup of bug 52975 (bug 163384), fixed in bug 121127 on 2002-08-09.
*** This bug has been marked as a duplicate of 52975 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Comment 3•22 years ago
|
||
(that is, fixed on trunk, not in 1.1 branch, which is why you're seeing the bug
in a branch build later than 2002-08-09.)
You need to log in
before you can comment on or make changes to this bug.
Description
•