Closed
Bug 5374
Opened 26 years ago
Closed 26 years ago
Frameset borders leave traces
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect, P3)
Core
Layout: Images, Video, and HTML Frames
Tracking
()
VERIFIED
FIXED
People
(Reporter: pierre, Assigned: karnaze)
Details
Reproduced with recent builds on Mac and Windows:
Use the following HTML snippet (based on test9.html). When the page is loaded,
resize the frame borders: they leave traces on the screen.
<html>
<head>
<title>Example 9: Frames</title>
</head>
<frameset rows="60%,40%">
<frame>
<frameset cols="1*,2*">
<frame>
<frame>
</frameset>
</frameset>
</html>
On Mac, these traces can only be deleted with a partial update (if you refresh a
small part of the window, the traces go away; if you refresh the entire window,
they come back). On Windows, these traces can go away with a complete redraw but
then the 3 frames can display parts of the window that was used to mask the
Viewer window and cause the refresh.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•26 years ago
|
||
I fixed the test case. However, if the <frame> had been replaced with <frame
src=doesNotExist.html> then the problem would still exist. This latter problem
has been filed as bug 5569 and relates to a web shell displaying garbage if
there is not document.
Comment 2•26 years ago
|
||
I did not use the sample code given, but I did use another frame sample and no
traces were displayed, marking verified
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Product: Core → Core Graveyard
Updated•6 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•