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

Cursor (caret) moving to left

4 Answers 104 Views
Input
This is a migrated thread and some comments may be shown as answers.
Chris May
Top achievements
Rank 1
Chris May asked on 08 Dec 2009, 08:26 PM
I added a radtextbox but I've noticed that after I enter some text, if I click back on the textbox the cursor (after 1/2 second delay) jumps back to the beginning of the text area.

For exmaple if I type:
hello world(X) where (X) is where the cursor is, and then I click away and click back to the same textbox after 1/2 seconds it looks like:
(X)hello world

I'm using form decorator on the page with webblue.  Here is a snippet:


 

<telerik:RadScriptManager ID="RadScriptManager1" Runat="server">

 

 

</telerik:RadScriptManager>

 

 

 

<telerik:RadFormDecorator ID="RadFormDecorator1" Runat="server" Skin="WebBlue" DecoratedControls="All" />

 

 

 

 

<fieldset style="padding:10px"><legend></legend>

 

 

 

 

 

<table><tr><td>Company</td><td>

 

 

 

 

 

<telerik:RadTextBox runat="server" ID="txtCompanyName"></telerik:RadTextBox>

 

 

 

 

 

<asp:TextBox runat="server" ID="Test"></asp:TextBox>

 

 

 

 

 

</td><td>Contact</td><td><telerik:RadTextBox runat="server" ID="txtContact"></telerik:RadTextBox></td></tr>

 

 

 

 

 

<tr><td>Created From</td><td><telerik:RadDatePicker runat="server" ID="dtsStart"></telerik:RadDatePicker></td><td>Created To</td><td><telerik:RadDatePicker runat="server" ID="dtsEnd"></telerik:RadDatePicker></td></tr>

 

 

 

 

 

<tr><td>Status</td><td><telerik:RadComboBox SelectionMode="Single" ID="lstStatus"

 

 

runat="server" Skin="WebBlue"></telerik:RadComboBox></td></td><td colspan="2"><asp:Button ID="cmdSearch" runat="server" text="Search"/></td>

 

 

 

 

 

</table>

 

 

 

 

 

 

</fieldset>

 



As you can see I don't have CaretToBeginning for the SelectionOnFocus option.

Any idea whats going on?

4 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 09 Dec 2009, 09:22 AM
Hello Chris May,

The described issue is observed in the 2009.3.1103 version of RadControls and is fixed in the service pack released yesterday (2009.3.1208). Please upgrade.


Best wishes,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Chris May
Top achievements
Rank 1
answered on 09 Dec 2009, 04:56 PM
Thanks.
0
Abel
Top achievements
Rank 1
answered on 03 Dec 2015, 09:47 PM

Hello Dimo,

We are having the same issue, however, I am not sure if you still have the hot fix available? If you do please send me a link.

 Thanks

0
Maria Ilieva
Telerik team
answered on 08 Dec 2015, 12:25 PM
Hi Abel,

 Can you please let us know which version of the controls you are currently using? I would suggest you to updated to the latest available official release and see if the issue still appears.

Regards,
Maria Ilieva
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Input
Asked by
Chris May
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Chris May
Top achievements
Rank 1
Abel
Top achievements
Rank 1
Maria Ilieva
Telerik team
Share this question
or