Safe mode "Disable all add-ons" checkbox + "Make Changes and Restart" button doesn't work
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(thunderbird_esr60 wontfix, thunderbird_esr68? affected, thunderbird60 wontfix, thunderbird68 wontfix, thunderbird69 wontfix, thunderbird70 wontfix, thunderbird76 wontfix, thunderbird77 affected, thunderbird78 affected)
People
(Reporter: andysem, Assigned: mkmelin)
References
Details
(Keywords: regression)
Attachments
(2 files)
52.03 KB,
image/png
|
Details | |
3.47 KB,
patch
|
pmorris
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0
Steps to reproduce:
- In "Help -> Troubleshooting Information", click "Restart with addons disabled".
- Upon restart, Thunderbird Safe Mode window appears. There, check the "Disable all addons" checkbox.
- Try clicking on the "Make Changes and Restart" button.
Actual results:
The button, although not greyed out, cannot be pressed. Nothing happens when I click on it.
Expected results:
The button should work.
Comment 1•5 years ago
|
||
Confirmed.
Comment 2•5 years ago
|
||
This is a little concerning that a primary debug tool is broken.
Benjamin, are you also able to reproduce this on Windows? (I was not)
Comment 3•5 years ago
|
||
I confirm the issue for TB 68.0.
But the same issue already is present in TB60.8.0.
Comment 4•5 years ago
|
||
I tested this in Thunderbird 69.0b4 on Ubuntu 18.04.3 LTS.
Selected "Toolbars and Controls" instead of "Disable all add-ons" and the "Make Changes and Restart" button worked for me.
Restored me backed up profile and got all my toolbar and control settings back.
Comment 5•5 years ago
|
||
Not working in TB 60 either. Comment #3 and comment #4 are correct.
Comment 6•5 years ago
|
||
I just tried this on Windows using Thunderbird 69.0b4. The interface works as expected.
Comment 7•5 years ago
|
||
It doesn't.
STR:
Help > Restart with add-ons disabled
Restart
Click" Disable all add-ons"
Click button "Make Changes and Restart
Nothing happens.
Comment 8•5 years ago
•
|
||
Ah, I clicked the wrong button, need to slow down and be more observant.
Updated•5 years ago
|
Comment 9•5 years ago
|
||
I see the same using TB 70.0a1.
Comment 10•5 years ago
|
||
Nothing in error console?
Reporter | ||
Comment 11•5 years ago
|
||
The only console output I see is:
WebGL(0x7f234cdba000)::ForceLoseContext
WebGL(0x7f234cdbf800)::ForceLoseContext
If there is some other kind of console, please tell how to capture its output.
Comment 12•5 years ago
|
||
andysem,
Still see this in a current beta?
FWIW I found no other reports of this. https://mzl.la/3amOGpV
Comment 13•5 years ago
|
||
I can still reproduce this bug in TB 76.0b1.
Comment 14•5 years ago
|
||
(In reply to Eckard Berberich from comment #13)
I can still reproduce this bug in TB 76.0b1.
So can I using 76.0b1 and 77.0a1 on Linux.
Comment 15•4 years ago
|
||
NI Magnus to assign dev
Updated•4 years ago
|
Assignee | ||
Comment 16•4 years ago
|
||
AddonManager.getAllAddons doesn't take a callback, so nothing happens...
Comment 17•4 years ago
|
||
Comment 18•4 years ago
|
||
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/5cefc4c79165
fix "Make Changes and Reset" - AddonManager.getAllAddons doesn't use a callback anymore. r=pmorris
Assignee | ||
Updated•4 years ago
|
Description
•