Bug 153036 - iframes built from script end up with unnecessary scrollbars -- affects google ads
Summary: iframes built from script end up with unnecessary scrollbars -- affects googl...
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: 4.0
Platform: Compiled Sources Linux
: NOR major
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-28 08:47 UTC by Germain Garand
Modified: 2007-12-30 15:48 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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