Open ermshiperete opened 1 year ago
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⁞
). PressBKSP
twice. Expected result:X
Actual result:Xfail2
X
,a
followed by[K_BKQUOTE]
andb
. Selectb
(Xa⁞b⁞
). PressBKSP
theno
. Expected result:Xao
Actual result:Xaok3