[Bug 397574]
Mkmelin+mozilla
397574 at bugs.launchpad.net
Tue Jan 7 15:30:20 UTC 2020
Comment on attachment 9004091
When changing layout, display the message asynchronously.
Review of attachment 9004091:
-----------------------------------------------------------------
::: mail/base/content/msgMail3PaneWindow.js
@@ +240,5 @@
> messenger.setWindow(null, null);
> messenger.setWindow(window, msgWindow);
> + setTimeout(function DelayReloadMessage() {
> + ReloadMessage();
> + }, 0);
nit: no need to name the function. Also, 0 is the default so not needed.
Anyway, it may or may not fix the issue depending on your system. So a bit of a hack papering over the real problem.
If we do take it, add a comment to explain why it's there.
--
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to Mozilla Thunderbird.
https://bugs.launchpad.net/bugs/397574
Title:
Encoding problems after switching the layout
To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/397574/+subscriptions
More information about the Ubuntu-mozillateam-bugs
mailing list