掲示板

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

thumbnail
10年前 に Pawal Adhikari によって更新されました。

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

New Member 投稿: 18 参加年月日: 13/03/06 最新の投稿
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
10年前 に Subhash Pavuskar によって更新されました。

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

Regular Member 投稿: 234 参加年月日: 12/03/13 最新の投稿
Hi Pawan ,
Which version Firefox you are using ?
thumbnail
10年前 に Pawal Adhikari によって更新されました。

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

New Member 投稿: 18 参加年月日: 13/03/06 最新の投稿
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
10年前 に Subhash Pavuskar によって更新されました。

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

Regular Member 投稿: 234 参加年月日: 12/03/13 最新の投稿
hi,
I tested your code its working fine on my Firefox browser and i am using Ver 21.0 !!
thumbnail
10年前 に Pawal Adhikari によって更新されました。

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

New Member 投稿: 18 参加年月日: 13/03/06 最新の投稿
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.
10年前 に Raffael Tregilgas によって更新されました。

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

New Member 投稿: 7 参加年月日: 12/04/23 最新の投稿
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
10年前 に Pawal Adhikari によって更新されました。

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

New Member 投稿: 18 参加年月日: 13/03/06 最新の投稿
nope