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+
Antoine Quint
Comment 1 2019-01-25 02:42:42 PST
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
Radar WebKit Bug Importer
Comment 5 2019-01-25 03:41:08 PST
Note You need to log in before you can comment on or make changes to this bug.