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.
Please do not hesitate to contact me if you are still having issues with this scenario.
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
If I don't save the password, it works ... Why ?
Help me please.
I found
<form autocomplete="off">
</form>
Thank you for sharing your solution. Feel free to contact me if any further questions arise.