konqueror rendering issue

Germain Garand germain at ebooksfrance.org
Thu Jan 5 16:15:34 GMT 2006


Le Jeudi 05 Janvier 2006 15:46, miro a écrit :
> Hi there,
>
>   I'm sending a test case showing a rendering problem in konqueror.
> There are a 2 items in a table. The second has "position:relative" set, to
> move it lower. The problem is that the item is moved but the table is
> enlarged to accommodate it.
> Correct behavior (ehm firefox/ie) the table is NOT enlarged. This is also
> the case if display:block is deleted (or position:absolute is used) .
>

right, the fix is probably something like

@@ -1391,1 +1391,1 @@
- if (child->isRelPositioned()) {
+ if (child->isRelPositioned() && (hasOverflowClip() || !isTableCell())) {

in render_block.
I'll see to it shortly...

Thanks for the report and testcase,
Germain





More information about the kfm-devel mailing list