Closed
Bug 302498
Opened 20 years ago
Closed 20 years ago
Bad parsing
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: emailfire, Unassigned)
References
()
Details
Attachments
(1 file)
|
1.86 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6
When I visit a page with many <fieldset> and <legend> tags, the 3rd <legend>
text appears in the center unless you refresh the page.
Reproducible: Sometimes
Comment 1•20 years ago
|
||
can you attach a reduced testcase ?
This is the HTML code:
<tr>
<td align="center">
<fieldset>
<legend>Users</legend>
<input type="button" value="Add User"><br>
<input type="button" value="Edit User"><br>
<input type="button" value="Delete User">
</fieldset>
</td>
</tr>
<tr>
<td align="center">
<fieldset>
<legend>Payroll</legend>
<input type="button" value="For this Month"><br>
<input type="button" value="Total Due"><br>
<input type="button" value="By User">
</fieldset>
</td>
</tr>
<tr>
<td align="center">
<fieldset>
<legend>Work Shifts</legend>
<input type="button" value="Who is Working?"><br>
<input type="button" value="Timetable"><br>
<input type="button" value="By User">
</fieldset>
</td>
</tr>
<tr>
<td align="center">
<fieldset>
<legend>Other</legend>
<input type="button" value="Set Timezone"><br>
<input type="button" value="Send Email"><br>
<input type="button" value="Get Help">
</fieldset>
</td>
</tr>
Comment 3•20 years ago
|
||
Comment 4•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b4) Gecko/20050728
Firefox/1.0+ ID:2005072812
->WFM
Comment 5•20 years ago
|
||
WFM too:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050729
Firefox/1.0+
Please reopen if you can reproduce with a fresh trunk build
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•