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
105
WebTextEditor comes up read-only
posted

I have several different variations (controls on ascx, controls on pages, with and without master pages) of using the WebTextEditor, the numeric editors, and buttons and nothing is responding.  The text editors accept focus, but keying into the control produces no text.  The read-only is not set.

I even created a simple project just to see if it reproduces, and it does.  I created an aspx page, no master page, added a ScriptManager and WebPageStyler.  I set the theme to Carribean and EnableAppStyling to True.  I drag and drop a WebTextEditor to the page and run the solution.  I didn't change any properties at all on the WebTextEditor.  The running page doesn't respond to input.  Does anyone have any ideas?  Thank you.

Parents
  • 19693
    posted

    Hello inputoverload ,

    Thank you for reporting this.

    I used the latest service release of 10.3 version ( 10.3.20103.2120) and I was not able to reproduce the issue.

    Below is the code snippet in the aspx markup:

            <asp:ScriptManager ID="ScriptManager1" runat="server">

            </asp:ScriptManager>

            <igmisc:WebPageStyler ID="WebPageStyler1" runat="server" EnableAppStyling="True"

                StyleSetName="Caribbean" />

            <ig:WebTextEditor ID="WebTextEditor1" runat="server">

            </ig:WebTextEditor>

    Can you please let us know what browser do you use in order to encounter the behavior?

    What is the OS in your environment and what version of IG controls do you use?

    Hope hearing from you.

Reply Children