Bug 107869 - Some formerly-fixed objects scroll as if they are still fixed
Summary: Some formerly-fixed objects scroll as if they are still fixed
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Beth Dakin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-24 15:16 PST by Beth Dakin
Modified: 2013-01-24 16:29 PST (History)
2 users (show)

See Also:


Attachments
Test case (1.41 KB, text/html)
2013-01-24 15:17 PST, Beth Dakin
no flags Details
Patch (1.49 KB, patch)
2013-01-24 15:27 PST, Beth Dakin
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Beth Dakin 2013-01-24 15:16:14 PST
It is possible to have an object that toggles between being fixed and being static that will still scroll as if it is fixed when it has become static. The attached test case demonstrates the bugs.
Comment 1 Beth Dakin 2013-01-24 15:17:20 PST
Created attachment 184591 [details]
Test case
Comment 2 Beth Dakin 2013-01-24 15:27:47 PST
Created attachment 184593 [details]
Patch

Unfortunately, I was unable to create a test for this because scrollingStateTreeAsText() will make that commit that wasn't happening happen anyway.
Comment 3 Beth Dakin 2013-01-24 16:29:56 PST
Thanks, Simon! 

http://trac.webkit.org/changeset/140747