This is a migrated thread and some comments may be shown as answers.

Backspace and delete moves the textcursor to the end of the number

0 Answers 30 Views
NumericTextBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Andy Yu
Top achievements
Rank 1
Andy Yu asked on 20 Apr 2011, 10:38 AM
Backspace and delete moves the textcursor to the end of the number, this makes it irritating to change a digit in the begining of a large number.

It is reproduceable in your demo site:
http://demos.telerik.com/aspnet-mvc/numerictextbox

  1. Type 123 in the first numeric textbox.
  2. End the editing by tabing to the next field or clicking somewhere else on the page.
  3. Try to change the "123" to "113", by placing the cursor behind the "2" and type backspace.

"2" is deleted but the cursor is placed behind "3" so I have to move the cursor behind "1" and type "1" to get "113". I think the cursor should not have moved to the end of the number after deleting "2".



Is this a known issue?
Any workaround?

 



Tags
NumericTextBox
Asked by
Andy Yu
Top achievements
Rank 1
Share this question
or