Closed Bug 35737 Opened 25 years ago Closed 25 years ago

window.resizeTo() does not repaint properly

Categories

(Core :: Layout, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 35450

People

(Reporter: matchen, Assigned: troy)

Details

Attachments

(1 file)

From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT) BuildID: 2000022820 Using window.resizeTo(width,height); leaves artifacts outside the window, on other windows or on the Windows desktop, that can only be cleaned up by covering and revealing the affected area. Reproducible: Always Steps to Reproduce: Load the following, click "Make Big", then click "Make Small": <html> <head> <title></title> </head> <body> <h1>Hello, world!</h1> <button onclick="window.resizeTo(800,600);">Make Big</button> <button onclick="window.resizeTo(640,480);">Make Small</button> </body> </html> Actual Results: The area to the right and bottom of the window is not cleared and leaves artifacts on other windows or on the Windows desktop. Expected Results: Painting should be confined to the active window.
This seems to be related to bug 35450; both have the same actual and expected results I don't think this is a layout issue, but I'm not sure of the correct component for win32 drawing/screen refreshing issues -> Browser-General for now
Assignee: troy → asadotzler
Status: UNCONFIRMED → NEW
Component: Layout → Browser-General
Ever confirmed: true
QA Contact: petersen → jelwell
layout or compositor maybe.
Assignee: asadotzler → troy
Component: Browser-General → Layout
QA Contact: jelwell → petersen
Looks like the same problem as 35450 to me, too *** This bug has been marked as a duplicate of 35450 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Marking verified dup of 35450.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: