Closed
Bug 28083
Opened 26 years ago
Closed 26 years ago
unable to view Advanced > Password Manager panel
Categories
(SeaMonkey :: Preferences, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M14
People
(Reporter: bugzilla, Assigned: bugs)
References
Details
(Whiteboard: [PDT+])
saw this when using comm bits on linux [2000021609] and mac [2000021608], but
not a problem on winNT non-comm bits [2000021608]. i wouldn't think that comm vs
non-comm would make a difference, but...
to repro, open up the Preferences dialog and select the Advanced > Password
Manager category. result: the panel doesn't appear. on linux it's black (due to
bug 28078), and on mac it just displays the previous panel contents (no content
change).
![]() |
Reporter | |
Comment 1•26 years ago
|
||
nominating for beta1.
![]() |
||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M14
![]() |
||
Comment 3•26 years ago
|
||
Sarah, since I don't have a commercial build (nor a mac build), can you run the
following test for me. In the chrome directory under pref/content you'll see
the file pref-wallet.xul. In that file you see the following line:
<titledbox orient="vertical" id="walletArea" style="display: none;">
Change that to read:
<titledbox orient="vertical" id="walletArea">
Let me know if that makes the problem disappear.
![]() |
Reporter | |
Comment 5•26 years ago
|
||
steve, i tried the above workaround (using 2000021708 opt comm bits on linux),
restarted seamonkey... and still unable to view the Password Mgr panel in Prefs.
![]() |
||
Comment 6•26 years ago
|
||
Are there any messages on the console at this time? Or does mac not have a
console?
![]() |
Reporter | |
Comment 7•26 years ago
|
||
mac doesn't have a console... but this is what i get from the console on linux
(not much) --mind you, this is after i've modified pref-wallet.xul per the above
(and additional instructions to replace <titledbox [etc]> with <html:fieldset>
tags).
nsWebShellWindow::NS_DEACTIVATE
*** going to save page data for tag: pref-appearance
*** newURL: chrome://pref/content/pref-wallet.xul
got a request
This is because we now need to change
the dtd file in the ns tree.
It is not finding the entity signonEnabledCheck.label.
Actaully this file is no longer needed since we are not
refering to netscape anywhere in the the wallet code.
Solution:
Steve you can either check in your new dtd file here in the NS tree
or Ben you can back out this file since we
are not refering to netscape.
![]() |
||
Comment 9•26 years ago
|
||
I've checked in my new dtd files into the mozilla tree. How do I get them into
the netscape tree?
![]() |
||
Comment 10•26 years ago
|
||
just check them in the ns tree.
Do you have a build?
![]() |
||
Comment 11•26 years ago
|
||
No, I don't have an ns build. But from our e-mail exchange that we just had, it
appears that the correct solution is not to check more stuff into the ns tree
but rather to remove stuff that duplicates the mozilla tree. Am I right?
![]() |
||
Comment 12•26 years ago
|
||
There's nothing more I can do with this bug. It looks like the solution, as
described by matt, is to remove the duplicated pref-wallet.dtd module from the
ns tree. Reassigning to ben to remove it.
Assignee: morse → ben
Status: ASSIGNED → NEW
![]() |
Reporter | |
Updated•26 years ago
|
Keywords: pp
Summary: linux, mac: unable to view Advanced > Password Manager panel → unable to view Advanced > Password Manager panel
![]() |
Reporter | |
Comment 13•26 years ago
|
||
hunh, as of today's [2000021808] opt comm bits, this doesn't work in winNT
either. updating summary, removing pp keyword.
![]() |
||
Comment 14•26 years ago
|
||
Sarah, can you tree removing the file pref-wallet.dtd from the
chrome://pref/locale/en-us directory and replacing it with the equivalient file
from a non-commercial build? Let us know if that fixes the problem.
Let me know if you don't have the file from the non-commercial build and I'll
e-mail it to you.
![]() |
Reporter | |
Comment 15•26 years ago
|
||
steve, i installed the mozilla [non-comm] bits on linux (also 2000021808), and
sure enough, i can bring up Advanced > Password Manager.
![]() |
||
Comment 16•26 years ago
|
||
Correct fix is to remove pref-wallet.dtd from commercial tree as mentioned
above. But that involves makefile changes as well. So the safest fix at this
time is to overwrite the commercial version of the file with the mozilla
version. I did this and checked it in.
I presume somewhere else is a bug report about removing duplicate files between
the two trees (if there isn't, there should be).
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
![]() |
Reporter | |
Comment 17•26 years ago
|
||
verif fixed using opt comm bits [2000022308] on linux, mac (and winNT).
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•