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

[GTK4] GtkEventControllerMotion Enter/Leave events are not handled #219

Open
Tracked by #227
joel-majano opened this issue Jun 21, 2022 · 1 comment
Open
Tracked by #227
Labels
gtk4 GTK4 issues Linux/GTK Happens on Linux

Comments

@joel-majano
Copy link
Contributor

joel-majano commented Jun 21, 2022

Describe the bug

As part of the migration to GTK4, Enter/Leave procs were created, but they haven't been hooked up to do what they're supposed to to replicate GTK3 behavior. This causes things like shell tooltips to not work as these were previously handled by enter_notify_event handlers.

To Reproduce

Snippet 1, with the line shell.setToolTipText("any text"); added

Expected behavior

Shell tooltip is shown when mouse hovered on top of shell.

Environment:

  1. Select the platform(s) on which the behavior is seen:
  • Linux
  1. Additional OS info (e.g. OS version, Linux Desktop, etc)
  • Fedora 36, GTK 4.6.5
  1. JRE/JDK version
  • OpenJDK 17

Tracked in #228

@joel-majano
Copy link
Contributor Author

@lshanmug lshanmug added the Linux/GTK Happens on Linux label Jun 22, 2022
@fedejeanne fedejeanne added the gtk4 GTK4 issues label Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gtk4 GTK4 issues Linux/GTK Happens on Linux
Projects
None yet
Development

No branches or pull requests

3 participants