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

List:       kfm-devel
Subject:    Bug#13785: marked as done (html table rendering (html included))
From:       owner () bugs ! kde ! org (Stephan Kulow)
Date:       2000-12-31 10:18:04
[Download RAW message or body]

Your message dated Sat, 30 Dec 2000 22:51:34 +0000
with message-id <00123022513407.00957@localhost.localdomain>
and subject line Bug#13785: html table rendering (html included)
has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Stephan Kulow
(administrator, KDE bugs database)

Received: (at submit) by bugs.kde.org; 27 Oct 2000 02:19:17 +0000
Received: (qmail 10696 invoked by uid 33); 27 Oct 2000 02:19:17 -0000
Date: 27 Oct 2000 02:19:17 -0000
Message-ID: <20001027021917.10695.qmail@master.kde.org>
To: submit@bugs.kde.org
Subject: html table rendering (html included)
From: bdamm@dammfine.com

Package: khtml
Version: 2.0 final
Severity: normal
Installed from: Debian debs.

The rendering engine seems to all but display certain strings within a table.  Here \
is the html that I have stripped:

Here we have two tables, which should appear similar to each other.  The second one \
should render properly, but only does so because the html is 'coaxed' to work with \
khtml.  Note that if the <p>..</p>s are removed, the text does't show up at all.

<html><body>

<table border=1>
<tr>

<td>
<ul><li>KDE is good</li>
<p>1</p>
</ul>
</td>

<!-- Spacing is proper, but no actual rendering. -->
<td>
<ul>
<p>foooooooooooooooooooooooo</p>
</ul>
</td>

</tr>
</table>
<hr>
<table border=1>
<tr>

<!-- The addition of the &nbsp; makes it work. -->
<td>
<ul><li>KDE is good</li>&nbsp;
<p>1</p>
</ul>
</td>

<td>
<ul>&nbsp;<p>foo</p>
</ul>
</td>

</tr>
</table>

</body></html>

According to the w3c validator, this html is quite broken.  However I'm having \
trouble finding other ways to acheive the desired effect, and it works in Netscape \
and IE.

-Ben


(submitted via bugs.kde.org)


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

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