Bug 262159 - [PointerEvents] pressure property is not spec-compliant when constructed from mouse event
Summary: [PointerEvents] pressure property is not spec-compliant when constructed from...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Abrar Rahman Protyasha
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-09-26 18:33 PDT by Abrar Rahman Protyasha
Modified: 2023-09-27 17:35 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Abrar Rahman Protyasha 2023-09-26 18:33:44 PDT
As of ToT, every PointerEvent object created from a backing MouseEvent object in PointerCaptureController has an incorrect pressure value, namely 0. This causes us to fail the pointerevents/pointerevent_attributes_hoverable_pointers.html WPT because it makes assertions about the pressure property.
Comment 1 Radar WebKit Bug Importer 2023-09-26 18:33:59 PDT
<rdar://problem/116094696>
Comment 2 Abrar Rahman Protyasha 2023-09-27 02:22:30 PDT
Pull request: https://github.com/WebKit/WebKit/pull/18268
Comment 3 EWS 2023-09-27 17:35:55 PDT
Committed 268552@main (a13dcf305bd1): <https://commits.webkit.org/268552@main>

Reviewed commits have been landed. Closing PR #18268 and removing active labels.