Skip to content

fix(minimize): close the tooltip after opening a minimized app#1324

Open
hammerlink wants to merge 1 commit intopop-os:masterfrom
hammerlink:master
Open

fix(minimize): close the tooltip after opening a minimized app#1324
hammerlink wants to merge 1 commit intopop-os:masterfrom
hammerlink:master

Conversation

@hammerlink
Copy link

Problem

When an applet is minimized, its tooltip remains visible after activating the minimized button.
After the applet button is clicked it gets removed and it is no longer capable of detecting mouse movements.

Solution

After the applet button is removed destroy the tooltip popup.

This PR needs the change of pop-os/libcosmic#1138
Fixes pop-os/cosmic-panel#458

Checks

  • I have disclosed use of any AI generated code in my commit messages.
    • If you are using an LLM, and do not fully understand the changes it is making to the code base, do not create a PR.
    • In our experience, AI generated code often results in overly complex code that lacks enough context for a proper fix or feature inclusion. This results in considerably longer code reviews. Due to this, AI authored or partially authored PRs may be closed without comment.
  • I understand these changes in full and will be able to respond to review comments.
  • My change is accurately described in the commit message.
  • My contribution is tested and working as described.
  • I have read the Developer Certificate of Origin and certify my contribution under its conditions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Minimized window tooltip is permanently shown in top bar panel

1 participant