Bug 218279 - WebDriver: handle surrogate pairs in keyboard actions
Summary: WebDriver: handle surrogate pairs in keyboard actions
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebDriver (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: gtk-webdriver
  Show dependency treegraph
 
Reported: 2020-10-28 04:51 PDT by Carlos Garcia Campos
Modified: 2020-11-05 00:47 PST (History)
2 users (show)

See Also:


Attachments
Patch (5.15 KB, patch)
2020-10-28 04:55 PDT, Carlos Garcia Campos
bburg: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2020-10-28 04:51:54 PDT
And fail with invalid argument if the string can be represented as a single code point.
Comment 1 Carlos Garcia Campos 2020-10-28 04:55:18 PDT
Created attachment 412518 [details]
Patch
Comment 2 Radar WebKit Bug Importer 2020-11-04 03:52:16 PST
<rdar://problem/71031565>
Comment 3 BJ Burg 2020-11-04 10:53:03 PST
Comment on attachment 412518 [details]
Patch

r=me, thanks!
Comment 4 Carlos Garcia Campos 2020-11-05 00:47:50 PST
Committed r269421: <https://trac.webkit.org/changeset/269421>