Bug 105251

Summary: Fix position:-webkit-sticky behavior when zoomed
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, eric, ojan.autocc, simon.fraser, webkit-bug-importer, webkit.review.bot
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 105390    
Bug Blocks:    
Attachments:
Description Flags
Patch
none
Patch dino: review+

Description Simon Fraser (smfr) 2012-12-17 21:29:18 PST
Fix position:-webkit-sticky behavior when zoomed
Comment 1 Simon Fraser (smfr) 2012-12-17 21:31:57 PST
Created attachment 179878 [details]
Patch
Comment 2 Simon Fraser (smfr) 2012-12-17 21:32:30 PST
<rdar://problem/12898829>
Comment 3 Simon Fraser (smfr) 2012-12-17 21:32:55 PST
The ref test will fail, because I can't figure out how to hide scrollbars when zoomed. overflow:hidden on the body doesn't do it.
Comment 4 Build Bot 2012-12-17 22:03:03 PST
Comment on attachment 179878 [details]
Patch

Attachment 179878 [details] did not pass mac-ews (mac):
Output: http://queues.webkit.org/results/15399063

New failing tests:
fast/css/sticky/sticky-top-zoomed.html
Comment 5 Simon Fraser (smfr) 2012-12-18 09:53:24 PST
Created attachment 179968 [details]
Patch
Comment 6 Simon Fraser (smfr) 2012-12-18 10:09:12 PST
http://trac.webkit.org/changeset/138036
Comment 7 Simon Fraser (smfr) 2014-07-01 19:38:27 PDT
Further fixing via bug 134535.