-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: 9, 10
-
Component/s: javafx
-
Environment:
Linux + GTK 3
-
linux
In GTK 3 Glass toolkit implementation function gdk_device_manager_get_client_pointer() is called in GtkEvent processing which is wrong usage according to documentation (https://developer.gnome.org/gdk3/stable/GdkDeviceManager.html#gdk-device-manager-get-client-pointer ):
===
You should use this function seldomly, only in code that isn’t triggered by a GdkEvent and there aren’t other means to get a meaningful GdkDevice to operate on.
===
===
You should use this function seldomly, only in code that isn’t triggered by a GdkEvent and there aren’t other means to get a meaningful GdkDevice to operate on.
===