Closed
Bug 1259904
Opened 9 years ago
Closed 6 years ago
clicking the keywords in attachment notification does not open the proper preferences dialog
Categories
(Thunderbird :: Preferences, defect)
Thunderbird
Preferences
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: aceman, Unassigned)
References
Details
When the attachment notification comes up, the found keyword list is clickable and should open the preferences dialog with the keyword editor (a subdialog with the list of all keywords).
However, the editor does not open, because of the error:
Error: TypeError: document.getElementById(...) is null
Source File: chrome://messenger/content/preferences/preferences.js
Line: 81
It does not find the "attachment_reminder_button" to click on.
This happens when preferences dialog is in a tab.
Probably needs some more code to wait until the pref pane is fully loaded in the function showTab() in preferences.js.
Looks like this works for me these days.
Can you confirm?
Flags: needinfo?(geoff)
Comment 2•6 years ago
|
||
I can indeed.
Status: NEW → RESOLVED
Closed: 6 years ago
Flags: needinfo?(geoff)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•