WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 199268
199269
Computation of nested touch-action elements is wrong
https://bugs.webkit.org/show_bug.cgi?id=199269
Summary
Computation of nested touch-action elements is wrong
Antoine Quint
Reported
2019-06-27 05:28:52 PDT
Created
attachment 373021
[details]
Layout test The following will yield a "touch-action: none" event region for the innermost <div>: <style> div { position: absolute; top: 0; left: 0; width: 400px; height: 400px; } .manipulation { touch-action: manipulation; } .pan-y { touch-action: pan-y; } </style> <div class="manipulation"> <div class="pan-y"> <div class="manipulation"></div> </div> </div>
Attachments
Layout test
(666 bytes, text/html)
2019-06-27 05:28 PDT
,
Antoine Quint
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Antoine Quint
Comment 1
2019-06-27 05:29:09 PDT
<
rdar://problem/52121697
>
Antoine Quint
Comment 2
2019-06-27 05:39:51 PDT
*** This bug has been marked as a duplicate of
bug 199268
***
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