Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change tab to workspace prevents right click #2791

Closed
3 of 4 tasks
SeamusFinlayson opened this issue Nov 10, 2024 · 1 comment
Closed
3 of 4 tasks

Change tab to workspace prevents right click #2791

SeamusFinlayson opened this issue Nov 10, 2024 · 1 comment
Labels

Comments

@SeamusFinlayson
Copy link

SeamusFinlayson commented Nov 10, 2024

Captchas

  • I have read the instructions.
  • I have searched existing issues and avoided creating duplicates.
  • I am not filing an enhancement request.

What happened?

After clicking change tab to workspace for a tab, and the tab moves, the right click menu does not appear when I click on tabs until I right click on something else.
image

Reproducible?

  • I have checked that this issue cannot be reproduced on Mozilla Firefox.

Version

1.0.1-a.18 (64-bit)

What platform are you seeing the problem on?

Windows

Relevant log output

No response

Copy link

dosubot bot commented Nov 10, 2024

Hey @SeamusFinlayson! I'm here to help you with any issues or questions you have. Let's tackle this together!

I found a similar closed issue titled Right Click no longer detected after "Change Tabs to..." operation, which might be related to the problem you're experiencing. This issue was last updated on October 30, 2024 [1].

The right-click context menu event is handled by the gZenUIManager object, specifically through the onPopupShowing and onPopupHidden methods. These methods manage the has-popup-menu attribute on elements when a popup is shown or hidden. Potential interferences could include elements inside shadow roots or panels, event listeners that might prevent the events from being triggered or handled correctly, or modifications to the _popupTrackingElements array [2].

If the issue persists, you might want to investigate these areas in the codebase to identify any potential conflicts or errors.

To continue talking to Dosu, mention @dosu.

@dosubot dosubot bot added the Bug label Nov 10, 2024
@dosubot dosubot bot mentioned this issue Nov 20, 2024
4 tasks
@dosubot dosubot bot added the stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed label Dec 11, 2024
@dosubot dosubot bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 18, 2024
@dosubot dosubot bot removed the stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

No branches or pull requests

1 participant