Version: (using KDE Devel) Installed from: Compiled sources Compiler: gcc version 3.3.4 OS: Linux The page looks fine with Firefox and Opera but in Konqueror the right and bottom frame is not shown.
Created attachment 10173 [details] Testcase Testcase
Confirmed. Let's see why... Must be because of the abuse of "100%". If you change that to "*", it works as expected.
SVN commit 518068 by ggarand: apply nice frame calculation enhancements patch by Niels Leenheer <niels.leenheer@gmail.com> cf. WC/3587 also, be extra careful not to apply complex masks to frames in KHTMLView::drawContents. BUG: 60113, 69074, 101753 M +8 -5 khtmlview.cpp M +1 -2 rendering/render_form.cpp M +141 -27 rendering/render_frames.cpp