Bug 198329 - Scrolling node ordering wrong when a layer has both positioning and fixed/sticky node
Summary: Scrolling node ordering wrong when a layer has both positioning and fixed/sti...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Scrolling (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-05-29 07:05 PDT by Antti Koivisto
Modified: 2019-05-29 10:42 PDT (History)
4 users (show)

See Also:


Attachments
patch (9.32 KB, patch)
2019-05-29 08:15 PDT, Antti Koivisto
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2019-05-29 07:05:53 PDT
With sticky positioning in non-stacking context overflow you currently get structure like

FrameScrollingNode
  OverflowScrollingNode
  StickyNode
    PositionedNode

where StickyNode and PositionedNode reference the same layer. Sticky doesn't get applied at all when the overflow moves.
Comment 1 Antti Koivisto 2019-05-29 08:15:04 PDT
Created attachment 370850 [details]
patch
Comment 2 WebKit Commit Bot 2019-05-29 10:41:34 PDT
Comment on attachment 370850 [details]
patch

Clearing flags on attachment: 370850

Committed r245854: <https://trac.webkit.org/changeset/245854>
Comment 3 WebKit Commit Bot 2019-05-29 10:41:36 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2019-05-29 10:42:19 PDT
<rdar://problem/51227368>