Bug 137610

Summary: Pseudo element with `position: fixed` is incorrectly rendered on Mobile Safari 8
Product: WebKit Reporter: Kyo Nagashima <hail2u>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: simon.fraser, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Test case none

Description Kyo Nagashima 2014-10-10 06:04:17 PDT
On Mobile Safari 8, a pseudo element that applied `position: fixed` isn't fixed its position completely like a normal element. This fixed pseudo element was rendered with a little delay.
Comment 1 Kyo Nagashima 2014-10-10 06:05:03 PDT
Created attachment 239623 [details]
Test case
Comment 2 Simon Fraser (smfr) 2014-10-14 08:01:30 PDT
Same in Safari on Mac.
Comment 3 Radar WebKit Bug Importer 2014-10-14 08:01:46 PDT
<rdar://problem/18648620>
Comment 4 Simon Fraser (smfr) 2015-07-30 16:49:36 PDT
This works correctly now.