Closed
Bug 274340
Opened 20 years ago
Closed 20 years ago
typo error in http authentification confirmation dialog
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: delete-account-8757, Unassigned)
References
()
Details
Attachments
(1 file)
|
12.72 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 When you try to access a URL which contains HTTP credentials, Mozilla asks you if you really want to go to the page. However, there is a typo error in the message. There is a comma or a dot between the quotes. Some users may think that they misspelled their username, which is not the case. There are two different prompts that may be displayed. The typo appears in both prompts and even in Firefox (the messages are different in Firefox, but there is still an error). Reproducible: Always Steps to Reproduce: 1. Try to connect to any page with a username. For instance, try http://demo2@pma.derrabus.de/demos/CVS_STABLE/ 2. Look at the error prompt. Actual Results: You are about to log into... with the username "abcd." <OK> <Cancel> Expected Results: You are about to log into... with the username "abcd". <OK> <Cancel>
Comment 1•20 years ago
|
||
I don't get this in a later release of the mozilla suite Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a6) Gecko/20041208. Are you able to upgrade to a later version of mozilla (perhaps 1.8a6) and see if you can still see the problem.
Comment 2•20 years ago
|
||
Comment 3•20 years ago
|
||
Works fine for me; displays with the comma after the quotations.
Comment 4•20 years ago
|
||
The string is correct, the comma is after the username and the quotation mark: http://lxr.mozilla.org/mozilla/source/netwerk/locales/en-US/necko.properties#72 Marking WORKSFORME.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Updated•20 years ago
|
Status: RESOLVED → UNCONFIRMED
Component: XP Apps: GUI Features → General
Product: Mozilla Application Suite → Firefox
Resolution: WORKSFORME → ---
Version: unspecified → 1.0 Branch
| Reporter | ||
Comment 6•20 years ago
|
||
No, I'm not using Mozilla 1.8a6. I never use alphas. The bug seems now to be fixed in the new Mozilla versions. However, I'd like to make sure that it will be fixed in Firefox too. Firefox uses different dialogs that might still contain the error.
Comment 7•20 years ago
|
||
the bug will be fixed when firefox is released off the trunk (i.e., firefox 1.1). there are no plans to take fixes like this on the aviary 1.0 branch for a firefox 1.0.1 or something like that. so you will have to wait until next march (or so) for this fix to appear in a release version of firefox.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•