Bug 67894 - Body background with background-attachment:fixed stays in place during rubber-banding
Summary: Body background with background-attachment:fixed stays in place during rubber...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.7
: P2 Normal
Assignee: Simon Fraser (smfr)
URL: data:text/html,%3Cbody%20style=%22bac...
Keywords: InRadar, PlatformOnly
Depends on:
Blocks:
 
Reported: 2011-09-10 11:43 PDT by Adam Roben (:aroben)
Modified: 2013-01-03 15:47 PST (History)
8 users (show)

See Also:


Attachments
Patch (1.98 KB, patch)
2013-01-03 15:33 PST, Simon Fraser (smfr)
bdakin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2011-09-10 11:43:14 PDT
To reproduce:

1. data:text/html,%3Cbody%20style=%22background-image:url(http://www.webkit.org/images/download.png);%20background-attachment:fixed%22%3E%3Cdiv%20style=%22background-color:white;%20width:400px;height:400px%22%3EScroll%20this%20page%20and%20watch%20the%20background%20stay%20in%20place
2. Scroll far enough to trigger rubber-banding

The body's background stays in place, rather than obeying the rubber-banding.
Comment 1 mitz 2011-09-10 11:45:15 PDT
<rdar://problem/8977629>
Comment 2 Simon Fraser (smfr) 2013-01-03 15:33:40 PST
Created attachment 181236 [details]
Patch
Comment 3 Simon Fraser (smfr) 2013-01-03 15:47:30 PST
http://trac.webkit.org/changeset/138757