Bug 33555

Summary: Safari shows an unneeded horizontal scroll bar on many websites
Product: WebKit Reporter: Brian Weinstein <bweinstein>
Component: Layout and RenderingAssignee: Brian Weinstein <bweinstein>
Status: RESOLVED FIXED    
Severity: Major CC: adele, hyatt
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://www.washingtonpost.com/wp-dyn/content/article/2008/10/23/AR2008102302081.html?nav=rss_print/outlook
Attachments:
Description Flags
[PATCH] Fix hyatt: review+, bweinstein: commit-queue-

Description Brian Weinstein 2010-01-12 15:05:53 PST
Safari insists on displaying a horizontal scroll bar on a lot of washingtonpost.com pages despite no content overflowing. Resizing the window doesn't get rid of the scrollbar. This page, for example...

http://www.washingtonpost.com/wp-dyn/content/article/2008/10/23/AR2008102302081.html?nav=rss_print/outlook

The reduction for this is:

<html>
    <body>
        <div style="width:100%; position:absolute;"></div>
    </body>
</html>
Comment 1 Brian Weinstein 2010-01-12 15:33:16 PST
Created attachment 46405 [details]
[PATCH] Fix

Updated a couple test results for progressions this fix causes.
Comment 2 Dave Hyatt 2010-01-12 15:36:12 PST
Comment on attachment 46405 [details]
[PATCH] Fix

r=me
Comment 3 Brian Weinstein 2010-01-12 15:40:22 PST
Fix was landed in r53168.