help button not working in delete cert dialog
Categories
(SeaMonkey :: Help Viewer, defect)
Tracking
(seamonkey2.53+ fixed)
People
(Reporter: frg, Assigned: frg)
Details
(Whiteboard: SM2.53.11)
Attachments
(1 file)
1.04 KB,
patch
|
iannbugzilla
:
review+
iannbugzilla
:
approval-comm-release+
iannbugzilla
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
Timestamp: 15.01.2022, 19:33:10
Error: ReferenceError: gParams is not defined
Source File: chrome://communicator/content/helpSecurityOverlay.xul
Line: 38
Bug 1310961 removed the gParams variable it uses.
https://hg.mozilla.org/mozilla-central/rev/8c3384531cc0
Assignee | ||
Comment 1•3 years ago
•
|
||
Thought about using window arguments directly but like the typeFlag used as in the regression bug more. But can do otherwise.
[Approval Request Comment]
Regression caused by (bug #): bug 1310961
User impact if declined: defunct help button in cert delete dialog
Testing completed (on m-c, etc.): 2.533.11b1 pre
Risk to taking this patch (and alternatives if risky): trivial
String changes made by this patch: --
Comment on attachment 9259242 [details] [diff] [review]
1750386-certdelhelp-25311.patch
[Triage Comment]
LGTM r/a=me
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/67e008c2f1fd
Use window.arguments to select correct help section in cert delete dialog. r=IanN
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 4•3 years ago
|
||
https://gitlab.com/seamonkey-project/seamonkey-2.53-comm/-/commit/9a4a6e9aa8f6c247e651134533da48285de9f127
Use window.arguments to select correct help section in cert delete dialog. r=IanN a=IanN
Description
•