Bug 32563 - [testcase] Parent frameset borders should be inherited to child framesets
Summary: [testcase] Parent frameset borders should be inherited to child framesets
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml parsing (show other bugs)
Version: 3.5
Platform: Compiled Sources Other
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
: 62852 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-09-16 14:33 UTC by Ilya Konstantinov
Modified: 2009-10-18 09:34 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
testcase (634 bytes, application/x-gzip)
2008-04-03 13:24 UTC, George Goldberg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ilya Konstantinov 2001-09-16 14:28:54 UTC
(*** 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)
Comment 1 Maksim Orlovich 2003-01-13 06:38:17 UTC
#29999  a potential dup. 
 
Comment 2 Kai Lahmann 2003-06-14 02:04:53 UTC
no dup, as that's fixed.. 
Comment 3 Maksim Orlovich 2005-06-22 04:35:35 UTC
*** Bug 62852 has been marked as a duplicate of this bug. ***
Comment 4 Ian Ventura-Whiting 2006-08-29 14:53:17 UTC
Bug still exists in KDE 3.5.4 (built from source)
Comment 5 Raúl 2007-07-29 19:23:02 UTC
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.
Comment 6 George Goldberg 2008-04-03 13:22:45 UTC
This bug is stil present in svn trunk r790203.
Comment 7 George Goldberg 2008-04-03 13:24:42 UTC
Created attachment 24163 [details]
testcase

testcase uploaded. Also available online at
http://www.grundleborg.com/kde/bugsquad/testcases/32563
Comment 8 Dario Andres 2008-12-12 12:42:54 UTC
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.
Comment 9 Jaime Torres 2009-10-18 09:34:13 UTC
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