Closed Bug 72085 Opened 23 years ago Closed 23 years ago

Rendering issue with frames when scrolling = "NO"

Categories

(Core :: Layout: Images, Video, and HTML Frames, defect)

x86
Windows NT
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 67276

People

(Reporter: michael.cebulski, Assigned: pollmann)

Details

Attachments

(3 files)

There is screen duplication in frames where scrolling = "no". The issue didn't
exist in the Netscape 6.01 release or previous Mozilla release.

Below is the setup. If it works the same you should see the Mozilla GUI rendered
in the frames under the DIVs. In other scenerios, when I've had more content in
the frames, I have seen contents of frames being redisplayed in other frames as
well as the GUI.

File Main.htm:
<HTML>
<frameset rows="80,*">
	<FRAME ID=Frame1 Name=Frame1 src='Frame1.htm'  scrolling="NO" >
	<FRAME ID=Frame2 Name=Frame2 src='Frame2.htm'  scrolling="NO" >
</frameset>
</html>
</HTML>

File Frame1.htm:
<HTML>
<BODY>
<DIV style='position=absolute;background-color:blue'>blue</DIV>
</BODY>
</HTML>

File Frame2.htm:
<HTML>
<BODY>
<DIV style='position=absolute;background-color:red'>red</DIV>
</BODY>
</HTML>
Michael Cebulski, what build are you using?  I do not see any problems with the
2001-03-14-08 build.  There was a recent (2 weeks ago?) fix to frame painting
that probably fixed this.
Attached file Frame 1
Attached file Frame 2
Attached file Testcase
Sorry, thought that info was already there.

I'm using the .8 release with this user agent:

Mozilla/5.0 (Windows; U; WinNT4.0; en-US; 0.8) Gecko/20010215


*** This bug has been marked as a duplicate of 67276 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
QA Contact update
QA Contact: petersen → amar
 Verified dupe of bug# 67276.
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.

Attachment

General

Created:
Updated:
Size: