Closed
Bug 1427219
Opened 7 years ago
Closed 7 years ago
Nightly can't import certificates (broken UI)
Categories
(Toolkit :: Form Manager, defect)
Toolkit
Form Manager
Tracking
()
RESOLVED
DUPLICATE
of bug 1426561
People
(Reporter: pauljt, Unassigned)
References
Details
The import certificates button is broken in nightly. I get an error here [1] saying that aField is null.
STR:
1. open about:preferences
2. search for "cert"
3. Click "View Certificates" to open the certificate manager
4 Click "Import"
Expected:
Prompted to import a certificate file
Actual:
Nothing (except error visible in Browser Console)
[1] https://searchfox.org/mozilla-central/source/toolkit/modules/FormLikeFactory.jsm#109
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Comment 2•7 years ago
|
||
Hm, backout of bug 1425688 didn't fix the `aField is null` issue. Apparently this is a different problem.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Comment 3•7 years ago
|
||
Regression range:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=deb775eb35bb3e157e89646ede5416b5f00cf8ee&tochange=18c3ccc735368550df23936bf766627a1fcba487
Blocks: 1417803
Comment 4•7 years ago
|
||
Reverting bug 1417803 and removing startup cache fixed the issue.
Flags: needinfo?(selee)
Flags: needinfo?(ralin)
Flags: needinfo?(lchang)
Comment 5•7 years ago
|
||
Hi Masatoshi,
The patch in bug 1426561 is fixing `aField is null` issue and waiting for a review.
I tried it and the preference won't show `aField is null` anymore, but the cert manager seems have some issues like these:
SyntaxError: redeclaration of const Services certManager.js:1:1
ReferenceError: LoadCerts is not defined[Learn More] certManager.xul:1:1
ReferenceError: addCACerts is not defined[Learn More] certManager.xul:1:1
Could you try the patch if it fixes `aField is null` issue?
Thank you.
Flags: needinfo?(selee)
Flags: needinfo?(ralin)
Flags: needinfo?(lchang)
Flags: needinfo?(VYV03354)
Comment 6•7 years ago
|
||
Yeah, it fixes the issue. Thank you!
Status: REOPENED → RESOLVED
Closed: 7 years ago → 7 years ago
Flags: needinfo?(VYV03354)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•