Bug 105251 - Fix position:-webkit-sticky behavior when zoomed
Summary: Fix position:-webkit-sticky behavior when zoomed
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on: 105390
Blocks:
  Show dependency treegraph
 
Reported: 2012-12-17 21:29 PST by Simon Fraser (smfr)
Modified: 2014-07-01 19:38 PDT (History)
6 users (show)

See Also:


Attachments
Patch (8.39 KB, patch)
2012-12-17 21:31 PST, Simon Fraser (smfr)
no flags Details | Formatted Diff | Diff
Patch (10.19 KB, patch)
2012-12-18 09:53 PST, Simon Fraser (smfr)
dino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.