Closed Bug 153967 Opened 23 years ago Closed 23 years ago

ritzinteractive.com - Bottom frame overflows screen

Categories

(Tech Evangelism Graveyard :: English US, defect)

x86
All
defect
Not set
major

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: d_king, Assigned: arun)

References

()

Details

Attachments

(1 file)

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.
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
Attached file Testcase
Should this not be marked as Tech Evangelism?
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
Ian, we had a mid-air collision, I hope I didn't overwrite anything you changed.
Assignee: jkeiser → aruner
QA Contact: amar → bclary
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.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 98 → All
Summary: Bottom frame overflows screen → ritzinteractive.com - Bottom frame overflows screen
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 ago23 years ago
Resolution: --- → FIXED
tech evang june 2003 reorg
Component: US Ecommerce → English US
After a quick double check, verifying fixed by webmaster.
Status: RESOLVED → VERIFIED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: