Closed
Bug 232101
Opened 22 years ago
Closed 22 years ago
Empty page shown in Mozilla 1.6
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jannepirinen, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.6) Gecko/20040113
Build Identifier: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.6) Gecko/20040113
Checked Mozilla 1.6 upgraded over 1.5 in two computers, one Windows XP, one
Windows ME. Neither of them will show the contents of
http://kotisivu.mtv3.fi/hipit/hipkuvat.htm
http://kotisivu.mtv3.fi/hipit/hipkuvat.htm
, only the background color, background picture and the table borders are drawn.
The links however can be found by blindly moving the cursor around and watching
it turn to finger instead of arrow.
The pages are checked to be valid HTML 4.0 transitional with LeHTori (
http://lempinen.net/lehtori/ ).
Reproducible: Always
Steps to Reproduce:
1. Upgrade Mozilla 1.5 to 1.6
2. go to http://kotisivu.mtv3.fi/hipit/hipkuvat.htm
3. watch the empty page
Actual Results:
Told in the "Details box"
Expected Results:
Shown the page.
Comment 1•22 years ago
|
||
You can view the page when the "background-attachment: fixed;" is removed from
the TD-element in the CSS
Note: your HTML might be valid, but the CSS isn't : see
<http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fkotisivu.mtv3.fi%2Fhipit%2Fhipit.css&warning=1&profile=css2&usermedium=all>
Summary: Empty page shown in Mozilla 1.6 → Empty page shown in Mozilla 1.6
Updated•22 years ago
|
Assignee: general → nobody
Component: Browser-General → Layout: Tables
Depends on: 4510
QA Contact: general → core.layout.tables
Comment 2•22 years ago
|
||
Page has changed, there is no testcase, and making the page use
background-attachment: fixed works, so...
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•