Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
WebTextEditor cursor position
posted

I have WebTextEditor placed in aspx page with certain width say width="100px".

My problem is ,when I am typing the characters in the WebTextEditor, I can see the cursor moving till I reach the end of the WebTextEditor. Once it reaches the end, I cannot see the text being entered as cursor is not appeared to be moving. But when I hit the end button on keyboard , its showing me the text.

I believe this is the basic behaviour of any text box. What is the fix for this.

 <ig:WebTextEditor ID="WebTextEditor1" Width="100px" runat="server">

        </ig:WebTextEditor>