(*** This bug was imported into bugs.kde.org ***) Package: khtml Version: KDE 2.2.1 Severity: normal Installed from: Compiled From Sources Compiler: Not Specified OS: Not Specified OS/Compiler notes: Not Specified URL: http://www.andi.com/ Example: <frameset rows="**" frameborder="no" border="0" framespacing="0"> <frame src="one.html"> <!-- should inherit parent's frame borders but doesn't --> <frameset cols="**"> <frame src="two.html"> <frame src="three.html"> </frameset> </frameset> This behavior isn't defined in the W3 specifications (which don't even mention the BORDER attribute) but it's real-world behavior which we should support (just like Mozilla and Explorer do). (Submitted via bugs.kde.org)
#29999 a potential dup.
no dup, as that's fixed..
*** Bug 62852 has been marked as a duplicate of this bug. ***
Bug still exists in KDE 3.5.4 (built from source)
I think I've found this same problem on kde 3.5.7. You only have to take a look on this url: http://www.playasol.com/cas/default.htm My knowledge about html is very limited, so I maybe wrong in my appreciation. Could anyone confirm I'm right? BTW the page is rendered correctly on Firefox. I can send screenshots on request. Thanks.
This bug is stil present in svn trunk r790203.
Created attachment 24163 [details] testcase testcase uploaded. Also available online at http://www.grundleborg.com/kde/bugsquad/testcases/32563
The bug is still valid using: KDE4.1.3 and KDE4.2svn (kdelibs svn rev. 895869 / kdebase svn rev. 895869) and Qt: 4.4.3 on ArchLinux x86_64 Firefox3 display the testcase without the grey separator line between the blue and yellow frames.
SVN commit 1036900 by jtamate: http://reviewboard.kde.org/r/1818/ Avoid the displacement of the frames when there is no frameborder. BUG: 32563 M +1 -1 html_baseimpl.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1036900