Closed
Bug 35737
Opened 25 years ago
Closed 25 years ago
window.resizeTo() does not repaint properly
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: matchen, Assigned: troy)
Details
Attachments
(1 file)
244 bytes,
text/html
|
Details |
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.
Reporter | ||
Comment 1•25 years ago
|
||
Comment 2•25 years ago
|
||
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
Comment 3•25 years ago
|
||
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
You need to log in
before you can comment on or make changes to this bug.
Description
•