RESOLVED FIXED 137999
[iOS] Toggling overflow:scroll to hidden on element with -webkit-overflow-scrolling:touch can cause children to disappear
https://bugs.webkit.org/show_bug.cgi?id=137999
Summary [iOS] Toggling overflow:scroll to hidden on element with -webkit-overflow-scr...
Simon Fraser (smfr)
Reported 2014-10-22 20:58:54 PDT
[iOS] Toggling overflow:scroll to hidden on element with -wbekit-overflow-scrolling:touch can cause children to disappear
Attachments
Patch (8.32 KB, patch)
2014-10-22 21:07 PDT, Simon Fraser (smfr)
no flags
Simon Fraser (smfr)
Comment 1 2014-10-22 21:02:02 PDT
Simon Fraser (smfr)
Comment 2 2014-10-22 21:07:45 PDT
zalan
Comment 3 2014-10-22 21:30:01 PDT
Comment on attachment 240325 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=240325&action=review > Source/WebCore/rendering/RenderLayerCompositor.cpp:873 > + return isScrollableOverflow(style.overflowX()) && style.useTouchOverflowScrolling(); overflowY()?
Simon Fraser (smfr)
Comment 4 2014-10-22 22:40:44 PDT
(In reply to comment #3) > Comment on attachment 240325 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=240325&action=review > > > Source/WebCore/rendering/RenderLayerCompositor.cpp:873 > > + return isScrollableOverflow(style.overflowX()) && style.useTouchOverflowScrolling(); > > overflowY()? We (currently) don't allow overflowX and overflowY to differ.
WebKit Commit Bot
Comment 5 2014-10-22 23:15:47 PDT
Comment on attachment 240325 [details] Patch Clearing flags on attachment: 240325 Committed r175085: <http://trac.webkit.org/changeset/175085>
WebKit Commit Bot
Comment 6 2014-10-22 23:15:52 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.