WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
232997
loss on focus after release-action
https://bugs.webkit.org/show_bug.cgi?id=232997
Summary
loss on focus after release-action
sebastian.klaar
Reported
2021-11-11 06:43:16 PST
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 }] }])
Attachments
Add attachment
proposed patch, testcase, etc.
sebastian.klaar
Comment 1
2021-11-11 06:43:32 PST
reference:
https://feedbackassistant.apple.com/feedback/9381562
Sam Sneddon [:gsnedders]
Comment 2
2021-11-15 04:26:24 PST
rdar://80956973
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug