Hello. The website I am working on uses the WebHtmlEditor for user input.
The control works fine on IE, and you can enter text, and edit its properties using the editor.
On Chrome & Firefox, the editor appears but does not you can not type in it, or edit and properties.
Here is my HTML table the control is in:
<table>
<tr>
<td>
Value:
</td>
<asp:TextBox ID="ValueTextBox" runat="server" Width="250px"></asp:TextBox>
</tr>
Long Value:
<div>
<ighedit:WebHtmlEditor ID="HtmlEditor1" runat="server"
ImageDirectory="../ig_common/Images/htmleditor/"
UploadedFilesDirectory="../ig_common/upload">
</ighedit:WebHtmlEditor>
</div>
<asp:Button ID="buttonOK" runat="server" OnClientClick="return" Text="OK"
UseSubmitBehavior="False" />
<asp:Button ID="buttonCancel" runat="server" CausesValidation="False"
OnClientClick="return" Text="Cancel" UseSubmitBehavior="False" />
</table>
Does anyone have any ideas whats going on? Thanks!
I just realized that even in IE, the properties do not work (like bold, italicize, font, ect)... But I can at least enter text into the text box
Hi Ryan,
I copied your codes to webform of a website and editing, toolbar buttons (bold, italic, etc) and other features worked under all browsers (IE, Firefox, Chrome, Safari).
It is possible that something else in your application, which prevents loading javascript or blocks browser events for WebHtmlEditor. That can be some entries in web.config, or global javascripts.
Please try to debug by creating new website, testing WebHtmlEditor without any custom codes and verifying if it works correctly. If it does not work, then please get latest updates/service releases for NetAdvantage.
I have a similar problem.
The HTML editor doesn't work in Firefox and Chrome if it is inside a user control.
I works in a new website and on "normal" pages, just not when inside a user control.
I don't have the latest version of NetAdvantage.
Hi Marko,
I tested a website where WebHtmlEditor was located in WebUserControl. All features worked in all browsers including Firefox and Chrome.
I suggest you to upgrade for more recent version of NetAdvantage.