I am not able to get value after postback on Chrome (working on IE and Firefox). It always gives a blank value.
I found a solution from one of the link but it is not working for me.
I tried following steps to make it work for chrome:
I created keypress event using below code.
<ClientSideEvents KeyPress="Editor1_KeyPress"></ClientSideEvents>
Next created below function
function Editor1_KeyPress(oEditor, keyCode, oEvent) {
//Call update on each keypress to keep hidden field in sync with display.
oEditor._update();}
When I type something in editor my control successfully enter the method and executes "oEditor._update();" without any error.
Now, when I click on a button on page to make postback, Editor loses value.
Any help would be appreciated.
Hello Amar Mishra,
Thank you for the update.
Please note that Infragistics NetAdvantage 2006 Volume 3 is not compatible with Google Chrome. To learn more about the supported environments, please review the Infragistics Supported Environments page linked below:http://ko.infragistics.com/help/supported-environments
I recommend upgrading to the newest version of our product to ensure compatibility.
Thanks for you reply !
Build No I am using is: v6.3
Following code I am using for showing control on page. It should retain value on postback but it loses its value. I think the problem is with the version v6.3. I checked with the upgraded version 14.1 and it worked for all browsers. Any solution using this version v6.3 would help me as I am using some controls of Infragistics which is not present in higher version and that is the reason I do not want to upgrade it now.
<ighedit:WebHtmlEditor ID="Editor1" ImageDirectory="~/Infragistics/Images/HtmlEditor"
runat="server" BackgroundImageName="" FontFormattingList="Heading 1=<h1>&Heading 2=<h2>&Heading 3=<h3>&Heading 4=<h4>&Heading 5=<h5>&Normal=<p>" FontNameList="Arial,Verdana,Tahoma,Courier New,Georgia" FontSizeList="1,2,3,4,5,6,7"
FontStyleList="Blue Underline=color:blue;text-decoration:underline;&Red Bold=color:red;font-weight:bold;&ALL CAPS=text-transform:uppercase;&all lowercase=text-transform:lowercase;&Reset="
Height="100px" Width="100%" TabStripDisplay="False" SpecialCharacterList="Ω,Σ,Δ,Φ,Γ,Ψ,Π,Θ,Ξ,Λ,ξ,μ,η,φ,ω,ε,θ,δ,ζ,ψ,β,π,σ,ß,þ,Þ,ƒ,Ж,Ш,Ю,Я,ж,ф,ш,ю,я,お,あ,絵,Æ,Å,Ç,Ð,Ñ,Ö,æ,å,ã,ç,ð,ë,ñ,¢,£,¤,¥,№,™,©,®,—,@,•,¡,,←,↑,→,↓,↔,↕,↖,↗,↘,↙,,¦,§,¨,ª,¬,¯,¶,°,±,«,»,·,¸,º,¹,²,³,¼,½,¾,¿,×,÷"
CssClass="input_pre" RightClickBehavior="HtmlBoxMenu" UseLineBreak="true" Focus="false">
<ClientSideEvents KeyDown="rtbEmpRelIssueSummary_KeyPress" ></ClientSideEvents>
<Toolbar>
<ighedit:ToolbarButton runat="server" Type="SpellCheck" />
<ighedit:ToolbarButton runat="server" Type="Bold" />
<ighedit:ToolbarButton runat="server" Type="Italic" />
<ighedit:ToolbarButton runat="server" Type="Underline" />
<ighedit:ToolbarButton runat="server" Type="JustifyLeft" />
<ighedit:ToolbarButton runat="server" Type="JustifyRight" />
<ighedit:ToolbarButton runat="server" Type="JustifyCenter" />
<ighedit:ToolbarButton runat="server" Type="OrderedList" />
<ighedit:ToolbarButton runat="server" Type="UnorderedList" />
</Toolbar>
<RightClickMenu>
<ighedit:HtmlBoxMenuItem runat="server" Act="Cut">
</ighedit:HtmlBoxMenuItem>
<ighedit:HtmlBoxMenuItem runat="server" Act="Copy">
<ighedit:HtmlBoxMenuItem runat="server" Act="Paste">
<ighedit:HtmlBoxMenuItem runat="server" Act="SpellCheck">
</RightClickMenu>
<TextWindow Font-Size="11px" />
</ighedit:WebHtmlEditor>
I will be happy to assist you with this issue.
Please update me with the build number for the assemblies you are referencing in your application. Also, please update me with the logic you are currently using the get the value in the editor after postback.
I am looking forward to your update.
This bug is fixed in version 13.2 or later.