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

LibWeb: Restore event characteristics of MouseEvents #667

Conversation

circl-lastname
Copy link
Contributor

Fixes #660
Contributes to #102

@circl-lastname
Copy link
Contributor Author

circl-lastname commented Jul 16, 2024

cc: @caitp @tcl3
The fix was simple, as the spec requires these in all usages except mouseenter and mouseleave

Copy link
Contributor

@kalenikaliaksandr kalenikaliaksandr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool, would you add a test please, so we won't regress this in the future.

@kalenikaliaksandr
Copy link
Contributor

we need to make the same change for WheelEvent, right?

@circl-lastname
Copy link
Contributor Author

circl-lastname commented Jul 16, 2024

Yes, both would be nice

@circl-lastname
Copy link
Contributor Author

Can it be merged now?

@kalenikaliaksandr kalenikaliaksandr merged commit 89531fb into LadybirdBrowser:master Jul 16, 2024
6 checks passed
@circl-lastname circl-lastname deleted the fix_event_characteristics branch July 16, 2024 18:12
@caitp
Copy link
Contributor

caitp commented Jul 16, 2024

Thank you 👏

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

Successfully merging this pull request may close these issues.

LibWeb: Picker for <select> elements isn't shown on click
3 participants