Closed
Bug 1959848
Opened 18 days ago
Closed 16 days ago
Cannot delete chat accounts
Categories
(Thunderbird :: Instant Messaging, defect, P1)
Tracking
(thunderbird_esr128 unaffected, thunderbird137 affected, thunderbird138 affected, thunderbird139 fixed)
RESOLVED
FIXED
139 Branch
Tracking | Status | |
---|---|---|
thunderbird_esr128 | --- | unaffected |
thunderbird137 | --- | affected |
thunderbird138 | --- | affected |
thunderbird139 | --- | fixed |
People
(Reporter: github, Assigned: freaktechnik)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Steps to reproduce:
create a new chat account
try to delete the account
Actual results:
no response to pressing delete button
Expected results:
I should be able to delete the account
Comment 1•18 days ago
|
||
Indeed, that doesn't work. Thanks for reporting! Presumably fallout from bug 1904229.
Uncaught TypeError: source[methodName] is not a function
getAccountValue chrome://messenger/content/AccountManager.js:1395
restorePage chrome://messenger/content/AccountManager.js:1439
onPanelLoaded chrome://messenger/content/AccountManager.js:1236
<anonymous> chrome://messenger/content/am-im.js:18
AccountManager.js:1395:55
getAccountValue chrome://messenger/content/AccountManager.js:1395
restorePage chrome://messenger/content/AccountManager.js:1439
onPanelLoaded chrome://messenger/content/AccountManager.js:1236
<anonymous> chrome://messenger/content/am-im.js:18
Uncaught TypeError: can't access property "incomingServer", currentAccount is null
onRemoveAccount chrome://messenger/content/AccountManager.js:894
oncommand chrome://messenger/content/am-im.xhtml:1
2 AccountManager.js:894:18
onRemoveAccount chrome://messenger/content/AccountManager.js:894
oncommand chrome://messenger/content/am-im.xhtml:1
Status: UNCONFIRMED → NEW
status-thunderbird137:
--- → affected
status-thunderbird138:
--- → affected
Ever confirmed: true
Keywords: regression
OS: Windows 11 → All
Priority: -- → P1
Regressed by: 1904229
Hardware: x86_64 → All
Assignee | ||
Comment 2•17 days ago
|
||
I think this is actually a regression from bug 1946011 - at least the stack we get when loading the page. The password is still being loaded as wstring
, but that no longer works.
Updated•17 days ago
|
Assignee | ||
Updated•17 days ago
|
Assignee: nobody → martin
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•17 days ago
|
||
Bug 1946011 made it so wstring is now just string.
Assignee | ||
Updated•17 days ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/b35065a4d57d
Fix chat account settings by replacing wstring with string. r=aleca
Updated•2 days ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•