Closed
Bug 77050
Opened 24 years ago
Closed 24 years ago
iwon.com - Page is overlayed and unreadable due to misuse of CSS
Categories
(Tech Evangelism Graveyard :: English US, defect, P1)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: kirk_morrow, Assigned: bc)
References
()
Details
(Keywords: top100)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.2-2 i586; en-US; 0.7) Gecko/20010316
BuildID: 2001031614
This is a long page that can't be displayed all at once. The portion that
should appear at the bottom of the page is instead drawn at the bottom of the
windows and overlaps existing text and images on the screen. This creates a big
garbled mess that is unreadable.
Reproducible: Always
Steps to Reproduce:
Go to http://www.iwon.com/home/winning/winners_home/
.
If you don't see it, shorten your browser windows and reload.
Actual Results: Overlapped, unreadable web page.
Expected Results: One smooth readable webpage.
Comment 1•24 years ago
|
||
also seeing this with 0.9 candidates. validator.w3.org spits out a lot of
errors. Anyone up to create a testcase?
Comment 2•24 years ago
|
||
This is JS-generated content created by an external script:
http://www.iwon.com/Common/commonJS/footer_js/0,4878,default,00.js
![]() |
||
Comment 3•24 years ago
|
||
Ok... this is invalid.
The source essentially looks like this:
<div id=pageContent style="visibility:visible;height:10%">
.. lotsa stuff ...
</div>
.. footer goes here ...
So. The footer has to start at 10% of the height of <body>, since the <div>
coming before it has height:10% (the only reason you see content at _all_ is
that overflow defaults to visible). And naturally the footer overlaps the
overflowing content.
Marking invalid -- we render this page correctly per the CSS spec.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
QA Contact: doronr → ian
Resolution: --- → INVALID
Comment 4•24 years ago
|
||
I can verify that, but shouldn't it go to Evangelism?
![]() |
||
Comment 6•24 years ago
|
||
Over to evang
Assignee: asa → blakeross
Status: UNCONFIRMED → NEW
Component: Browser-General → Evangelism
Ever confirmed: true
OS: Linux → All
QA Contact: ian → zach
Hardware: PC → All
Summary: Split page is overlayed and unreadable → Page is overlayed and unreadable due to misuse of CSS
Comment 7•24 years ago
|
||
Reassigning evangelism bugs to new owner (bclary@netscape.com).
Assignee: blakeross → bclary
Assignee | ||
Updated•24 years ago
|
Priority: -- → P4
Assignee | ||
Updated•24 years ago
|
Summary: Page is overlayed and unreadable due to misuse of CSS → iwon.com - Page is overlayed and unreadable due to misuse of CSS
Assignee | ||
Comment 8•24 years ago
|
||
All Evangelism Bugs are now in the Product Tech Evangelism. See bug 86997 for
details.
Component: Evangelism → US English
Product: Browser → Tech Evangelism
Version: other → unspecified
Assignee | ||
Comment 10•24 years ago
|
||
*** Bug 81777 has been marked as a duplicate of this bug. ***
Comment 11•24 years ago
|
||
http://www.iwon.com/home/winning/winners_overview/0,11932,,00.html?PG=global?SEC=bbar
load the url specified...the content is overlapping.....build 2001-08-27-06
Comment 12•24 years ago
|
||
http://www.iwon.com/home/winning/winners_overview/0,11932,,00.html?PG=global?SEC=bbar
load the url specified...the content is overlapping.....build 2001-08-27-06.
adding keyword topembed
Keywords: topembed
Comment 13•24 years ago
|
||
changed summary to reflect WRMB
Summary: iwon.com - Page is overlayed and unreadable due to misuse of CSS → WRMB:iwon.com - Page is overlayed and unreadable due to misuse of CSS
Assignee | ||
Comment 14•24 years ago
|
||
removing topembed. if you wish to have a product fix motivated, then reassign
this bug to a browser component.
Keywords: topembed
Summary: WRMB:iwon.com - Page is overlayed and unreadable due to misuse of CSS → iwon.com - Page is overlayed and unreadable due to misuse of CSS
Assignee | ||
Updated•24 years ago
|
Priority: P4 → P1
Comment 15•24 years ago
|
||
Site fixed the content.
Status: NEW → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
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
•