WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
193819
Use ENABLE_POINTER_EVENTS for the touch-action property
https://bugs.webkit.org/show_bug.cgi?id=193819
Summary
Use ENABLE_POINTER_EVENTS for the touch-action property
Antoine Quint
Reported
2019-01-25 02:41:46 PST
Use ENABLE_POINTER_EVENTS for the touch-action property
Attachments
Patch
(10.79 KB, patch)
2019-01-25 02:42 PST
,
Antoine Quint
koivisto
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Antoine Quint
Comment 1
2019-01-25 02:42:42 PST
Created
attachment 360095
[details]
Patch
Antti Koivisto
Comment 2
2019-01-25 02:48:57 PST
Comment on
attachment 360095
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=360095&action=review
> Source/WebCore/css/CSSComputedStyleDeclaration.cpp:1750 > -#if ENABLE(TOUCH_EVENTS) > +#if ENABLE(POINTER_EVENTS)
You should also remove the flag from the configuration files.
Antoine Quint
Comment 3
2019-01-25 02:53:15 PST
(In reply to Antti Koivisto from
comment #2
)
> Comment on
attachment 360095
[details]
> Patch > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=360095&action=review
> > > Source/WebCore/css/CSSComputedStyleDeclaration.cpp:1750 > > -#if ENABLE(TOUCH_EVENTS) > > +#if ENABLE(POINTER_EVENTS) > > You should also remove the flag from the configuration files.
The TOUCH_EVENTS flag is still used for other purposes besides the touch-action property.
Antoine Quint
Comment 4
2019-01-25 03:37:06 PST
Committed
r240472
: <
https://trac.webkit.org/changeset/240472
>
Radar WebKit Bug Importer
Comment 5
2019-01-25 03:41:08 PST
<
rdar://problem/47545777
>
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