Skip to content

Commit afde40c

Browse files
committed
Implementing more straightforward way to send keyboard events in synthesized mode. Fixes typing into number inputs and rich text editors (like tinymce)
1 parent 6369b48 commit afde40c

25 files changed

+525
-17
lines changed

common/src/web/formPage.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
<form method="get" action="resultPage.html" name="login">
1616
<input type="email" id="email"/>
17+
<input type="number" id="age"/>
1718
<input type="submit" id="submitButton" value="Hello there"/>
1819
</form>
1920

common/src/web/js/skins/lightgray/content.inline.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/src/web/js/skins/lightgray/content.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Icons are generated and provided by the http://icomoon.io service.

common/src/web/js/skins/lightgray/fonts/tinymce-small.dev.svg

Lines changed: 175 additions & 0 deletions
Loading
10.1 KB
Binary file not shown.

common/src/web/js/skins/lightgray/fonts/tinymce-small.svg

Lines changed: 62 additions & 0 deletions
Loading
9.89 KB
Binary file not shown.
7.66 KB
Binary file not shown.

common/src/web/js/skins/lightgray/fonts/tinymce.dev.svg

Lines changed: 153 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)