You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the debugger, one difference of note is that markers are persisted across cursor movement, unlike in ordinary text input scenarios; this may not affect the tests reported here but is something to be aware of. Additionally, markers are visible in the character view pane in the debugger, which can help.
The test cases for the Text Selection and Key Processing spec shows some limitations in Keyman Developer (Debugger Mode).
See here for the test cases and the google doc for the test results.
Failed tests:
^⁞X⁞
in doc. TypingA
.Expected result:
Â⁞
Actual result:
^A⁞
^⁞X the quick brown fox⁞
in doc. TypingA
.Expected result:
Â⁞
Actual result:
^A⁞
X
,a
followed by[K_BKQUOTE]
andb
. Selectb
(Xa⁞b⁞
).Press
BKSP
twice.Expected result:
X
Actual result:
Xfail2
X
,a
followed by[K_BKQUOTE]
andb
. Selectb
(Xa⁞b⁞
).Press
BKSP
theno
.Expected result:
Xao
Actual result:
Xaok3
The text was updated successfully, but these errors were encountered: