Closed Bug 32427 Opened 24 years ago Closed 24 years ago

Resize of frames results in loss of bgcolour

Categories

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

x86
Windows 98
defect

Tracking

()

VERIFIED DUPLICATE of bug 11202

People

(Reporter: charlesccli, Assigned: pollmann)

References

()

Details

Attachments

(1 file)

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; N; Win98; en-US) Mozilla/m13
BuildID:    2000022820

I create a html file with 3 frames, one specity with
<frameset rows = "120,*">
(I guess the 120 cause the problem I describe)
When I reszie the first row frame. The lower frames disappear.




Reproducible: Always
Steps to Reproduce:
1.save the files I submitted. open  the index.html file
2.Resize the first row frame by pulling down the bottom boundary of the
the frame.
3. Try to pull it lower and lower


Actual Results:  The lower 2 frames become blank.(white).



Expected Results:  The lower 2 frames should remain blue in color.

############ save as index.html #################

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<frameset rows = "120,*">
   <frame src = "frame.html">
   <frameset cols = "70%,30%">
      <frame src = "frame.html">
      <frame src = "frame.html">
    </frameset>
</frameset>
</html>

############### save below as frame.html ##############
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<body text="#FFFFFF" bgcolor="#6666FF" link="#33FF33" vlink="#00CC00"
alink="#FF0000">
</body>
</html>
Confirmed on W95 20000317. Attaching files given below as a zipped test case.

As far as I can see, there's nothing wrong with the HTML at all - it really 
should work. But there's no previous bug filed on frame resizing AFAICS. Anyway, 
-> HTMLFrames.

Gerv
Assignee: cbegle → pollmann
Component: Browser-General → HTMLFrames
QA Contact: asadotzler → petersen
Summary: resize of the frames result in blank page → Resize of frames results in loss of bgcolour
Attached file Zipped test case
Confirming.

Gerv
Status: UNCONFIRMED → NEW
Ever confirmed: true
I checked in a fix for this on Friday.  You should see the fix in daily builds
from this weekend, thanks!
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Marking duplicate of bug 11202
Status: RESOLVED → REOPENED
Resolution: FIXED → ---

*** This bug has been marked as a duplicate of 11202 ***
Status: REOPENED → RESOLVED
Closed: 24 years ago24 years ago
Resolution: --- → DUPLICATE
Marking verified dup of 11202.
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: