Closed
Bug 955714
Opened 12 years ago
Closed 11 years ago
Tabbrowser conversations property assumes all tabs have linkedConversations
Categories
(Instantbird Graveyard :: Conversation, defect)
Instantbird Graveyard
Conversation
Tracking
(Not tracked)
RESOLVED
FIXED
1.6
People
(Reporter: aleth, Assigned: nhnt11)
Details
Attachments
(1 file, 1 obsolete file)
1.06 KB,
patch
|
aleth
:
review+
|
Details | Diff | Splinter Review |
*** Original post on bio 2263 at 2013-12-01 18:46:00 UTC ***
JavaScript strict warning: chrome://instantbird/content/tabbrowser.xml, line 880: reference to undefined property aTab.linkedConversation
http://lxr.instantbird.org/instantbird/source/instantbird/content/tabbrowser.xml#896
Reporter | ||
Updated•12 years ago
|
Assignee: nobody → nhnt11
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8448610 -
Flags: review?(aleth)
Reporter | ||
Comment 2•11 years ago
|
||
Comment on attachment 8448610 [details] [diff] [review]
Patch
Review of attachment 8448610 [details] [diff] [review]:
-----------------------------------------------------------------
::: im/content/tabbrowser.xml
@@ +898,5 @@
> <getter>
> <![CDATA[
> if (!this._conversations) {
> + this._conversations = this.mTabs.filter(aTab => aTab.linkedConversation)
> + .map(aTab => aTab.linkedConversation);
mTabs is a nodelist, not an array.
Attachment #8448610 -
Flags: review?(aleth) → review-
Assignee | ||
Comment 3•11 years ago
|
||
Sorry about that.
Attachment #8448610 -
Attachment is obsolete: true
Attachment #8448748 -
Flags: review?(aleth)
Reporter | ||
Comment 4•11 years ago
|
||
Comment on attachment 8448748 [details] [diff] [review]
Patch v2
Review of attachment 8448748 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks!
Attachment #8448748 -
Flags: review?(aleth) → review+
Assignee | ||
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•11 years ago
|
Target Milestone: --- → 1.6
You need to log in
before you can comment on or make changes to this bug.
Description
•