Bug 212953 - [WebDriver][WPE] Shift modifier is not generating capital letters
Summary: [WebDriver][WPE] Shift modifier is not generating capital letters
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WPE WebKit (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: wpe-webdriver
  Show dependency treegraph
 
Reported: 2020-06-08 21:29 PDT by Lauro Moura
Modified: 2020-09-23 14:44 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 Lauro Moura 2020-06-08 21:29:33 PDT
imported/w3c/tests/perform_actions/key_modifiers.py::test_shift_modifier_generates_capital_letters fails with the actual text not being modified by shift being pressed (all lower case).

Keycode and modifiers seem to be correctly arriving the WebView, though.

This happens regardless of bug212948 patch being applied.