Closed
Bug 252579
Opened 21 years ago
Closed 21 years ago
Clicking on "view saved passwords" gennerates xml parsing error
Categories
(Firefox :: Settings UI, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 252424
People
(Reporter: ht990332, Assigned: bugzilla)
Details
(Keywords: regression)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040721 Firefox/0.9.1+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040721 Firefox/0.9.1+
I saved password options under privacy settings, clicking on "view saved
passwords" generates the following xml error : title="&windowtitle.label;"
Reproducible: Always
Steps to Reproduce:
1.open options dialog and go to privacy settings
2.Enxpand "saved passwords"
3.Click on "view saved passowrds"
Actual Results:
Notice the xml error title="&windowstitle.label;"
Expected Results:
I should get the saved passwords dialog
| Reporter | ||
Updated•21 years ago
|
Flags: blocking-aviary1.0RC1?
Flags: blocking-aviary1.0?
Comment 1•21 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040721
Firefox/0.9.1+
confirmed->NEW
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•21 years ago
|
||
I see this as well.
passwordManager.xul references chrome://passwordmgr/locale/passwordManager.dtd,
which contains the windowtitle.label entity.
But entering that in the location bar still works.
Keywords: regression
Most likely a dupe of bug 252424.
Comment 4•21 years ago
|
||
Indeed. And now I see the problem: passwordManager.dtd and
passwordManager.properties contain #-style comments, so they need to be
preprocessed.
Duping to bug 252424, since that was filed earlier.
*** This bug has been marked as a duplicate of 252424 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Flags: blocking-aviary1.0RC1?
Flags: blocking-aviary1.0?
Resolution: --- → DUPLICATE
Comment 5•19 years ago
|
||
sorry for bugspam, long-overdue mass reassign of ancient QA contact bugs,
filter on "beltznerLovesGoats" to get rid of this mass change
QA Contact: mconnor → preferences
You need to log in
before you can comment on or make changes to this bug.
Description
•