Bug 153036

Summary: iframes built from script end up with unnecessary scrollbars -- affects google ads
Product: [Applications] konqueror Reporter: Germain Garand <germain>
Component: khtmlAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED FIXED    
Severity: major    
Priority: NOR    
Version: 4.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Germain Garand 2007-11-28 08:47:31 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

dynamically generated iframes often end up with slightly wrong document height/width triggering the display of scrollbars that should not be necessary.

This break a lot of page layouts out there.
Notably, Google ads are affected.
Comment 1 Germain Garand 2007-12-30 15:48:22 UTC
SVN commit 754684 by ggarand:

.Cope with set{Vertical,Horizontal}ScrollBarPolicy not being virtual
 anymore in Qt 4. Too bad we actually thought we reimplemented them..
 How viciously stealth such a bug can be is beyond description ;(

major
BUG: 153036


 M  +2 -2      khtmlview.cpp  
 M  +10 -2     khtmlview.h  
 M  +20 -14    rendering/render_frames.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=754684