Issue occurs when you set "Enable = False" on HtmlEditorExtender.
Tested in IE8 with and without Compability View.
See the attached file.
Code:
<div>
<asp:TextBox ID="txtObs" runat="server" TextMode="MultiLine" Width="100%" Height="70px"></asp:TextBox>
<ajax:HtmlEditorExtender ID="txtObsHtmlEditorExtender" runat="server"
Enabled="false" ClientIDMode="Static" TargetControlID="txtObs">
</ajax:HtmlEditorExtender>
</div>
Comments: Perhaps this problem is because of "opacity = 0" in IE8 This projects don't have a test lab or something? Only because this project is free and community based does not mean that it can be released this way..... So disappointing
Tested in IE8 with and without Compability View.
See the attached file.
Code:
<div>
<asp:TextBox ID="txtObs" runat="server" TextMode="MultiLine" Width="100%" Height="70px"></asp:TextBox>
<ajax:HtmlEditorExtender ID="txtObsHtmlEditorExtender" runat="server"
Enabled="false" ClientIDMode="Static" TargetControlID="txtObs">
</ajax:HtmlEditorExtender>
</div>
Comments: Perhaps this problem is because of "opacity = 0" in IE8 This projects don't have a test lab or something? Only because this project is free and community based does not mean that it can be released this way..... So disappointing