[Webkit-unassigned] [Bug 172299] New: Web Automation: characters produced with shift modifier on QWERTY keyboard should be delivered as shift-down, char-down, char-up, shift-up events
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 18 11:57:26 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=172299
Bug ID: 172299
Summary: Web Automation: characters produced with shift
modifier on QWERTY keyboard should be delivered as
shift-down, char-down, char-up, shift-up events
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit2
Assignee: webkit-unassigned at lists.webkit.org
Reporter: bburg at apple.com
CC: enrica at apple.com, joepeck at webkit.org,
webkit-bug-importer at group.apple.com,
wenson_hsieh at apple.com
Currently, we deliver this as keydown(A), keyup(A) but WebDriver tests expect this to be delivered as keydown(SHIFT), keydown(A), keyup(A), keyup(SHIFT) if the shift modifier is not already set via an earlier key press. Note that this means the text HELLO would keydown/keyup the shift key 5 times, because it's not sustained across keystrokes (even if a user might type it that way).
--
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/20170518/5a704516/attachment.html>
More information about the webkit-unassigned
mailing list