Bug 1579789 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Also:
- can you tell whether the fields are accepting focus at all (i.e. do they get a blinking cursor or not)?
- If you change the password field to just be a normal textfield[1], does that make the bug go away? (If so, I'm guessing this may have to do with the "this connection is not secure" popup that we show for password fields on HTTP pages...  CC'ing MattN just in case that's involved.)



[1] to change the type for the password field, you'll want to right-click the password field and choose "Inspect", and then double-click `type="password"` in the Inspector view, and clear that attribute so that it instead says `type=""`.  This will make it behave like a normal text field.
Also:
- can you tell whether the fields are accepting focus at all (i.e. do they get a blinking cursor or not, when you click them)?
- If you change the password field to just be a normal textfield[1], does that make the bug go away? (If so, I'm guessing this may have to do with the "this connection is not secure" popup that we show for password fields on HTTP pages...  CC'ing MattN just in case that's involved.)



[1] to change the type for the password field, you'll want to right-click the password field and choose "Inspect", and then double-click `type="password"` in the Inspector view, and clear that attribute so that it instead says `type=""`.  This will make it behave like a normal text field.

Back to Bug 1579789 Comment 2