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)

x86
Windows NT
defect

Tracking

()

VERIFIED WORKSFORME
mozilla0.8

People

(Reporter: ekrock, Assigned: danm.moz)

Details

Attachments

(1 file)

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>
Attached file simplified test case (deleted) —
danm, you work on stuff like this, right?
Assignee: jst → danm
Target Milestone: --- → M18
mass-moving all bugs to m21 that are not dofood+, or nsbeta2+
Target Milestone: M18 → M21
Target Milestone: M21 → Future
.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Target Milestone: Future → mozilla0.8
Verified with 2001-020608.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: