Closed
Bug 280205
Opened 20 years ago
Closed 20 years ago
style.display='none' doesn't display correctly on first load in frame, however it's correct on first load without frames
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: timb333, Assigned: bugzilla)
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
frame1<br>
<input type=button value="Refresh to dispaly correctly"
onClick="window.location.reload(true);">
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse:
collapse" bordercolor="#111111" width="100%" id="table1">
<tr>
<td width="100%"><B>This Should Not be Visible on first load</B></td>
</tr>
</table>
<script>
table1.style.display='none';
</script>
Reproducible: Always
Steps to Reproduce:
1.Load frame_set
2.displays incorrectly, refresh page
3.displays correctly
Actual Results:
the page displays correctly
Expected Results:
the page should display correctly on first load in the frameAlready fixed in latest nightly build as of sometime
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•