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: hide crud editor focus ring from pointer events #7339

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

tomivirkki
Copy link
Member

Description

The problem was that the focus ring element that covers the editor was receiving pointer events so the wheel events were emitted on it instead of the underlying editor:

Kapture.2024-04-16.at.12.32.02.mp4

This PR hides the crud editor focus ring from pointer events.

Fixes #6693

Type of change

Bugfix

Copy link

sonarcloud bot commented Apr 16, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@web-padawan web-padawan merged commit b3ac7f7 into main Apr 16, 2024
9 checks passed
@web-padawan web-padawan deleted the fix/crud/editor-focus-ring-pointer-events branch April 16, 2024 10:03
tomivirkki added a commit that referenced this pull request Apr 16, 2024
@vaadin-bot
Copy link
Collaborator

This ticket/PR has been released with Vaadin 24.4.0.alpha24 and is also targeting the upcoming stable 24.4.0 version.

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.

[crud] Scrolling in editor using mouse wheel is broken
3 participants