Bug 181680 - :active pseudo class doesn't deactivate when using pressure sensitive trackpad
Summary: :active pseudo class doesn't deactivate when using pressure sensitive trackpad
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
: 179592 (view as bug list)
Depends on:
Blocks:
 
Reported: 2018-01-16 06:43 PST by Antti Koivisto
Modified: 2018-11-09 05:09 PST (History)
6 users (show)

See Also:


Attachments
patch (1.75 KB, patch)
2018-01-16 11:47 PST, 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 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. ***