Closed Bug 1734586 Opened 3 years ago Closed 3 years ago

After using the tab context menu, the chat tooltip does not show

Categories

(Thunderbird :: Instant Messaging, defect)

defect

Tracking

(thunderbird_esr91+ fixed, thunderbird94+ fixed)

RESOLVED FIXED
95 Branch
Tracking Status
thunderbird_esr91 + fixed
thunderbird94 + fixed

People

(Reporter: henry-x, Assigned: henry-x)

Details

Attachments

(1 file)

Steps to reproduce

  1. Open Chat.
  2. Hover over a contact to see the chat tooltip.
  3. Open the context menu of a tab.
  4. 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)

Target Milestone: --- → 95 Branch

Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/98c46a7aa380
Drop document.popupNode. r=freaktechnik

Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED

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.

Attachment #9244734 - Flags: approval-comm-beta?

Comment on attachment 9244734 [details]
Bug 1734586 - Drop document.popupNode. r=freaktechnik

[Triage Comment]
Approved for beta

Attachment #9244734 - Flags: approval-comm-beta? → approval-comm-beta+

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.

Attachment #9244734 - Flags: approval-comm-esr91?

Comment on attachment 9244734 [details]
Bug 1734586 - Drop document.popupNode. r=freaktechnik

[Triage Comment]
Approved for esr91

Attachment #9244734 - Flags: approval-comm-esr91? → approval-comm-esr91+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: