[CLOSED] TextField's selection fails if the text starts with '_'

  1. #1

    [CLOSED] TextField's selection fails if the text starts with '_'

    On the following example, select the text, with the mouse, from right to left (from last character to the first one), then try to move back to the last character.

    Note: Tested against IE 9.0.8112.16421. This issue only occurs with the text starts with '_'

    <!DOCTYPE html>
    <html>
    <head id="Head1" runat="server">
    </head>
    <body>
        <ext:ResourceManager ID="ResourceManager1" runat="server" />
        <ext:TextField Text="_ExtExtExtExt" runat="server" />
    </body>
    </html>
    Thanks in advance.
    Last edited by Daniil; May 10, 2013 at 11:38 AM. Reason: [CLOSED]
  2. #2
    Hello!

    Couldn't reproduce. What do mean by this:
    try to move back to the last character.
    What Ext.NET version do you use?
  3. #3
    Hi,

    I think Raphael meant moving mouse back to the right holding the left key.

    I think I have reproduced it. Well, I am afraid we can't affect it. It looks to be an IE "feature". The same happens with an input without Ext.NET at all.
    <input type="text" value="_ExtExtExtExt" />
  4. #4
    Thank you Danill. I confirm that it's not an Ext issue.

    Please mark this thread as closed.

Similar Threads

  1. [CLOSED] Wrap text in textfield
    By wisdomchuck in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Mar 14, 2013, 7:20 PM
  2. ext:TextField text wrap please help
    By gopikrishna in forum 1.x Help
    Replies: 0
    Last Post: Feb 14, 2011, 7:50 AM
  3. Preserve Textfield selection
    By David Pelaez in forum 1.x Help
    Replies: 0
    Last Post: Jan 05, 2011, 11:35 AM
  4. [CLOSED] Cannot set the text in a TextField
    By iansriley in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jan 12, 2010, 4:34 PM
  5. TextField text disappearing
    By EzaBlade in forum 1.x Help
    Replies: 8
    Last Post: Apr 24, 2009, 7:46 AM

Posting Permissions