We are using version 8.2.20082.2011. When there are multiple WebHTMLEditors on a page, any toolbar item that has a menu (ie. Font, Size, Font Color) works only on the first control. If you click on Font for the second control, a javascript error occurs.
Hi,
I tried following and drop-down lists worked for all editors.
<form id="form1" runat="server"><ighedit:WebHtmlEditor ID="WebHtmlEditor1" runat="server"></ighedit:WebHtmlEditor><ighedit:WebHtmlEditor ID="WebHtmlEditor2" runat="server"></ighedit:WebHtmlEditor><ighedit:WebHtmlEditor ID="WebHtmlEditor3" runat="server"></ighedit:WebHtmlEditor></form>
Can you provide more details or within Options attach aspx which can be used to reproduce that issue?