Hello,
I have a occur behavior on chrome with webtexteditor.
For the two texteditors on top, Chrome changes backcolor and fill in with a value whitch it has in memory seems it.
But if I get the value, it's empty.
This behavoir is only with Chrome.
Why ?
I would like disabled this behavior.
<tr></tr><td class="texte" style="padding-left:25px"></td>Identifiant* :<td></td><ig:webtexteditor width="200px" maxlength="10" cssclass="texte" runat="server" id="Txt_Id"></ig:webtexteditor><tr></tr><td class="texte" style="padding-left:25px"></td>Mot de passe* :<td></td><ig:webtexteditor textmode="Password" width="200px" maxlength="32" cssclass="texte" runat="server" id="Txt_Mdp"></ig:webtexteditor><tr></tr><td class="texte" style="padding-left:25px"></td>Retaper le mot de passe* :<td></td><ig:webtexteditor textmode="Password" width="200px" maxlength="32" cssclass="texte" runat="server" id="Txt_ReMdp"></ig:webtexteditor>
Hi Jphilip74,
Thank you for posting in the community.
I have tested this scenario using version 11.2.20112.1019 but am so far unable to replicate the behavior you have described under chrome. My suggestion is to try explicitly setting the BackColor property of your text editors in order to test if that helps.
Please feel free to contact me if you have any questions.