Closed
Bug 240071
Opened 21 years ago
Closed 15 years ago
The webpage is not rendered corretly, some parts overlap other are just misplaced
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: marcello.scacchetti, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(3 files)
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7b) Gecko/20040408
In the page at http://rtb.provincia.brescia.it/news.php?idna=75 the center
column should be centered and boxes should not overlap on left and right menu
Reproducible: Always
Steps to Reproduce:
1. Fire up mozilla/firewall
2. go to the web page
3.
Actual Results:
The page is not rendered correctly
Expected Results:
Correct rendering
Comment 1•21 years ago
|
||
confirming using FF 20040408 on Win2k, even in quirks mode (saved page on local
filesystem and modified DTD), page still misrenders.
Comment 2•21 years ago
|
||
Confirming and changing to new : Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
rv:1.7b) Gecko/20040402 Firefox/0.8.0+
The page is being dynamically rendered, so i'm guessing the PHP is looking for
an IE UA tag, but sending this code regardless...
<!--[if IE]>
<style type="text/css" media="all">
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•21 years ago
|
||
Why exactly is this a parser bug? And why is it confirmed, if it has no minimal
testcase? Please see
http://groups.google.com/groups?dq=&hl=en&lr=&ie=UTF-8&oe=UTF-8&th=ac50fff3f060ead7
Keywords: qawanted
Comment 4•21 years ago
|
||
There are two images in div testa disturbing the layout.
If I change their id from acb or provbs to rtb all is well.
I´ll attach testcases, css not minimized and still external.
http://rtb.provincia.brescia.it/css/main.css
/*intestazione*/
#testa {
display: block;
margin-top: 0;
margin-bottom: 0.5em;
border-right: 0;
border-left: 0;
height: 6em;
}
#testa * {
float: left;
}
#testa #rtb {
height: 6em;
}
#testa #provbs {
margin-top: 0.5em;
margin-left: 6em;
width: 4em;
}
#testa #acb {
margin-top: 1em;
float: right;
width: 5.6em;
}
Comment 5•21 years ago
|
||
more minimal testcase, showing the bug
<body>
<div id="cont01">
<div id="testa">
<div>
<img id="rtb" src="/immagini/rtb.logo.png" alt="logo di rtb">
<a href="http://www.provincia.bs.it/" title="Provincia di Brescia">
<img id="provbs" src="/immagini/provbs.logo.jpg" alt="logo ia"></a>
<a href="http://www.acb.brescia.it/" title="A Com Bresciani">
<img id="acb" src="/immagini/acb.logo.png" alt="logo di acb"></a>
</div>
Comment 6•21 years ago
|
||
<div id="testa">
<div>
<img id="rtb" src="/immagini/rtb.logo.png" alt="logo di rtb">
<a href="http://www.provincia.bs.it/" title="Provincia di Brescia">
<img id="rtb" src="/immagini/provbs.logo.jpg" alt="logo ia"></a>
<a href="http://www.acb.brescia.it/" title="A Com Bresciani">
<img id="rtb" src="/immagini/acb.logo.png" alt="logo di acb"></a>
</div>
Updated•21 years ago
|
Updated•16 years ago
|
Assignee: parser → nobody
QA Contact: parser
Comment 7•15 years ago
|
||
The test case is not self-contained. Unable to determine if the original problem has been fixed.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•