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

Cursor appears to not change #189

Open
fulcrum-stelios-papadopoulos opened this issue Oct 30, 2024 · 2 comments
Open

Cursor appears to not change #189

fulcrum-stelios-papadopoulos opened this issue Oct 30, 2024 · 2 comments

Comments

@fulcrum-stelios-papadopoulos
Copy link

fulcrum-stelios-papadopoulos commented Oct 30, 2024

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.

@FlorianKirmaier
Copy link
Contributor

Hm, hard to investigate without further details.
Can you maybe make a screenshot? (Maybe from the phone, so you don't have to move the mouse)
Maybe that would clear some things up.
Without an example, this will be hard to fix.

@fulcrum-stelios-papadopoulos
Copy link
Author

Hi Florian, thanks for looking into this.

I filmed two short videos, where I hover over a divider, and then click and drag it.

this one is on the java app running from my ide:

divider_java_app.mp4

and this one is on the webpage (I run maven jpro:run)

divider_webpage.mp4

There seems to be a single pixel, where if I stop on that I might get the cursor to change, but I could not hit it this time.

The java code has a region 20 (I assume px) wide where it changes the cursor.

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

No branches or pull requests

2 participants