Closed
Bug 1044172
Opened 11 years ago
Closed 11 years ago
[Regression] Error "aJID.trim is not a function" when deleting XMPP account
Categories
(Chat Core :: XMPP, defect)
Chat Core
XMPP
Tracking
(Not tracked)
RESOLVED
FIXED
1.6
People
(Reporter: nhnt11, Assigned: clokep)
References
Details
(Keywords: regression)
Attachments
(1 file)
1.12 KB,
patch
|
nhnt11
:
review+
|
Details | Diff | Splinter Review |
Timestamp: 26/07/14 12:19:34 am
Error: NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS: [JavaScript Error: "aJID.trim is not a function" {file: "resource:///modules/xmpp.jsm" line: 1001}]'[JavaScript Error: "aJID.trim is not a function" {file: "resource:///modules/xmpp.jsm" line: 1001}]' when calling method: [prplIAccount::remove]
Source File: resource://gre/components/imAccounts.js
Line: 621
This happens when I try to delete an XMPP account (both generic and GTalk, but not Facebook), regardless of whether the account is connected. The account does not get deleted, and I ended up with a duplicate of the GTalk account I tried to delete after my first attempt, though I cannot reproduce this. After restarting Instantbird the passwords for these accounts seemed to have been forgotten. I currently have no way to delete these accounts.
Reporter | ||
Updated•11 years ago
|
Component: Account manager → XMPP
Product: Instantbird → Chat Core
Assignee | ||
Comment 1•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Reporter | ||
Comment 2•11 years ago
|
||
Comment on attachment 8462763 [details] [diff] [review]
Patch
Review of attachment 8462763 [details] [diff] [review]:
-----------------------------------------------------------------
This fixes the issue, thanks!
Attachment #8462763 -
Flags: review?(nhnt11) → review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → 1.6
You need to log in
before you can comment on or make changes to this bug.
Description
•