Closed Bug 382875 Opened 18 years ago Closed 18 years ago

"XX" text added to all <select multiple> inputs that have no default options (only in Firefox 2.0.0.4)

Categories

(Firefox :: Address Bar, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 382600

People

(Reporter: vinson.gracia, Unassigned)

Details

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4 "XX" text added to all <select multiple> inputs that have no default options (only in Firefox 2.0.0.4) It appears that this bug is only visible when the input is repainted; changing the disable or visibility attributes make this bug apparent. Reproducible: Always Steps to Reproduce: Render this in 2.0.0.4 and press buttons: <html><body> <form name="addT" action="/blah"> <select id="assigned" multiple="multiple"></select> </form> </body></html> <input type="button" value="test disable" onclick="testDisable()"/> <input type="button" value="test enable" onclick="testEnable()"/> <script type="text/javascript"> function testDisable() {document.getElementById("assigned").disabled = true;} function testEnable() {document.getElementById("assigned").disabled = false;} </script> Actual Results: the "XX" text appears as if it was an option Expected Results: the box should be empty
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.