-
Notifications
You must be signed in to change notification settings - Fork 4
Description
This is similar to issue 99
but in my case there is a large graph area that is also impacted.
I have an app where the cursor changes to crosshair, v_resize, and h_resize on certain places
- The crosshair is over a large graph area. When running in the browser it sometimes shows as a crosshair but it flickers back to the default pointer.
- On a divider there is only one pixel where it changes into H_RESIZE.
- On a column divider of a table I cannot make it change at all.
I am not experienced enough with java-fx to know if there is an way to make all these areas wider. (the table is a component I don't have ready access to the source code), so if I am missing something obvious please let me know
jpro version:
2024.3.3
java version:
openjdk version "19.0.1" 2022-10-18
OpenJDK Runtime Environment (build 19.0.1+10-21)
OpenJDK 64-Bit Server VM (build 19.0.1+10-21, mixed mode, sharing)
java-fx:
org.openjfx:javafx-*:19.0.2.1
Browser:
Version 130.0.6723.92 (Official Build) (64-bit)
edit: typos
edit 2:
The divider grab area is 20 pixels wide, so it should be working.