Closed
Bug 210618
Opened 22 years ago
Closed 21 years ago
Doesn't display page written in valid html and css
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: striptm, Unassigned)
References
()
Details
(Keywords: regression)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; es-ES; rv:1.3.1) Gecko/20030425
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5a) Gecko/20030624 Mozilla Firebird/0.6
The page http://html.conclase.net uses strict HTML and is a valid page (HTML and
CSS)
http://validator.w3.org/check?uri=http%3A%2F%2Fhtml.conclase.net
http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fhtml.conclase.net%2Festilo%2Fimport.css&warning=1&profile=css2
when you open the page it just shows blue and anything else.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Reporter | ||
Comment 1•22 years ago
|
||
*** Bug 210617 has been marked as a duplicate of this bug. ***
Comment 2•22 years ago
|
||
Present on the trunk, not a specific Firebird bug. A simplified testcase would
be nice, also does it work in Mozilla 1.3.1?
Should be confirmed and moved to Browser-Layout for triage there.
Erik, can you handle this? thanks!
Sure, Mike.
btw:
=> Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.3b) Gecko/20030221 Phoenix/0.5
is the last build working
=> Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.3b) Gecko/20030223 Phoenix/0.5
is the first build failing
Unfortunately I miss the 20030222 build so I can't be more precise concerning
the time frame where the bug came in. Perhaps I can simplify a testcase...
=> confirming, adding keyword & moving bug to product "Browser"
Assignee: blaker → other
Status: UNCONFIRMED → NEW
Component: General → Layout
Ever confirmed: true
Keywords: regression
Product: Phoenix → Browser
QA Contact: asa → ian
Summary: It isn't able to display a page written in valid html and css → Doesn't display page written in valid html and css
Version: unspecified → Trunk
Comment 4•22 years ago
|
||
seems to be specific to the 'Columnas' stylesheet, since the other alternate
stylesheet 'Filas' { and of course 'Basic Page Style' } display something
Reporter | ||
Comment 5•22 years ago
|
||
Mozilla Firebird does not have support to select to alternative stylesheets css?
It looks like BODY has 'overflow: auto' and all of its descendants are
absolutely positioned or 'display: none' (which means BODY has zero height).
We're probably not able to display the scrollbars needed since it has zero height.
I don't know why this ever would have worked in the past, unless there was some
CSS parser or cascading bug that caused the computed styles to change between
those builds.
Comment 7•22 years ago
|
||
Would it have worked when we were treating 'overflow' on <body> as being applied
to the viewport?
Comment 8•21 years ago
|
||
The URL WFM using 2004012709 Nightly on Windows 2000. If this problem still
exists in Mozilla, then someone needs to develop a testcase.
Comment 9•21 years ago
|
||
-> WORKSFORME
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•