[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-linux
Subject:    [kde-linux] Konqueror Bug: can you verify it with a recent version?
From:       csg <chr () abelard ! de>
Date:       2003-11-01 12:01:02
[Download RAW message or body]

Hello,

after some trouble I have separeted a Konqueror Bug for
at least

   Version: 2.2.2(KDE 2.2.2)(Debian Package 4:2.2.2-13.woody.8(3.0))
   Betriebssystem: Linux(i586)release 2.4.18-1-k6
   Compiler: gcc version 2.95.4 20011002 (Debian prerelease)

Can anybody verify it with a recent version of Konqueror?
(I do not want to tamper with my -stable- system by installing
recent versions, sorry.)

Here a short description (both files are in attachment to this email):
Konqueror does not render correctly some elements with the following
CSS-property:
   position: absolute        (or *fixed* too)
Incorrect rendering occurs at least if the positioned element
is a TABLE element.
Proof:
The files "BugKonqCSSfixed_1.html" and "BugKonqCSSfixed_2.html"
should be viewed identically in every browser.
Opera 7.21 for instance does that job (nearly), but Konqueror
does NOT.

Thanks in advance for Your testing and for an answer to me.
Christian




-- 
Christian Schmidt-Guetter
Email:   chr@abelard.de
Tel.:      034297 / 86636
["BugKonqCSSfixed_1.html" (BugKonqCSSfixed_1.html)]

<html>
<head>
  <title>Konqueror does render wrong elements with "CSS:position:fixed"</title>
  <style type="text/css">
    body { position: relative; }
    table#abs { position: absolute; 
            top: 0; right: auto; left: 20%; bottom: auto;
            background: silver;
	    margin: 0; padding: 0;
	    width: 200px;
    }
  </style>
</head>
<body>
  <table ID="abs">
  <tr>
    <td>some text...</td>
  </tr>
  </table>
  <p>Normal Text. Normal Text. Normal Text...</p>
  <p>Normal Text. Normal Text.</p>
  <p>Normal Text. Normal Text.</p>
  <p>Normal Text. Normal Text.</p>
  <p>Normal Text. Normal Text. Normal Text...</p>
</body>
</html>

["BugKonqCSSfixed_2.html" (BugKonqCSSfixed_2.html)]

<html>
<head>
  <title>Konqueror does render wrong elements with "CSS:position:fixed"</title>
  <style type="text/css">
    body { position: relative; }
    p#abs { position: absolute; 
            top: 0; right: auto; left: 20%; bottom: auto;
            background: silver;
	    margin: 0; padding: 0;
	    width: 200px;
    }
  </style>
</head>
<body>
  <p ID="abs">
some text...
  </p>
  <p>Normal Text. Normal Text. Normal Text...</p>
  <p>Normal Text. Normal Text.</p>
  <p>Normal Text. Normal Text.</p>
  <p>Normal Text. Normal Text.</p>
  <p>Normal Text. Normal Text. Normal Text...</p>
</body>
</html>


___________________________________________________
This message is from the kde-linux mailing list.
Account management:  http://mail.kde.org/mailman/listinfo/kde-linux.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic