Bug 197281

Summary: Elements with "display: inline-block" don't have a touch-action region
Product: WebKit Reporter: Antoine Quint <graouts>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, koivisto, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=194813
Attachments:
Description Flags
Reduction
none
patch none

Description Antoine Quint 2019-04-25 08:21:57 PDT
Created attachment 368237 [details]
Reduction

Setting "display: inline-block" on an element that also has a "touch-action" property prevents the creation of a touch-action region.
Comment 1 Radar WebKit Bug Importer 2019-05-07 03:20:47 PDT
<rdar://problem/50535081>
Comment 2 Antti Koivisto 2019-05-09 01:54:37 PDT
Created attachment 369479 [details]
patch
Comment 3 WebKit Commit Bot 2019-05-09 02:41:43 PDT
Comment on attachment 369479 [details]
patch

Clearing flags on attachment: 369479

Committed r245126: <https://trac.webkit.org/changeset/245126>
Comment 4 WebKit Commit Bot 2019-05-09 02:41:44 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Antoine Quint 2019-05-09 04:35:37 PDT
This patch also addressed CSS Grids, nice!