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 sharing your solution. Feel free to contact me if any further questions arise.
I found
<form autocomplete="off">
</form>
If I don't save the password, it works ... Why ?
Help me please.
Hi Petar,
I repeat the scenario,
First : I logged me with the two texteditors, Chrome ask me if save my password -> OK
Second : I reload the connection page, and the two texteditors are fill with my values BUT side server (and client side) they are NOTHING !?
Just with Chrome
Please do not hesitate to contact me if you are still having issues with this scenario.