WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
130809
Hook up -webkit-overflow-scrolling:touch for iOS WK2
https://bugs.webkit.org/show_bug.cgi?id=130809
Summary
Hook up -webkit-overflow-scrolling:touch for iOS WK2
Simon Fraser (smfr)
Reported
2014-03-26 18:31:12 PDT
Hook up -webkit-overflow-scrolling:touch for iOS WK2
Attachments
Patch
(18.22 KB, patch)
2014-03-26 18:34 PDT
,
Simon Fraser (smfr)
thorton
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2014-03-26 18:34:53 PDT
Created
attachment 227905
[details]
Patch
Tim Horton
Comment 2
2014-03-26 18:41:21 PDT
Comment on
attachment 227905
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=227905&action=review
> Source/WebKit2/UIProcess/Scrolling/ios/ScrollingTreeOverflowScrollingNodeIOS.mm:61 > + UIScrollView *scrollView = (UIScrollView *)[scrollLayer() delegate];
tiny eww
> Source/WebKit2/UIProcess/ios/RemoteLayerTreeHostIOS.mm:94 > + layerOrView = adoptNS([[UIScrollView alloc] initWithFrame:CGRectZero]);
I vaguely remember being chastised for using initWithFrame:CGRectZero instead of init in the recent past, but I don't mind either way.
Simon Fraser (smfr)
Comment 3
2014-03-26 19:17:00 PDT
https://trac.webkit.org/r166333
Alexey Proskuryakov
Comment 4
2014-03-26 23:30:10 PDT
This broke a number of tests on Mac: platform/mac-wk2/tiled-drawing/clamp-out-of-bounds-scrolls.html [ Failure ] platform/mac-wk2/tiled-drawing/fixed/absolute-inside-fixed.html [ Failure ] platform/mac-wk2/tiled-drawing/fixed/absolute-inside-out-of-view-fixed.html [ Failure ] platform/mac-wk2/tiled-drawing/fixed/fixed-in-overflow.html [ Failure ] platform/mac-wk2/tiled-drawing/fixed/four-bars-with-header-and-footer.html [ Failure ] platform/mac-wk2/tiled-drawing/fixed/four-bars.html [ Failure ] platform/mac-wk2/tiled-drawing/fixed/nested-fixed.html [ Failure ] platform/mac-wk2/tiled-drawing/fixed/percentage-inside-fixed.html [ Failure ] platform/mac-wk2/tiled-drawing/sticky/sticky-horizontal.html [ Failure ]
Simon Fraser (smfr)
Comment 5
2014-03-26 23:38:48 PDT
Looking
Simon Fraser (smfr)
Comment 6
2014-03-26 23:51:46 PDT
(In reply to
comment #4
)
> This broke a number of tests on Mac:
Fixed in
http://trac.webkit.org/changeset/166348
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug