Version: (using KDE KDE 3.1.93) Installed from: Gentoo Packages Compiler: gcc 3.2.3 Konqueror in KDE 3.1.93 (beta 1) does not render elements with padding correctly anymore. This affects many many websites and makes some of them unusable. Two of the biggest problems: 1) When padding is applied to a link, the bounding box isn't expanded to fit. This will break the document layout and make the rendered text leave the bounding box. 2) When padding is applied to a legend element, the legend will no longer be positioned in the actual fieldset frame, but somehow be moved inside the fieldset. This problem does NOT occur when a smaller value is selected for padding (3px for example). See testcase attachment for examples.
Created attachment 3250 [details] Testcase for KDE padding bugs
I think, it's a duplicate though
Created attachment 3400 [details] breaks plone. here is what I see: I ran into this bug when visiting my plone site. Below is the html file corresponding to the PNG attachment. <html> <head> <title>Foo</title> <style type="text/css"> a { background: #CDE2A7; } a.with { padding:2em; } </style> </head> <body> <a>Without Padding</a><br><br><br> <a class="with">With Padding</a> </body> </html>
See also bug #44092
Created attachment 3562 [details] another testcase (modeled after www.mandrakeclub.com) still present in today's (04.Dec.2003) CVS. Breaks http://www.mandrakeclub.com
*** Bug 70201 has been marked as a duplicate of this bug. ***
Created attachment 4030 [details] 6 simple padding testcases Same thing here with 3.1.94. Left and right padding are not included in the size of inline elements, causing their text to extend past their boundaries. From the testcases it seems that only enough space is allocated for the actual text, not including left/right padding. Attached are some of my own testcases.
fixed by ggarend yesterday
Its great to see this one fixed, as it was a problem on so many sites. I did notice that this test case (http://bugs.kde.org/attachment.cgi?id=3250&action=view) is still slightly broken. The part where is says Legend wrapped with the legend tags. Its missing the line on the left of the word Legend, and the text might be over to the right a little.