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

Hamburger menu error in full screen #248

Closed
videosmith opened this issue Mar 27, 2024 · 1 comment
Closed

Hamburger menu error in full screen #248

videosmith opened this issue Mar 27, 2024 · 1 comment
Labels
invalid This doesn't seem right

Comments

@videosmith
Copy link

videosmith commented Mar 27, 2024

Bug Description
When attempting to access the upper-left Hamburger menu in full screen, another contextual menu appears, only works correctly if you click the very bottom of the Hamburger menu.

Steps to Reproduce

  1. Click the menu in windowed mode, left side menu appears as expected.
  2. Enter full screen mode, repeat step 1, a different menu appears
  3. Click at the very bottom of the Hamburger, left side menu appears as expected.

Expected behavior
Should work correctly windowed and full screen.

Screenshots (optional)
Screenshot_20240327_173740

Screenshot_20240327_181019

Screenshot_20240327_181210x

Device information

  • QPrompt Version: 1.2 v6
  • Operating System: Debian 12.5 AMD x64, Plasma/Wayland, latest updates
@Cuperino Cuperino added the invalid This doesn't seem right label Apr 7, 2024
@Cuperino
Copy link
Owner

Cuperino commented Apr 7, 2024

That context menu doesn't look like it's part of QPrompt. I suspect this is a bug with the window manager or desktop environment, which is triggering another program when you click in that area while in full screen.

The other program looks like a clipboard manager that I've used previously. I suspect that it has a window or widget of some kind that is being mistakenly placed to the top left of the screen, but it isn't drawn because technically it's supposed to be off-screen (in the tray area) or because the full screen window is covering it.

If the issue is still going, you should be able to replicate it with a program other than QPrompt, by putting it in full screen and clicking in the same area.

@Cuperino Cuperino closed this as completed Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants