Bug 109860

Summary: http://slackware.php.co.ba/index.php is rendered incorrectly
Product: [Applications] konqueror Reporter: Mohd Asif Ali Rizwaan <maarizwan>
Component: khtml rendererAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED WORKSFORME    
Severity: normal CC: christophe, james
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Mohd Asif Ali Rizwaan 2005-07-29 23:53:40 UTC
Version:           3.4.0 (using KDE 3.4.89 (>= 20050727), compiled sources)
Compiler:          Target: i686-pc-linux-gnu
OS:                Linux (i686) release 2.6.11.7

please visit:
http://slackware.php.co.ba/index.php?sort=n

the page is rendered incorrectly, as netscape 7 and firefox 1.0.x renders it properly.

Opera also renders the page like konqueror. perhaps it is related to qt? I have qt 3.3.4 (from svn qt-copy)
Comment 1 Maksim Orlovich 2005-07-30 00:23:22 UTC
Testcase:
<style>
    #bigpkgtable {
        text-align: center;
        margin-top: 140px;
    }
    #header {
        position: fixed;
        background: #000000;
        width: 99%;
        height: 120px;
    }
</style>
<div id="header"></div>
<table id="bigpkgtable">
</table>

Comment 2 Thiago Macieira 2005-07-30 06:08:19 UTC
Confirmed on trunk 437796
Comment 3 Christophe Marin 2008-04-16 16:00:15 UTC
Seems to be resolved in actual trunk. (rev. 797569)

The background when clicking on an item seems correct (it's buggy under FF3.0b5, can't compare)

The alignment problems between names and dates come from the stylesheet :

#pkglistsingle li span.datum {
    float: right;
    margin-left: -17em;
    margin-top: -1.3em;
}

replace -1.3 with 0 and all will be displayed correctly.

 
Comment 4 James Spahlinger 2008-04-25 08:28:59 UTC
Works for 4.0.3
Comment 5 James Spahlinger 2008-04-25 08:29:29 UTC
closing as it works for me