Posted 13 years ago
by Andy Walker
Version: 12.1.0560
Platform: .NET 4.0
Environment: Windows 7 (64-bit)

Hi,
Inserting a digit into the existing text of an Int32EditBox or DoubleEditBox control that has a format of "F0" results in the text to the right of the insertion point being deleted. The same happens if the backspace key is used - the character to the left of the cursor is deleted along with all text to the right.
This can be seen in the Sample Browser program:
- Select 'Editors' in 'Choose a Product Family'.
- Select 'Int32EditBox' from the 'Type-Specific EditBoxes' section of the list.
- Select the 'F0 - Fixed Point' format.
- Click in the middle of the number in the edit box.
- Type a digit.
Regards,
Andy.