Closed
Bug 170314
Opened 23 years ago
Closed 23 years ago
Some sciripted pages doesnt show at all in newest trunk
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: zbraniecki, Assigned: bc)
Details
Mozilla 1.2 20020921
http://alladyn.art.pl/eng/clock.html
http://alladyn.art.pl/eng/space.html
http://alladyn.art.pl/eng/zoom1.html
Those pages doesnt work. I see only background without JS error, <DIV> elements
or <IMG>s
Comment 1•23 years ago
|
||
The <body> on that page is overflow:hidden. The content is all positioned
outside the body (hence overlowing it, since the <body> height is 0 (put a
border on it to see this)). We recently fixed a bug in our overflow
implementation so that it is now correct and clips overflowing positioned
content when overflow is hidden. Yes, pages that were exploiting the bug need
to be fixed now (by giving the <body> a height or something).
Assignee: asa → bclary
Status: UNCONFIRMED → NEW
Component: Browser-General → Authors
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: asa → mgalli
Version: other → unspecified
| Reporter | ||
Comment 2•23 years ago
|
||
Ok. Thank You.
Resolved->Fixed
Status: NEW → RESOLVED
Closed: 23 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
•