RESOLVED FIXED 134085
[iOS WebKit2] Make -webkit-overflow-scrolling:touch work in iframes (breaks MSWord previews)
https://bugs.webkit.org/show_bug.cgi?id=134085
Summary [iOS WebKit2] Make -webkit-overflow-scrolling:touch work in iframes (breaks M...
Simon Fraser (smfr)
Reported 2014-06-19 17:53:32 PDT
[iOS WebKit2] Make -webkit-overflow-scrolling:touch work in iframes (breaks MSWord previews)
Attachments
Patch (67.75 KB, patch)
2014-06-19 19:26 PDT, Simon Fraser (smfr)
no flags
Patch (31.56 KB, patch)
2014-06-20 11:14 PDT, Simon Fraser (smfr)
thorton: review+
Simon Fraser (smfr)
Comment 1 2014-06-19 19:26:08 PDT
Simon Fraser (smfr)
Comment 2 2014-06-20 11:14:06 PDT
Tim Horton
Comment 3 2014-06-20 11:31:00 PDT
Comment on attachment 233435 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=233435&action=review > Source/WebCore/page/scrolling/ScrollingStateTree.cpp:109 > + switch (nodeType) { this looks ripe for moving into another function, and factoring the appendChild out, and just cleaning up in general > Source/WebCore/page/scrolling/ScrollingStateTree.h:85 > + enum SubframeNodeRemoval { enum class? and drop the "SubframeNodes" suffix? SubframeNodeRemoval::Delete, SubframeNodeRemoval::Orphan, etc.
Simon Fraser (smfr)
Comment 4 2014-06-20 12:22:21 PDT
Note You need to log in before you can comment on or make changes to this bug.