Closed
Bug 153967
Opened 23 years ago
Closed 23 years ago
ritzinteractive.com - Bottom frame overflows screen
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: d_king, Assigned: arun)
References
()
Details
Attachments
(1 file)
|
1.10 KB,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1a+) Gecko/20020624
BuildID: 2002062404-TRUNK
This is a page rendered using frames with rows="30,*,60".
However, on my screen, under Win98se set to 1024x768 the bottom line is cut in
half. Of course, the bottom is set to scrolling="no".
Reproducible: Always
Steps to Reproduce:
1. Visit URL
2. Try and read bottom line
Actual Results: Bottom line cut in half.
Expected Results: To be able to see all of bottom frame.
Comment 1•23 years ago
|
||
The problem is that the table in the bottom frame has a row with a bad height
attribute. It is coded as:
<tr height="7">
<td width="137" height="3"></td>
<td width="125" height="3"></td>
<td height="3"></td>
</tr>
Which results in a 3 pixel high row in IE6 and a 7 pixel in Mozilla (and Opera6).
According to http://www.w3.org/TR/REC-CSS2/tables.html#height-layout :
"The height of a 'table-row' element's box is calculated once
the user agent has all the cells in the row available: it is the maximum of the
row's specified 'height' and the minimum height (MIN) required by the cells."
Which means Mozilla is doing the right thing.
-> INVALID
Severity: major → minor
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Component: HTMLFrames → HTMLTables
Resolution: --- → INVALID
Comment 2•23 years ago
|
||
| Reporter | ||
Comment 4•23 years ago
|
||
Rather than resolve this as invalid, which it is, how about reassigning to
Evangelism?
Severity: minor → major
Status: RESOLVED → UNCONFIRMED
Component: HTMLTables → US Ecommerce
Product: Browser → Tech Evangelism
Resolution: INVALID → ---
Version: other → unspecified
| Reporter | ||
Comment 5•23 years ago
|
||
Ian, we had a mid-air collision, I hope I didn't overwrite anything you changed.
Assignee: jkeiser → aruner
QA Contact: amar → bclary
| Reporter | ||
Comment 6•23 years ago
|
||
I just sent a quick eMail to andre@ritzinteractive.com with info about the
problem. I doubt if this is the right address to send to, but it's a start.
Updated•23 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 98 → All
Summary: Bottom frame overflows screen → ritzinteractive.com - Bottom frame overflows screen
| Reporter | ||
Comment 7•23 years ago
|
||
While the bad HTML hasn't been fixed, this web page is no longer a problem due
to a partial redesign. Marking Fixed.
Status: NEW → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 9•22 years ago
|
||
After a quick double check, verifying fixed by webmaster.
Status: RESOLVED → VERIFIED
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•