Joshua A. Horton
c60f2f5d4e
chore(web): more dead code cleanup
2022-10-07 08:56:29 +07:00
Joshua A. Horton
37f50e1b34
fix(web): element detachment on touch devices
2022-10-04 12:33:13 +07:00
Joshua A. Horton
a5c8293d27
chore(web): addresses some PR review concerns
2022-10-04 09:40:52 +07:00
Joshua A. Horton
897d3d7475
fix(web): content-editable attachment issue post-rebase
2022-09-29 08:17:56 +07:00
Joshua A. Horton
ccea30e9c4
fix(web): fully drops simulated-element touch handlers
2022-09-29 08:17:54 +07:00
Joshua A. Horton
3218b9a9f3
fix(web): fixes touch-based focusing issues with OSK interactions
2022-09-29 08:17:52 +07:00
Joshua A. Horton
8b346d4faf
chore(web): properly places code that crept into #7345
2022-09-29 08:17:51 +07:00
Joshua A. Horton
366efe0e34
feat(web): enables non-design-mode iframes for touch
2022-09-29 08:17:50 +07:00
Joshua A. Horton
64037c0832
feat(web): content editable editing for touch
2022-09-29 08:17:49 +07:00
Joshua A. Horton
5d74d89e2c
chore(web): better blur-event swallowing
2022-09-29 08:17:48 +07:00
Joshua A. Horton
fe585b88af
chore(web): removal of 'kmw_ip' checks, references
2022-09-29 08:17:47 +07:00
Joshua A. Horton
7b498d60e1
chore(web): missed some spots
2022-09-29 08:17:46 +07:00
Joshua A. Horton
dfca726cf1
chore(web): fully removes touch-alias stuff
2022-09-29 08:17:45 +07:00
Joshua A. Horton
7bf29cecfd
change(web): disconnects touch alias hooks, adds .inputMode
2022-09-29 08:17:44 +07:00
Joshua A. Horton
0bbc3e7375
chore(web): reverts accidental branch creep
2022-09-27 08:59:56 +07:00
Joshua A. Horton
be6bf141c1
fix(web): vscode merge got in the way
2022-09-22 15:46:49 +07:00
Joshua A. Horton
dce7ef74b2
fix(web): fixes for non-focus-related unit-test breaks
2022-09-22 15:44:56 +07:00
Joshua A. Horton
8c2fb269b6
fix(web): fixes unintended auto-acceptance of suggestion after reverting
2022-09-16 14:26:28 +07:00
Joshua Horton
be77d55430
Merge pull request #7036 from keymanapp/fix/web/ui-module-test-stability
...
fix(web): button, float init timer cleanup
2022-08-16 09:56:23 +07:00
Joshua Horton
760a20e97f
chore(web): Apply suggestions from code review
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2022-08-16 08:13:01 +07:00
Joshua A. Horton
a7fe8be3f4
chore(web): cleans up UI init timer handling
2022-08-12 08:12:55 +07:00
Joshua A. Horton
fd713e0363
fix(web): late toolbar init
2022-08-05 13:31:05 +07:00
Joshua Horton
65770747a3
Merge pull request #6979 from keymanapp/fix/web/mobile-screen-dim-detection
...
change(web): updates mobile screen dimension detection code ⬅️
2022-08-05 08:37:35 +07:00
Joshua Horton
4c468429b3
Merge pull request #6787 from keymanapp/change/web/no-reloads-on-rotation
...
change(web): rotation polish - OSK reload no longer needed ⬅️
2022-08-05 08:37:27 +07:00
Joshua A. Horton
e8caeda643
fix(web): button, float init timer cleanup
2022-08-04 11:43:14 +07:00
Joshua A. Horton
12d894a8ba
docs(web): addresses PR review doc requests
2022-08-04 09:24:29 +07:00
Marc Durdin
ab54c0ecb9
chore(common): more bin bashes
2022-07-25 16:03:22 +10:00
Joshua A. Horton
93ae6878db
change(web): updates mobile screen-dim detection code
2022-07-21 15:12:20 +07:00
Joshua Horton
b8fd5eea31
Merge pull request #6902 from keymanapp/fix/web/block-set-layer-on-desktop
...
fix(web): layer-setting ops should not trigger for hardware keystroke processing 🖇️
2022-07-15 11:07:19 +07:00
Joshua A. Horton
5476c7b1c3
chore(web): applies PR suggestion (manually)
2022-07-14 08:42:04 +07:00
Joshua A. Horton
53578a114f
change(web): relocates pageFocusHandler def'n
2022-07-13 08:22:48 +07:00
Joshua A. Horton
7342f7f9e6
fix(web): applies PR suggestions
2022-07-12 11:01:14 +07:00
jahorton
f085c60ac1
fix(web): reset context on page focus loss
2022-07-08 09:52:40 +07:00
Marc Durdin
8ba11f608d
Merge pull request #6890 from keymanapp/fix/web/improve-console-error-reporting
...
fix(web): improve `console.error()` reporting
2022-07-07 09:40:06 +10:00
Joshua A. Horton
a25da20083
Merge branch 'master' into change/web/no-reloads-on-rotation
2022-07-06 14:49:28 +07:00
Marc Durdin
35adc5b970
Merge pull request #6630 from keymanapp/chore/developer/js-to-lmc
...
chore(developer): rename developer/js to developer/kmlmc 🎢
2022-07-06 05:42:19 +10:00
Marc Durdin
3977ffda2f
fix(web): remove spurious log "No keyboard stubs exist"
...
This error has been logged for every start of Keyman Engine for Web in
embedded contexts, but nothing bad ever happens. It does not really seem
to be anything we need to worry about. (It may be that the
`setDefaultKeyboard()` call will never return true, but it is still
harmless in any case.)
2022-07-05 15:36:21 +10:00
jahorton
aa8730acda
fix(web): properly binds 'suggestionApplied' event handler
2022-07-04 09:19:51 +07:00
Joshua Horton
658865d0af
Merge pull request #6854 from keymanapp/fix/web/6853-refresh-layout-undef-guard
...
fix(web): null-guard for refreshLayout
2022-06-29 13:30:01 +07:00
Joshua Horton
581bda77aa
Merge pull request #6786 from keymanapp/fix/web/6735-sticky-backspace-on-resize
...
fix(web): clears repeating bksp on keyboard reload ⬅️
2022-06-29 13:28:01 +07:00
jahorton
25e21a0109
fix(web): a more polished version
2022-06-27 10:14:21 +07:00
jahorton
858966fa91
fix(web): null-guard for refreshLayout
2022-06-27 10:09:11 +07:00
Joshua Horton
f6841333a2
Merge pull request #6557 from keymanapp/change/web/5943-ie-rooting
...
change(web): drops old IE-related handling code
2022-06-24 08:35:03 +07:00
jahorton
af711a9f8c
fix(web): hidden keyboard post-rotation
2022-06-24 08:07:01 +07:00
Joshua Horton
1ba77ea4ea
Merge pull request #6793 from keymanapp/fix/web/help-doc-keyboard
...
fix(web): fixes doc-keyboard generation
2022-06-22 07:54:58 +07:00
jahorton
16326e7ac6
docs(web): better docs re: refreshLayout's doResize call
2022-06-20 10:45:23 +07:00
jahorton
7702c65da0
chore(web): clearer conditional + null coalescence statement
2022-06-20 08:45:08 +07:00
jahorton
80248a5645
chore(web): Merge remote-tracking branch 'origin/fix/web/help-doc-keyboard' into fix/web/help-doc-keyboard
2022-06-20 08:38:32 +07:00
jahorton
9db5fb5d06
docs(web): better comment for changes
2022-06-20 08:38:12 +07:00
jahorton
a328a38297
chore(web): PR polish
2022-06-20 08:35:35 +07:00