Closed
Bug 34034
Opened 25 years ago
Closed 24 years ago
after resizing window from JavaScript, title bar fails to repaint
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
mozilla0.8
People
(Reporter: ekrock, Assigned: danm.moz)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
Using N6b1 2000032719 on WinNT 4.0 SP4.
To repro, open attached simplified test case.
Expected: window resizes and title bar repaints at new size
Actual: window resizes, but title bar fails to repaint
Code is:
<HTML>
<HEAD>
<TITLE></TITLE>
<SCRIPT LANGUAGE="JavaScript"><!--
function resizeWindow ()
{ window.outerHeight = screen.height;
window.outerWidth = screen.width;
}
//--></SCRIPT>
</HEAD>
<BODY onLoad = "resizeWindow();">
<H1>Test title</H1>
<P>Test text</P>
</BODY>
</HTML>
Reporter | ||
Comment 1•25 years ago
|
||
Comment 3•24 years ago
|
||
mass-moving all bugs to m21 that are not dofood+, or nsbeta2+
Target Milestone: M18 → M21
.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Target Milestone: Future → mozilla0.8
You need to log in
before you can comment on or make changes to this bug.
Description
•