WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
Patch
(31.56 KB, patch)
2014-06-20 11:14 PDT
,
Simon Fraser (smfr)
thorton
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2014-06-19 19:26:08 PDT
Created
attachment 233401
[details]
Patch
Simon Fraser (smfr)
Comment 2
2014-06-20 11:14:06 PDT
Created
attachment 233435
[details]
Patch
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
https://trac.webkit.org/r170198
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