Bug 193819 - Use ENABLE_POINTER_EVENTS for the touch-action property
Summary: Use ENABLE_POINTER_EVENTS for the touch-action property
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-01-25 02:41 PST by Antoine Quint
Modified: 2019-01-25 03:41 PST (History)
2 users (show)

See Also:


Attachments
Patch (10.79 KB, patch)
2019-01-25 02:42 PST, Antoine Quint
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Quint 2019-01-25 02:41:46 PST
Use ENABLE_POINTER_EVENTS for the touch-action property
Comment 1 Antoine Quint 2019-01-25 02:42:42 PST
Created attachment 360095 [details]
Patch
Comment 2 Antti Koivisto 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.
Comment 3 Antoine Quint 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.
Comment 4 Antoine Quint 2019-01-25 03:37:06 PST
Committed r240472: <https://trac.webkit.org/changeset/240472>
Comment 5 Radar WebKit Bug Importer 2019-01-25 03:41:08 PST
<rdar://problem/47545777>