Closed Bug 383003 Opened 17 years ago Closed 17 years ago

HTML rendering broken: Empty selectbox has XX in it

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
major

Tracking

()

RESOLVED DUPLICATE of bug 382600

People

(Reporter: thbley, 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

Selectbox has "XX" in it:

<html>
<body>
<table id="table1">
<tr><td>
<select size="3"></select>
</td></tr>
</table>
<script>
document.getElementById("table1").style.height="100px";
</script>
</body>
</html>

The XX confuses users, can't be selected.

Reproducible: Always

Steps to Reproduce:
Selectbox has "XX" in it, HTML rendering broken:

<html>
<body>
<table id="table1">
<tr><td>
<select size="3"></select>
</td></tr>
</table>
<script>
document.getElementById("table1").style.height="100px";
</script>
</body>
</html>
Actual Results:  
Selectbox has "XX" in it:

<html>
<body>
<table id="table1">
<tr><td>
<select size="3"></select>
</td></tr>
</table>
<script>
document.getElementById("table1").style.height="100px";
</script>
</body>
</html>

Expected Results:  
HTML compatibility: empty selectbox
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.