Closed
Bug 274318
Opened 20 years ago
Closed 20 years ago
Page formatting is rendered markedly different to that in Internet Explorer. Other pages, including home page on this site similarly poor.
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: johnandchris, Unassigned)
References
()
Details
Attachments
(1 file)
|
345 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20041001 Firefox/0.10.1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20041001 Firefox/0.10.1 The three highlight panels top right of the page identified should be to the right of the main text, and not overlap it. On the main page, there are two or three buttons at the foot of the page which overlap the text links also at the foot of the page. Reproducible: Always Steps to Reproduce: 1. Er............. go to the page http://www.bulldogbroadband.com/residential/XPNP/NP/tariffs.asp 2. 3. Actual Results: Duff formatting as described above Expected Results: Not duff formatting as described above None
Updated•20 years ago
|
Component: General → Layout
Product: Firefox → Core
Version: unspecified → Trunk
Comment 1•20 years ago
|
||
The page contains TABLEs inside P elements. IE, in whatever mode is triggered by this DOCTYPE, allows this, and applies the styles assigned to P (in this case - a small font) to the table and the text inside it, resulting in a smaller table. Mozilla (as well as IE, if you remove the DOCTYPE), implicitly closes the P element before the table begins (as is dictated by the standard), and therefore does not apply the style assosiated with the P to the TABLE and its content. Probably INVALID.
Comment 2•20 years ago
|
||
Testcase - quite different from the original page, but demonstrates the "problem". IE uses the style set for the P element (color:red) for the text contained inside a TABLE which is inside the P. Mozilla (correctly) doesn't.
Updated•20 years ago
|
Assignee: firefox → nobody
QA Contact: firefox.general → core.layout
Comment 3•20 years ago
|
||
Indeed. See bug 91927. The page is in standards mode.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•