Bug 65487

Summary: Konqueror displays cnn.com incorrectly (light blue bar at top wrong size)
Product: [Applications] konqueror Reporter: cuteguynz
Component: khtmlAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description cuteguynz 2003-10-04 18:44:32 UTC
Version:            (using KDE KDE 3.1.4)
Installed from:    Gentoo Packages
Compiler:          gcc 3.2.3 
OS:          Linux

I was looking at the source code for http://www.cnn.com

and it seems konqueror is rendering tables incorrectly. There is a button which is an image (Search) and its being pushed down and makes the height of the bar bigger than expected, leaving big white gaps on each end of page....

 the bar seems to me from looking at the code usings css ....
Comment 1 cuteguynz 2003-10-04 18:45:53 UTC
mozilla 1.5rc2 renders page fine 
ie 6 sp1 renders page fine... 
 
will try mozilla 1.4rc4 soon 
Comment 2 Thiago Macieira 2003-10-04 19:41:24 UTC
That button is not an image. It's a standard widget, which means Konqueror 
will use the one from your current KDE widget theme. In mine (Keramic), the 
button is higher than the one from Mozilla, which accounts for the difference. 
 
(If the button had been an image, Konqueror and Mozilla would have shown it 
exactly the same). 
 
I've inspected the code and there's no attribute for the button height. 
Therefore, I'd assume it's not limited. However, I found these CSS attributes, 
which may be meaningful: 
 
	border-top: solid 1px #69c; 
	border-right: solid 1px #069; 
	border-bottom: solid 1px #069; 
	border-left: solid 1px #69c; 
 
I don't know what they mean. 
Comment 3 cuteguynz 2003-10-04 19:53:50 UTC
Subject: Re:  Konqueror displays cnn.com incorrectly (light blue bar at top wrong size)         

checkout this on css
http://www.w3schools.com/css/css_border.asp

--- Thiago Macieira <thiagom@mail.com> wrote:
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>      
> http://bugs.kde.org/show_bug.cgi?id=65487     
> 
> 
> 
> 
> ------- Additional Comments From thiagom@mail.com 
> 2003-10-04 19:41 -------
> That button is not an image. It's a standard widget,
> which means Konqueror 
> will use the one from your current KDE widget theme.
> In mine (Keramic), the 
> button is higher than the one from Mozilla, which
> accounts for the difference. 
>  
> (If the button had been an image, Konqueror and
> Mozilla would have shown it 
> exactly the same). 
>  
> I've inspected the code and there's no attribute for
> the button height. 
> Therefore, I'd assume it's not limited. However, I
> found these CSS attributes, 
> which may be meaningful: 
>  
> 	border-top: solid 1px #69c; 
> 	border-right: solid 1px #069; 
> 	border-bottom: solid 1px #069; 
> 	border-left: solid 1px #69c; 
>  
> I don't know what they mean.

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

Comment 4 cuteguynz 2003-10-04 20:08:50 UTC
bug still occurs even after changing style in kde 3.1.4 ... ( was using keramik )  
Comment 5 Stephan Binner 2003-10-18 20:32:28 UTC

*** This bug has been marked as a duplicate of 65788 ***