Closed
Bug 8071
Opened 25 years ago
Closed 25 years ago
Frames showing contents of other frame rather than their own
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect, P3)
Core
Layout: Images, Video, and HTML Frames
Tracking
()
VERIFIED
WORKSFORME
M13
People
(Reporter: dbaron, Assigned: pollmann)
References
Details
(Whiteboard: [Perf])
Attachments
(4 files)
This bug is a direct spinoff of bug 6234, but there are a number of other bugs
addressing this issue. I'll try to find them later.
The problem is where the contents of a frame are not displayed, but instead you
see some (possibly updating) contents of other frames. This happens in the
lower left frame of http://www.eage.nl/student , and it also happens in
apprunner while apprunner is loading, which is why this problem is so serious.
I've isolated the problem in http://www.eage.nl/student/ down to the combination
of SCROLLING="NO" and some CSS. It's hard to isolate, because the problem
becomes milder on less complex pages. I'll try to attach a test case soon once
I get it reasonably simple. I do have a test case that is a pretty clear demo
of the problem, but I want it simpler!
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Comment 2•25 years ago
|
||
Reporter | ||
Comment 3•25 years ago
|
||
Reporter | ||
Comment 4•25 years ago
|
||
I just realized there was a problem with my simplification - one of the style
elements was unclosed. However, this demo still shows very interesting
behavior. One frame appears in the window where a blank document should be.
I'll try to resimplify from scratch, but the frameset document coming next is
not the simplification of the originally described bug - but it shows an even
simpler case of how what should be in one frame appears again in another (could
this be what makes frames so slow?).
Reporter | ||
Comment 5•25 years ago
|
||
Reporter | ||
Comment 6•25 years ago
|
||
Actually, this depends on the body element being empty. The common thread
between the unclosed style element and the lower left frame of
http://www.eage.nl/student is that both have an empty body element. Quick
testing reveals that if I take att404, remove the unclosed style, and remove the
contents of the body element, the same bug occurs. I won't attach the stuff
again :-).
SUMMARY (since all my comments have been confusing):
* A frame with SCROLLING="NO" and and empty BODY element displays the contents
of some other frame.
* I don't know how it gets there, but I see flashing of various frames in
Apprunner, and this problem could be related to that one. I think just making
sure that the frame with empty BODY draws itself is a bad solution, since it
doesn't solve the problem of how the other frame was drawn there in the first
place, a process which takes time.
Updated•25 years ago
|
Assignee: karnaze → pollmann
Comment 7•25 years ago
|
||
Reassigning frameset/iframe bugs to Eric.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M14 → M13
Assignee | ||
Comment 9•25 years ago
|
||
If this bug still exists by then, I'll be looking into it. :)
Updated•25 years ago
|
QA Contact: beppe → petersen
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 10•25 years ago
|
||
I can't reproduce this bug anymore. Marking it worksforme, though I'm sure
somebody out there labored long and hard to fix it. :)
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 11•25 years ago
|
||
With the Dec 15th build (1999121508), I can't reproduce the problem either.
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
•