Version: (using KDE Devel) Installed from: Compiled sources Compiler: gcc OS: Linux At groklaw.net and some other sites for indenting rows with nested messages used following method: <tr> <td width="25">blah</td> <td width="100%">blah</td> </tr> But khtml since sometimes of mid of kde 3.2 development (november-december) started to squash left cell leaving the rows unindented.
please do a self containing test case. I don't recognize a problem on groklaw.net/
Created attachment 8367 [details] test case still doesn't work with latest cvs
Still doesn't work with fresh cvs. At groklaw.net problem is seen when you are browsing article in nested mode: messages instead of being threaded are flat. Test case is added: http://bugs.kde.org/attachment.cgi?id=8367&action=view
hmm, what cvs? It works perfectly fine (one tiny orange and one large gray box) with HEAD
Hmm, Allan confirmed? Now I'm puzzled
The first cell in the test case should be 115px and the second should take a 100% of _the rest_. It doesnt look like that is happening
Actually it the same error as case D in #77288 *** This bug has been marked as a duplicate of 77288 ***
the thing is it renders exactly as in firefox
You are right. I hadn't tested it. It needs two addition to show the same bug as 77288, table-layout:fixed and a fixed table width. This bug-report is more likely fixed or invalid.