Open NeelavaChatterjee opened 18 hours ago
I found related issues that might be helpful:
https://github.com/example/issues/1234
The suggested solution is to investigate the gZenUIManager
object, specifically the onPopupShowing
and onPopupHidden
methods, as they handle the right-click context menu event. Check for potential interferences such as 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.
https://github.com/example/issues/5678 No solution found in the comments.
To continue talking to Dosu, mention @dosu.
Captchas
What happened?
Actual
When we move tabs across workspace, i.e., from workspace-A to workspace-B, right-clicking on any tabs does not give a menu.
Expectation
When we move tabs across workspace, i.e., from workspace-A to workspace-B, right-clicking on any tabs renders a menu.
Work Around
Right-click any where else other then the tab space, will give a menu and now go back and right click on the tabs and the menu will start rendering.
Reproducible?
Version
Mozilla Zen 1.0.1-a.19
What platform are you seeing the problem on?
Linux
Relevant log output
No response