Open CristianSw opened 1 day ago
I found related issues that might be helpful:
https://github.com/zen-browser/desktop/issues/3083 The suggested solution is to right-click in the empty area under "New Tab" in the side menu, which temporarily fixes the issue.
https://github.com/zen-browser/desktop/issues/2791
The suggested solution involves investigating 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/zen-browser/desktop/issues/1658 The suggested solution is that the behavior is normal when only one workspace is available, as the workspaces are set to be shown as an icon strip by default.
https://github.com/zen-browser/desktop/issues/2426 This issue was referenced by other issues and might provide additional context or solutions related to right-click functionality after changing tabs to a different workspace.
To continue talking to Dosu, mention @dosu.
@dosu ok, right click I found during exploratory testing workaround with workspaces
Great to hear you found a workaround during your testing! If you need further assistance or have any more questions, feel free to ask.
To continue talking to Dosu, mention @dosu.
Captchas
What happened?
I created some work spaces that I usually use. Then I start moving tabs from default workspace to another works paces. After moving tab to workspace browser automatically send me to workspace that I send tab. When clicking again on workspace area to go back to default workspace I got this behavior:
I noticed that after some time menu is displayed normally. Also noticed that right menu when clicking on tab is not appearing at all when workspaces are not displayed normally. Also if open new instance of browser bug is remaining active on new instance.
Steps to reproduce:
https://github.com/user-attachments/assets/36167cef-a090-420e-a59f-713f9be71112
Reproducible?
Version
1.0.1-a.19
What platform are you seeing the problem on?
Linux
Relevant log output
No response