Fórum

Password Placeholder not working on Firefox while using <aui:form>

thumbnail
Pawal Adhikari, modificado 11 Anos atrás.

Password Placeholder not working on Firefox while using <aui:form>

New Member Postagens: 18 Data de Entrada: 06/03/13 Postagens Recentes
I have encountered a strange problem while using placeholder. Password Placeholder works just fine in chrome but in firefox it shows '*****' instead of intended plain text which i used in placeholder.

   <aui:input placeholder="Password" name="password" showRequiredLabel="<%= false %>" type="password" autocomplete="off" />


Strange thing is firefox do support placeholder and when used outside of <aui:form> it's working just fine. Moreover, when used in simple html form tag it's working fine.

What am i doing wrong? I just don't want to switch to simple html form as i am using aui validation.

Moreover, at first dot appears in the password field of same length as placeholder but when it is clicked the placeholder appears.
thumbnail
Subhash Pavuskar, modificado 11 Anos atrás.

RE: Password Placeholder not working on Firefox while using <aui:form>

Regular Member Postagens: 234 Data de Entrada: 13/03/12 Postagens Recentes
Hi Pawan ,
Which version Firefox you are using ?
thumbnail
Pawal Adhikari, modificado 11 Anos atrás.

RE: Password Placeholder not working on Firefox while using <aui:form>

New Member Postagens: 18 Data de Entrada: 06/03/13 Postagens Recentes
18.0.1 and i am pretty sure that it is compatible, http://caniuse.com/input-placeholder . And, i just found that it's not only password placeholder issue but too of text field.
thumbnail
Subhash Pavuskar, modificado 11 Anos atrás.

RE: Password Placeholder not working on Firefox while using <aui:form>

Regular Member Postagens: 234 Data de Entrada: 13/03/12 Postagens Recentes
hi,
I tested your code its working fine on my Firefox browser and i am using Ver 21.0 !!
thumbnail
Pawal Adhikari, modificado 11 Anos atrás.

RE: Password Placeholder not working on Firefox while using <aui:form>

New Member Postagens: 18 Data de Entrada: 06/03/13 Postagens Recentes
hi,
It's working just fine in firefox but issue appears when i use it inside <aui:form>.
Using outside of form or in simple html form doesn't show any problem.
Raffael Tregilgas, modificado 11 Anos atrás.

RE: Password Placeholder not working on Firefox while using <aui:form>

New Member Postagens: 7 Data de Entrada: 23/04/12 Postagens Recentes
hi
did you have any luck finding a solution for this problem? have the same thing in ff 20.0.1 and its not working
thumbnail
Pawal Adhikari, modificado 10 Anos atrás.

RE: Password Placeholder not working on Firefox while using <aui:form>

New Member Postagens: 18 Data de Entrada: 06/03/13 Postagens Recentes
nope