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)

defect

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.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
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.
I did not use the sample code given, but I did use another frame sample and no traces were displayed, marking verified
Status: RESOLVED → VERIFIED
Product: Core → Core Graveyard
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.