Closed
Bug 980089
Opened 11 years ago
Closed 11 years ago
this.contact is undefined error each time a contact is removed from the list displayed in the contacts window
Categories
(Instantbird Graveyard :: Contacts window, defect)
Instantbird Graveyard
Contacts window
Tracking
(Not tracked)
RESOLVED
FIXED
1.6
People
(Reporter: florian, Assigned: florian)
References
Details
(Keywords: regression)
Attachments
(1 file)
3.78 KB,
patch
|
clokep
:
review+
|
Details | Diff | Splinter Review |
Timestamp: 05/03/14 14:34:04
Error: TypeError: this.contact is undefined
Source File: chrome://instantbird/content/contact.xml
Line: 349
The problem is that in bug 970605 we replaced this.parentNode.removeChild(this) with this.remove(). Unfortunately, the contact and buddy bindings (and imcontact for Thunderbird) already had a remove method, and they now collide. The patch just renames these methods from 'remove' to 'delete'.
Attachment #8386419 -
Flags: review?(clokep)
Comment 1•11 years ago
|
||
Comment on attachment 8386419 [details] [diff] [review]
Fix
This is a really unfortunate naming... Changes look good though.
Attachment #8386419 -
Flags: review?(clokep) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Assignee: nobody → florian
Severity: normal → major
Status: NEW → RESOLVED
Closed: 11 years ago
OS: Mac OS X → All
Hardware: x86 → All
Resolution: --- → FIXED
Target Milestone: --- → 1.6
You need to log in
before you can comment on or make changes to this bug.
Description
•