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

Adding a (larger) shadow to PopupMenu limits the clickability of its items from the right side. #103149

Open
TX256 opened this issue Feb 22, 2025 · 0 comments · May be fixed by #103155
Open

Adding a (larger) shadow to PopupMenu limits the clickability of its items from the right side. #103149

TX256 opened this issue Feb 22, 2025 · 0 comments · May be fixed by #103155

Comments

@TX256
Copy link

TX256 commented Feb 22, 2025

Tested versions

Reproducible in v4.4.beta4.official [93d2706]

System information

Windows 11

Issue description

Recently a pull request added support for shadows in PopupMenus.

If I add a shadow, of say, 50 pixels to PopupMenu, it's items have a "dead zone" in the right side of them, i.e. when I click there, nothing happens.

Steps to reproduce

  1. Create a MenuBar
  2. Add a PopupMenu in it
  3. Add some items to it
  4. Override PopupMenu's Panel style, and add a 50px shadow for it
  5. Try to click the items from the right side

Minimal reproduction project (MRP)


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

Successfully merging a pull request may close this issue.

2 participants