Bug 33555 - Safari shows an unneeded horizontal scroll bar on many websites
Summary: Safari shows an unneeded horizontal scroll bar on many websites
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Major
Assignee: Brian Weinstein
URL: http://www.washingtonpost.com/wp-dyn/...
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-12 15:05 PST by Brian Weinstein
Modified: 2010-01-12 15:40 PST (History)
2 users (show)

See Also:


Attachments
[PATCH] Fix (7.05 KB, patch)
2010-01-12 15:33 PST, Brian Weinstein
hyatt: review+
bweinstein: commit-queue-
Details | Formatted Diff | Diff

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