Closed
Bug 361518
Opened 19 years ago
Closed 19 years ago
login-name form entry is not remembered in ff 2.0
Categories
(Toolkit :: Password Manager, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: r0polach, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0
I have been using many years public e-mail mail.atlas.cz
using firefox 1.x, 1.5.x without any problems, with
login form entries (login name and password) remembered by ff.
But with upgrade to firefox 2.0, it does not fill login name entry
on
https://mail.atlas.cz/login.aspx
or
http://mail.atlas.cz/login.aspx
It only fills (harwired) string "@atlas.cz".
But when I fill login name manually (like "username@atlas.cz"),
it fills the saved password automatically.
Resetting forms cache does not help.
No other form I have seen does have this problem.
It is reproducible allways from ff2/WindowsXP and ff2/Linux.
Downgrade to ff 1.5.0.8 helps :-/
Reproducible: Always
Steps to Reproduce:
For reproducing this info clould be needed:
The login page is in the Czech language,
"Uzivatelske jmeno" means "Login name",
"Heslo" means "Password",
"natrvalo" means "keep me logged permanently".
Oh, by
"Resetting forms cache does not help."
I mean
"Resetting forms cache and saving the login info
with ff again does not help."
Comment 2•19 years ago
|
||
Probably caused by the fix of Bug 270558, so I'm afraid this is WONTFIX or INVALID.
Updated•19 years ago
|
Component: Form Manager → Password Manager
QA Contact: form.manager → password.manager
so it would be nice to have this feature (bug 270558)
only optional, e.g. if password manager asks if password
should be remembered, then user can specify, what fields
of the form she/he want to remember? I understand that
the best way to solve this is to change the site's code,
but unfortunately I have problems talking to mail.atlas.cz
customer service - they don't know what firefox is at all ;-(
This is an issue with the way the site is coded. Looking at the source code, this is the tagline for the username control:
<input value="@atlas.cz" ... />
This will always put "@atlas.cz" in the form field over anything else.
Comment 5•19 years ago
|
||
There's no way I can see to make this case work without breaking other cases. Trying to figure out what the site is trying to do when there's an unknown username (value) prefilled is bound to work inconsistently.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WONTFIX
| Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•