Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
620
behavior on chrome
posted

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>