The Big Changes (on both sides)
Dirk Mueller
mueller@kde.org
Fri, 10 Jan 2003 05:48:23 +0100
On Don, 09 Jan 2003, Dirk Mueller wrote:
> I agree it was a terrible hack, and its great to
> see it gone. I'm curious on where it broke currently though. Haven't had
> problems with it according to user feedback the last few months. Also it
> appears to me that WinIE renders content that was moved to front as if it
> would be in a box with the same with constrains as the table itself. Mozilla
> doesn't do that, but I don't know if that matters.
I've applied your changes to remove <-konqblock> locally now, and indeed
KHTML behaves (imho broken) like Mozilla now. contents that was moved to
front is added to the flow. like for example:
<BODY>
this is some text
<table border="1">
<tr>
<a name="apple">not in the TD!</a>
<td>foobar</td>
</tr>
</table>
</body>
</html>
were there sites which required the Mozilla behaviour ? The konqblock was
exactly introduced to have the IE behaviour, which broke some strange
websites before (have to dig deep in the commit history to find an example,
can't remember offhand anymore).
--
Dirk (received 147 mails today)