Prevent hourglass loading status in tabbar when reading news in offline mode
Categories
(MailNews Core :: Networking: NNTP, defect)
Tracking
(thunderbird_esr102 affected, thunderbird108 affected)
People
(Reporter: rnons, Assigned: rnons)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Another issue which is unrelated to this bug but related to offline use in general is that clicking a NG which wasn't selected for offline use while in offline use causes an hourglass to be displayed.
Looks like this is missing in the JS implementation:
https://searchfox.org/comm-esr91/rev/d02b84429c872f4a8230e5d92bfd0c6e1cb65bf9/mailnews/news/src/nsNntpService.cpp#1020
That triggers:
https://searchfox.org/comm-central/rev/b175fe607e2b841970c7f6c34e636ef1bcb26c22/mailnews/news/src/nsNewsFolder.cpp#293
which clears the busy flag:
https://searchfox.org/comm-central/rev/b175fe607e2b841970c7f6c34e636ef1bcb26c22/mail/modules/DBViewWrapper.jsm#205
and finally:
https://searchfox.org/comm-central/rev/b175fe607e2b841970c7f6c34e636ef1bcb26c22/mail/base/content/folderDisplay.js#961
| Assignee | ||
Comment 2•3 years ago
|
||
| Assignee | ||
Updated•3 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/765abe6c6e3e
Stop hourglass loading status immediately when offline in nttp-js. r=mkmelin
Description
•