Bug 119066

Summary: REGRESSION (r152335): Mac Pro title occluded in MobileSafari; can't scroll page
Product: WebKit Reporter: Daniel Bates <dbates>
Component: WebCore Misc.Assignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: allan.jensen, commit-queue, esprehn+autocc, glenn, macpherson, menard, simon.fraser
Priority: P2 Keywords: InRadar, Regression
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Daniel Bates 2013-07-24 14:51:41 PDT
The title image "Mac Pro" on <http://www.apple.com/mac-pro/index1.html> is occluded and the page can't be scrolled following <http://trac.webkit.org/changeset/152335> (bug #118337).

In <http://images.apple.com/v/mac-pro/home/a/styles/mac-pro-iphone.css>, they have the following CSS:

#overview.enhanced-active #viewable {
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    width: 1024px;
    z-index: 10;
    top:0;
}
Comment 1 Daniel Bates 2013-07-24 14:53:44 PDT
<rdar://problem/14499184>
Comment 2 Daniel Bates 2013-07-24 14:57:00 PDT
Created attachment 207414 [details]
Patch
Comment 3 WebKit Commit Bot 2013-07-24 15:44:05 PDT
Comment on attachment 207414 [details]
Patch

Clearing flags on attachment: 207414

Committed r153105: <http://trac.webkit.org/changeset/153105>
Comment 4 WebKit Commit Bot 2013-07-24 15:44:08 PDT
All reviewed patches have been landed.  Closing bug.