Bug 105250 - [testcase] Empty table shows like underscore
Summary: [testcase] Empty table shows like underscore
Status: RESOLVED WORKSFORME
Alias: None
Product: konqueror
Classification: Applications
Component: khtml renderer (show other bugs)
Version: unspecified
Platform: Mandrake RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-07 21:02 UTC by Wilber Washbucket
Modified: 2008-05-16 14:41 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
testcase (621 bytes, text/html)
2008-04-27 10:53 UTC, Michael Leupold
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Wilber Washbucket 2005-05-07 21:02:28 UTC
Version:           Konqueror v3.2.3 (Using KDE 3.2.3) (using KDE KDE 3.2.3)
Installed from:    Mandrake RPMs
Compiler:          Reading specs from /usr/lib/gcc/i586-mandrake-linux-gnu/3.4.1/specs
Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-clocale=gnu --disable-libunwind-exceptions --enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu --with-system-zlib
Thread model: posix gcc version 3.4.1 (Mandrakelinux 10.1 3.4.1-4mdk)
OS:                Linux

An empty table in HTML code with no elements whatsoever in that table will be drawn like an underscore. Why is it drawn at all?

Testcase can be found here:
http://selah.pointclark.net/emptytable.htm

The line appears between 'T' and 'S'.
Comment 1 Thiago Macieira 2005-05-07 23:00:41 UTC
Confirmed on 3.4.0 as well.
Comment 2 Allan Sandfeld 2005-05-07 23:43:37 UTC
It seems it for some reason gets a width.
Comment 3 FiNeX 2008-04-06 18:44:45 UTC
The testcase page is down. Could you post here a test page?

I've tried to open an HTML file with something like:

TEXT<table></table>TEXT

But I've see no problem at all.
Comment 4 Michael Leupold 2008-04-27 10:53:40 UTC
Created attachment 24533 [details]
testcase

I put everything I could gather in a tiny html file. I can't reproduce this bug
on 3.5.9 and trunk. Please confirm this testcase is correct.
Comment 5 FiNeX 2008-04-27 13:17:48 UTC
Michael, I've tried your testcase with 3.5.9 and trunk r800924. Both doesn't show the "underscore" line reported initially.
Comment 6 FiNeX 2008-05-16 14:41:24 UTC
Them both render the page like firefox and Opera. Bug closed.