Closed Bug 479197 Opened 15 years ago Closed 15 years ago

The mini_login Bugzilla_password box does not convert to text type or clear itself in IE

Categories

(Bugzilla :: User Interface, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
Bugzilla 3.4

People

(Reporter: mkanat, Assigned: mkanat)

References

Details

Attachments

(1 file, 1 obsolete file)

In IE7, apparently we can't change the type of an input from password to text? I just see a password box. This would possibly be OK (because I think people would figure it out), but the box also doesn't clear itself when you focus it.
Flags: blocking3.4+
Oh, and I'm referring to the mini_login form, of course, in the header and footer.
Summary: Bugzilla_password box does not convert to text type or clear itself in IE → The mini_login Bugzilla_password box does not convert to text type or clear itself in IE
Why not leaving the field as a password field only?
Depends on: 476090
Keywords: regression
This isn't a regression--the mini_login form didn't exist before.

The problem is that it *is* being left as a password field in IE. Try using HEAD in Firefox (without any saved login data) and then in IE and you'll see what I'm talking about.
Keywords: regression
Blocks: 478234
Attached patch v1 (obsolete) — Splinter Review
Okay, this fixes the problem. We make the "password" box be a hidden field by default, and put a "dummy" box there instead with the word "password" in it. This is all done via JS so that everything works normally for users w/o JS.
Assignee: ui → mkanat
Status: NEW → ASSIGNED
Attachment #363820 - Flags: review?(bugzilla)
Attached patch v2Splinter Review
I decided to be nice to Opera too.
Attachment #363820 - Attachment is obsolete: true
Attachment #363825 - Flags: review?(bugzilla)
Attachment #363820 - Flags: review?(bugzilla)
Comment on attachment 363825 [details] [diff] [review]
v2

r=glob

also, urgh.
Attachment #363825 - Flags: review?(bugzilla) → review+
Flags: approval?
Yeah, urgh is right. :-)
Flags: approval? → approval+
Checking in js/global.js;
/cvsroot/mozilla/webtools/bugzilla/js/global.js,v  <--  global.js
new revision: 1.2; previous revision: 1.1
done
Checking in skins/standard/global.css;
/cvsroot/mozilla/webtools/bugzilla/skins/standard/global.css,v  <--  global.css
new revision: 1.62; previous revision: 1.61
done
Checking in template/en/default/account/auth/login-small.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/account/auth/login-small.html.tmpl,v  <--  login-small.html.tmpl
new revision: 1.14; previous revision: 1.13
done
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: