Closed
Bug 1138244
Opened 10 years ago
Closed 10 years ago
Contact display name changes don't propagate to open conversations
Categories
(Instantbird Graveyard :: Conversation, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
1.6
People
(Reporter: aleth, Assigned: aleth)
References
Details
Attachments
(1 file, 1 obsolete file)
5.83 KB,
patch
|
clokep
:
review+
|
Details | Diff | Splinter Review |
In particular the tab title and the conv top displayname don't change.
Assignee | ||
Comment 1•10 years ago
|
||
Free bonus: also fixes bug 955687.
Assignee | ||
Comment 2•10 years ago
|
||
The 'buddy' in the conversation binding is the account buddy not the buddy, so I changed what we are observing to reflect that.
Attachment #8571511 -
Attachment is obsolete: true
Attachment #8571511 -
Flags: review?(clokep)
Attachment #8571516 -
Flags: review?(clokep)
Assignee | ||
Comment 3•10 years ago
|
||
(In reply to aleth [:aleth] from comment #2)
> The 'buddy' in the conversation binding is the account buddy not the buddy,
> so I changed what we are observing to reflect that.
To clarify: this refers to the change from v1 to v2.
Really we should probably be observing contact-display-name-changed instead of the accountbuddy, and make sure the displayName of the contact is used everywhere rather than that of the accountbuddy. But what's in this patch is consistent with the status quo of the conversation binding.
Comment 4•10 years ago
|
||
When do we expect to NOT have a tab, but have a conversation binding? (I.e. why add all the |if (tab)| checks?)
Comment 5•10 years ago
|
||
(In reply to Patrick Cloke [:clokep] from comment #4)
> When do we expect to NOT have a tab, but have a conversation binding? (I.e.
> why add all the |if (tab)| checks?)
The original reason for that was to make the conversation.xml binding self contained, so that add-ons could re-use it to build other alternative UIs.
Updated•10 years ago
|
Attachment #8571516 -
Flags: review?(patrick+mozilla-bugzilla) → review+
Assignee | ||
Comment 6•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.6
You need to log in
before you can comment on or make changes to this bug.
Description
•