Calendar view reloads when switching tabs
Categories
(Calendar :: Calendar Frontend, defect)
Tracking
(thunderbird102 fixed)
Tracking | Status | |
---|---|---|
thunderbird102 | --- | fixed |
People
(Reporter: darktrojan, Assigned: darktrojan)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
|
Details | Review |
In switchToView
we deactivate the current view and then activate the new view, but we shouldn't do this if they're the same view. It forces the view to reload.
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Short-circuits switchToView
, if the new view is the same as the old view, so that we don't call .isActive = false
and .clearItems()
on it.
Updated•3 years ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/10534776b797
Only deactivate the current calendar view if it's being hidden. r=#thunderbird-reviewers,mkmelin
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 3•3 years ago
|
||
Comment on attachment 9281331 [details]
Bug 1774117 - Only deactivate the current calendar view if it's being hidden. r=#thunderbird-reviewers
[Approval Request Comment]
Regression caused by (bug #):
User impact if declined: calendar view reloads itself every time you switch tab to it
Testing completed (on c-c, etc.): landed yesterday
Risk to taking this patch (and alternatives if risky):
Comment 4•3 years ago
|
||
Comment on attachment 9281331 [details]
Bug 1774117 - Only deactivate the current calendar view if it's being hidden. r=#thunderbird-reviewers
[Triage Comment]
Approved for beta
Comment 5•3 years ago
|
||
bugherder uplift |
Thunderbird 102.0beta7:
https://hg.mozilla.org/releases/comm-beta/rev/fa315c7984ab
Description
•