In testing #11172 it was discovered we currently don't handle the numberpad keys "/;*;-;+" well in non-compliant apps. The context is either reset when they are pressed or not added to the context at all.
Steps to preproduce.
Non-compliant
Load euro-latin keyboard
Press 1
Using the number pad press //
Press 2
The result is:
1//2
instead of:
½
Non-compliant context reset
Press a
Using the number pad press *
the result is:
a*
instead of:
Star
In testing #11172 it was discovered we currently don't handle the numberpad keys "/;*;-;+" well in non-compliant apps. The context is either reset when they are pressed or not added to the context at all.
Steps to preproduce.
Non-compliant Load euro-latin keyboard
Non-compliant context reset
Star