- Create an Android Project under Android 11 (RS build 28.0.47991.2819 + Patch 1)
Drop a TTMSFMXEdit control on the form
Set KeyboardType to PhonePad / NumberPad / Decimal NumberPad (except Default Keyboard)
OnClick Event of the Control, Set SelectAll (TTMSFMXEdit(Sender).SelectAll)
Compile and Run the Application
When Clicked on the control, triggers the SelectAll Event and while pressing the keyboard keys for data entry gives the following error
java.lang.IndexOutofBoundsException:setSpan(x...x) ends beyond length 1.
- x stands for the length of the data entered.