After using the tab context menu, the chat tooltip does not show
Categories
(Thunderbird :: Instant Messaging, defect)
Tracking
(thunderbird_esr91+ fixed, thunderbird94+ fixed)
People
(Reporter: henry-x, Assigned: henry-x)
Details
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr91+
|
Details | Review |
Steps to reproduce
- Open Chat.
- Hover over a contact to see the chat tooltip.
- Open the context menu of a tab.
- Hover over the same contact.
Result
No tooltip shows.
Expect
The same tooltip
Origin
The tab element sets document.popupNode
when the context menu is shown. This is never unset. The chat tooltip method is the only place (outside of suite
) that checks for this property (https://searchfox.org/comm-central/rev/bbe4fa02ba9884831453c336de90fb840a7185e6/chat/content/chat-tooltip.js#81)
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Updated•3 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/98c46a7aa380
Drop document.popupNode. r=freaktechnik
Assignee | ||
Comment 3•3 years ago
|
||
Comment on attachment 9244734 [details]
Bug 1734586 - Drop document.popupNode. r=freaktechnik
[Approval Request Comment]
Regression caused by (bug #):
User impact if declined: The chat tooltip will not show for the rest of the session if they ever use the tab context menu.
Testing completed (on c-c, etc.): None
Risk to taking this patch (and alternatives if risky): Low risk. This just gets rid of the two left over usages of document.popupNode, which wasn't used for anything else.
Comment 4•3 years ago
|
||
Comment on attachment 9244734 [details]
Bug 1734586 - Drop document.popupNode. r=freaktechnik
[Triage Comment]
Approved for beta
Comment 5•3 years ago
|
||
bugherder uplift |
Thunderbird 94.0b3:
https://hg.mozilla.org/releases/comm-beta/rev/b94dc08efc91
Assignee | ||
Comment 6•3 years ago
|
||
Comment on attachment 9244734 [details]
Bug 1734586 - Drop document.popupNode. r=freaktechnik
[Approval Request Comment]
Regression caused by (bug #):
User impact if declined: The chat tooltip will not show for the rest of the session if they ever use the tab context menu.
Testing completed (on c-c, etc.): None.
Risk to taking this patch (and alternatives if risky): Low risk. This just gets rid of the two left over usages of document.popupNode, which wasn't used for anything else.
Comment 7•3 years ago
|
||
Comment on attachment 9244734 [details]
Bug 1734586 - Drop document.popupNode. r=freaktechnik
[Triage Comment]
Approved for esr91
Comment 8•3 years ago
|
||
bugherder uplift |
Thunderbird 91.3.0:
https://hg.mozilla.org/releases/comm-esr91/rev/10c1d04bcdff
Comment 9•3 years ago
|
||
backout bugherder uplift |
Backout due to bad merge:
https://hg.mozilla.org/releases/comm-esr91/rev/98daf2e68915
Comment 10•3 years ago
|
||
bugherder uplift |
Thunderbird 91.3.0:
https://hg.mozilla.org/releases/comm-esr91/rev/8f79883cbae8
Description
•