[Webkit-unassigned] [Bug 213060] New: [WebDriver] Support input cancel list
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 10 17:01:49 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=213060
Bug ID: 213060
Summary: [WebDriver] Support input cancel list
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebDriver
Assignee: webkit-unassigned at lists.webkit.org
Reporter: lmoura at igalia.com
CC: bburg at apple.com
Currently, WebAutomationSession/SimulatedInputDispacher generates a set of default reset states for each input source when canceling an interaction sequence. (WebAutomationSession::cancelInteractionSequence).
This is causing the mouseup reset event to be emitted with (0,0) position instead of the position of the last mouse press/move. This is making imported/w3c/webdriver/tests/perform_actions/pointer_contextmenu.py::test_release_control_click (and probably others to fail).
A tentative fix for this, preserving the pointer coordinate, also showed that the order of the actions is not preserved (Cancel actions are traversed in a different order than expected).
In the current WebDriver spec, these are the actions that add actions to the inputCancelList:
* KeyDown -> Adds the same state with KeyUp
* PointerDown -> Adds the same state with PointerUp
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200611/91f7c2b4/attachment.htm>
More information about the webkit-unassigned
mailing list