Feed subscriptions empty for new account, in SeaMonkey
Categories
(MailNews Core :: Account Manager, defect)
Tracking
(seamonkey2.53+ fixed, seamonkey2.57esr fixed)
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
References
Details
(Keywords: leave-open)
Attachments
(2 files, 3 obsolete files)
1.60 KB,
patch
|
alta88
:
review+
|
Details | Diff | Splinter Review |
1.83 KB,
patch
|
frg
:
review+
frg
:
approval-comm-release+
frg
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
After the landing of patches from Bug 1339248 when a new RSS account is added, if you try to add a subscription from the context menu or account central the feed-subscription dialog has no folder listed. This happens because the feed options have not been initialised (see https://dxr.mozilla.org/comm-esr60/source/mailnews/extensions/newsblog/content/FeedUtils.jsm#184-185). feed-subscription dialog assumes that it then has a valid treeBox so at https://dxr.mozilla.org/comm-esr60/source/mailnews/extensions/newsblog/content/FeedUtils.jsm#851 the JS bombs out before completing the feed options initialisation. I'm going to fix put a fix into AccountWizard.js to match FeedUtils' createRssAccount
[Approval Request Comment]
Regression caused by (bug #): 1339248
User impact if declined: have to go into account settings to subscribe to feeds
Testing completed (on m-c, etc.): 2.53
Risk to taking this patch (and alternatives if risky): None
String changes made by this patch: None
Patch for comm-central
Patch for older branches (pre 68)
Something like this?
Equivalent for older branches.
Comment 8•5 years ago
|
||
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/a0470cab33c0
Feed subscriptions empty for new account r=alta88
Comment 10•5 years ago
|
||
TB not affected? No uplift to ESR 68?
Comment 11•5 years ago
|
||
TB not affected?
No. Not using server-type
No uplift to ESR 68?
Not needed. SeaMonkey only and we do not plan to do a ESR68 based build.
https://hg.mozilla.org/releases/comm-esr60/rev/af58459229997dc04d4b4171c429a4b0292740ba
Assignee | ||
Comment 12•5 years ago
•
|
||
In gitlab 2.53.1 beta 1 tree - https://gitlab.com/seamonkey-project/seamonkey-2.53-comm/commit/4b210521e96f2af492855dec64d4e5eafbab0aa9
Description
•