WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2014-10-22 21:02:02 PDT
rdar://problem/18425550
Simon Fraser (smfr)
Comment 2
2014-10-22 21:07:45 PDT
Created
attachment 240325
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug