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

Fix PopupMenu clickable area with shadows #103155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Giganzo
Copy link
Contributor

@Giganzo Giganzo commented Feb 22, 2025

Fixes: #103149

Not sure if these issues are already being tracked but this change makes them more obvious.
Scrollbar was not being ignored when pressed. And if you set a panel margin right this is also not ignored.
This PR should also fix these issues.

No shadow

Before:

Screencast_20250219_160121.webm

After:

Screencast_20250219_160250.webm

With shadow

Before:

Screencast_20250219_160400.webm

After:

Screencast_20250219_160515.webm

@Giganzo Giganzo requested a review from a team as a code owner February 22, 2025 11:01
@Giganzo Giganzo force-pushed the popup-menu-shadow branch 2 times, most recently from 2c07ed9 to 0d30de1 Compare February 22, 2025 11:27
@KoBeWi KoBeWi added this to the 4.5 milestone Feb 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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