Closed
Bug 210054
Opened 22 years ago
Closed 22 years ago
Incorrect display of path when entering the name for a new profile
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 200439
People
(Reporter: dherring, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5a) Gecko/20030619 Mozilla Firebird/0.6
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5a) Gecko/20030619 Mozilla Firebird/0.6
In the "Create Profile" dialog, on the "Enter New Profile name:" dialog, the
path shown in the bottom of the dialog is always one keystroke behind the name
in the textfield. In other words, it looks like a keypress updates the path,
and then adds the character to the name.
For example:
(name), (path)
0.) "Default User", ".../Default User"
1.) "Default Use", ".../Default User"
2.) "Default Us", ".../Default Use"
3.) "Default Us!", ".../Default Us"
notice how the path always updates one character too late...
Reproducible: Always
Steps to Reproduce:
see details; basically, enter a name while creating a new profile.
Actual Results:
The path updates on the next keystroke.
Expected Results:
The path updates after this keystroke.
Comment 1•22 years ago
|
||
*** This bug has been marked as a duplicate of 200439 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•