Closed
Bug 32427
Opened 25 years ago
Closed 25 years ago
Resize of frames results in loss of bgcolour
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect, P3)
Tracking
()
People
(Reporter: charlesccli, Assigned: pollmann)
References
()
Details
Attachments
(1 file)
519 bytes,
application/zip
|
Details |
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>
Comment 1•25 years ago
|
||
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
Comment 2•25 years ago
|
||
Assignee | ||
Comment 4•25 years ago
|
||
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: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•25 years ago
|
||
Marking duplicate of bug 11202
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 6•25 years ago
|
||
*** This bug has been marked as a duplicate of 11202 ***
Status: REOPENED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 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
•