[Webkit-unassigned] [Bug 232997] New: loss on focus after release-action

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 11 06:43:16 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=232997

            Bug ID: 232997
           Summary: loss on focus after release-action
           Product: WebKit
           Version: Safari 14
          Hardware: Mac (Intel)
                OS: macOS 11
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebDriver
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sebastian.klaar at sick.de
                CC: bburg at apple.com

We're using webdriverio to execute automated tests on Safari.

This w3c command causes lost of element focus:

[DELETE/session/{session id}/actions]
Command „releaseAction“
"DELETE": {
"command": "releaseActions",
"description": "The Release Actions command is used to release all the keys and pointer buttons that are currently depressed. This causes events to be fired as if the state was released by an explicit series of actions. It also clears all the internal state of the virtual devices.",
"ref": "https://w3c.github.io/webdriver/#dfn-release-actions",
"parameters": []
}
},

after element was hovered-on:

performActions([{
type: 'pointer',
id: 'pointer1',
parameters: { pointerType: 'mouse' },
actions: [{ type: 'pointerMove', duration: 0, x: newXOffset, y: newYOffset }]
}])

-- 
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/20211111/303eefe1/attachment.htm>


More information about the webkit-unassigned mailing list