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
175
Caret position
posted

Is there a way to make the editor controls show the caret flashing when you click in them?  It is confusing to users because there is nothing to indicate that the control has focus.  When you click in a standard textbox the caret flashes inside the box - I would like the editor controls to do the same thing.

Thanks,

Emma

Parents
No Data
Reply
  • 24497
    posted

    Hi Emma,

    Caret should appear in editor when it gets focus. I retested again both WebTextEdit and WebTextEditor. They worked correctly. If you have a specific layout which fails, then please provide a simple sample aspx which can be used to reproduce that.

        <ig:WebTextEditor ID="WebTextEditor1" runat="server"></ig:WebTextEditor>
        <igtxt:WebTextEdit ID="WebTextEdit1" runat="server"></igtxt:WebTextEdit>

Children
No Data