[Webkit-unassigned] [Bug 217950] New: WebDriver: handle key events with non-ASCII unicode code point

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 20 06:05:58 PDT 2020


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

            Bug ID: 217950
           Summary: WebDriver: handle key events with non-ASCII unicode
                    code point
           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: cgarcia at igalia.com
                CC: aperez at igalia.com, bburg at apple.com, clopez at igalia.com
            Blocks: 166679

We are assuming that key events are limited to ASCII, but they contain a unicode code point. This makes several tests to fail:



imported/w3c/webdriver/tests/perform_actions/key_events.py::test_printable_key_sends_correct_events[\xe0-]
imported/w3c/webdriver/tests/perform_actions/key_events.py::test_printable_key_sends_correct_events[\u0416-]
imported/w3c/webdriver/tests/perform_actions/key_events.py::test_printable_key_sends_correct_events[\u2603-]
imported/w3c/webdriver/tests/perform_actions/key_events.py::test_printable_key_sends_correct_events[\uf6c2-]


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=166679
[Bug 166679] [GTK][META] WebDriver implementation
-- 
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/20201020/4cfec825/attachment.htm>


More information about the webkit-unassigned mailing list