Bug 141890 - inconsistent rendering of table padding
Summary: inconsistent rendering of table padding
Status: RESOLVED REMIND
Alias: None
Product: konqueror
Classification: Applications
Component: khtml renderer (show other bugs)
Version: 3.5
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-18 22:12 UTC by Stephen Baker
Modified: 2008-06-04 10:35 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
testcase (7.17 KB, text/html)
2008-04-20 20:18 UTC, Michael Leupold
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen Baker 2007-02-18 22:12:47 UTC
Version:            (using KDE KDE 3.5.5)
Installed from:    Gentoo Packages
Compiler:          GCC 4.1 
OS:                Linux

Without specifying width, but specifying padding-left or padding-right in CSS, columns are sized such that the longest text content is wrapped.  However, after text is resized the column width is set so that it doesn't wrap, even if the text is set back to the original size.

I consider the rendering after the resize prettier, but I don't know which is proper.

See http://www.cosc.brocku.ca/~sb03li/test/default.html
Comment 1 Allan Sandfeld 2007-09-25 15:31:34 UTC
Something is odd in the table column width calculations. The left column grows smaller the more space is available.
Comment 2 Michael Leupold 2008-04-20 20:18:35 UTC
Created attachment 24450 [details]
testcase

I tried creating a testcase as the original one is no longer reachable.
Comment 3 Michael Leupold 2008-04-20 20:19:43 UTC
I tried creating a testcase as the original is no longer reachable. Unfortunately I'm not quite sure if I understood the problem correctly. Could you please have a look at the testcase to see if it exposes the buggy behaviour?
Comment 4 Jaime Torres 2008-06-04 10:35:56 UTC
Waiting for an answer.