Lightning disappears from sight and its presence can only be seen in add-ons manager and options. Ugly workaround: Disable, restart, enable, restart
Categories
(MailNews Core :: XUL Replacements, defect)
Tracking
(thunderbird_esr6868+ fixed, thunderbird69 fixed, thunderbird70 fixed)
People
(Reporter: mgrandfield, Assigned: darktrojan)
References
Details
Attachments
(1 file)
2.44 KB,
patch
|
Fallen
:
review+
jorgk-bmo
:
approval-comm-beta+
jorgk-bmo
:
approval-comm-esr68+
|
Details | Diff | Splinter Review |
Reporter | ||
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
Reporter | ||
Comment 3•6 years ago
|
||
Comment 4•6 years ago
|
||
Comment 5•6 years ago
|
||
Reporter | ||
Comment 6•6 years ago
|
||
Comment 7•6 years ago
|
||
Comment 8•6 years ago
|
||
Assignee | ||
Comment 9•6 years ago
|
||
Reporter | ||
Comment 10•6 years ago
|
||
Comment 11•6 years ago
|
||
Assignee | ||
Comment 12•5 years ago
|
||
I found a way to reproduce this reliably, and the underlying bug.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 13•5 years ago
|
||
What appears to be happening is that in some cases a document will have fired chrome-document-interactive
, but not yet be in the interactive
state. We're missing these because we add the listener for chrome-document-interactive
after enumerating existing windows.
This appears to be related to the system load at the time, as I've managed to trigger it by drastically reducing what Lightning does at start-up.
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Comment 14•5 years ago
|
||
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/f5dc07feb56e
In overlay loader, add window creation listener before enumerating existing windows; r=Fallen
Assignee | ||
Updated•5 years ago
|
Comment 15•5 years ago
|
||
Someone will need to manage uplifts here, if necessary.
Assignee | ||
Comment 16•5 years ago
|
||
I don't think there's a pressing need to uplift this.
Comment 17•5 years ago
|
||
So this is not the bug that after some upgrades or whatever else, the Calendar totally disappears from sight and its presence can only be seen in the options? That's happening in TB 68 so any remedy would be appreciated.
Comment 18•5 years ago
|
||
(In reply to Jorg K (GMT+2) from comment #17)
So this is not the bug that after some upgrades or whatever else, the Calendar totally disappears from sight and its presence can only be seen in the options? That's happening in TB 68 so any remedy would be appreciated.
That is in the first post here, which started the bug. So, yes.
Comment 19•5 years ago
|
||
Geoff, you still think this shouldn't be fixed in TB 68. Am I missing something?
Assignee | ||
Comment 20•5 years ago
|
||
I'm missing the dozens of duplicates of this bug saying that it is still happening and not in fact fixed by bug 1477956.
I'm currently working on something which hasn't yet landed but would cause this bug to reappear if it did land. So I fixed it again.
Comment 21•5 years ago
|
||
Hi Geoff,
I find your answer quite confusing. Are you saying that there aren't dozens of (duplicate) bugs that complain that Lightning is vanishing? That's likely since there aren't many users on TB 68/69 beta.
The second sentence is sadly slightly derailed since I don't understand what "this bug" and "it" are referring to. Is "this bug" meaning "this bug here", bug 1477506, or the other guy, bug 1477956? And what is "it"?
As the case may be, we have the following severe quality issue in TB 68, and I'm happy to file another bug if this bug here doesn't fix it.
STR:
Have TB 68 beta or ESR installed with Calendar. Make sure it's the distro add-on, well none at ATN so far, so it must be.
Remove Calendar, close the add-on manager tab, restart a few times to make sure it's really gone.
Reset pref extensions.installedDistroAddon.{e2fda1a4-762b-4020-b5ad-a41df1933103} to bring Calendar back following:
https://support.mozilla.org/en-US/kb/calendar-updates-issues-thunderbird#w_lightning-disappears-after-a-thunderbird-update-release-and-beta-versions
Restart. Now Calendar is broken. It's present in the options, but there is no other sight of it. To make it work again, you need to disable it, restart, enable it, restart. This is no fluke and 100% reproducible.
If you want to put users through this, please let me know. I'd like to ship a working product. So I'd like to know: Does this bug here fix this issue or not? It's hard to test on Daily since Daily has different rules for distro add-ons.
Comment 22•5 years ago
|
||
Here's a try build of TB 68 ESR for Windows/Linux where I will test whether the patch fixes the issue I described in comment #21:
https://treeherder.mozilla.org/#/jobs?repo=try-comm-central&revision=74799f404a2b387b3082d746ae4df326a339a944
I've just noticed that this is not a Calendar bug, so uplift doesn't need Calendar approval. If it doesn't fix the issue, I'll file a new bug.
Comment 24•5 years ago
|
||
Updated•5 years ago
|
Updated•5 years ago
|
Comment 26•5 years ago
|
||
TB 69 beta 2:
https://hg.mozilla.org/releases/comm-beta/rev/cfe5da4d82fe0fe9aff0e4cf551f891d46d331ae
Comment 27•5 years ago
|
||
TB 68.0 ESR:
https://hg.mozilla.org/releases/comm-esr68/rev/b44675bb5542878c0b9c57bfbdfca215684d128e
Description
•