https://bugzilla.wikimedia.org/show_bug.cgi?id=48918
Matthew Flaschen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] Component|User login and signup |JavaScript --- Comment #1 from Matthew Flaschen <[email protected]> --- Only the password. The username looks fine, except that the color didn't take. 'placeholder' is an HTML 5 feature, but for unsupported browsers (see http://caniuse.com/#search=placeholder), we use a special module jquery.placeholder. I've moved this to the JavaScript module accordingly. jquery.placeholder works by putting the placeholder in the value. Then, JavaScript erases it when you click into the field. This breaks down for password fields, since you can't see the actual text. I'll add screenshots for IE9. It doesn't work there either; it should in IE10, since that has native placeholder. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
