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.
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.
I've been able to gain a little more information on this. It's not just the text editors that come up read only, the web image buttons also come essentially deactivated. And even the highlight effect when you mouse over doesn't happen. They're just dead buttons.
I'm using IE 8 on Windows XP. I've tried with compatability mode on and off. I've rereated the same problem using the latest build of 10.3, as well as 9.1 and 9.2. I've only been running the page from within Visual Studio, but I've tried it with VS 2005 and VS 2010 and it does the same thing. I'm using the .Net runtime 2.0 for all of this, though I tried a test in .Net 4.0 and it did exactly the same thing.
I've found I can post the code to my production server and the pages work correctly. But for some reason on my local machine the simplest pages (e.g just a plain aspx page with a text editor) fail no matter what I do.
So it seems I just need to figure out how and why the javascript is going wrong on my machine, but I don't know what to do or where to look. Any help would be appreciated. Thank you!