Bug 197281 - Elements with "display: inline-block" don't have a touch-action region
Summary: Elements with "display: inline-block" don't have a touch-action region
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-04-25 08:21 PDT by Antoine Quint
Modified: 2019-05-09 04:35 PDT (History)
3 users (show)

See Also:


Attachments
Reduction (383 bytes, text/html)
2019-04-25 08:21 PDT, Antoine Quint
no flags Details
patch (4.72 KB, patch)
2019-05-09 01:54 PDT, Antti Koivisto
no flags 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-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!