Bug 181680

Summary: :active pseudo class doesn't deactivate when using pressure sensitive trackpad
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, commit-queue, simon.fraser, solerguillermo, thorton, 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=179592
https://bugs.webkit.org/show_bug.cgi?id=181640
Attachments:
Description Flags
patch none

Description Antti Koivisto 2018-01-16 06:43:24 PST
<style>
div:active { color: green }
</style>
<div>
Test
</div>

Lifting the finger does not remove the active pseudo class.
Comment 1 Antti Koivisto 2018-01-16 11:47:57 PST
Created attachment 331408 [details]
patch
Comment 2 WebKit Commit Bot 2018-04-18 15:01:32 PDT
Comment on attachment 331408 [details]
patch

Clearing flags on attachment: 331408

Committed r230786: <https://trac.webkit.org/changeset/230786>
Comment 3 WebKit Commit Bot 2018-04-18 15:01:34 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2018-04-18 15:02:22 PDT
<rdar://problem/39542248>
Comment 5 Simon Fraser (smfr) 2018-04-18 15:09:42 PDT
*** Bug 179592 has been marked as a duplicate of this bug. ***