Bug 134836 - [New Multicolumn] Crawl to check for compositing between us and the enclosingPaginationLayer
Summary: [New Multicolumn] Crawl to check for compositing between us and the enclosing...
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: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-11 10:26 PDT by Dave Hyatt
Modified: 2014-07-14 12:52 PDT (History)
5 users (show)

See Also:


Attachments
Patch (7.56 KB, patch)
2014-07-11 10:29 PDT, Dave Hyatt
dino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2014-07-11 10:26:10 PDT
The bits being set in updateLayerPositions just don't work, since compositing states can change without triggering that function. This patch just gets rid of the bit and does a crawl every time to check. This ensures that changes in compositing states don't necessitate any changes in pagination, since the lookup will always check the current compositing state.
Comment 1 Dave Hyatt 2014-07-11 10:29:10 PDT
Created attachment 234768 [details]
Patch
Comment 2 Dave Hyatt 2014-07-14 12:52:00 PDT
Fixed in r171074