I have a main stage which opens other stages. When a second stage is opened( whose scene has a custom cursor associated with it), the cursor does not show the custom image unless user hovers over the title window and comes back.
Steps to reproduce:
1. Unzip the attachment which contains a sample class and an image.
2. Run the application.
3. Click on the 'Open Table' button which opens a table view.
4. Notice the cursor displays the custom image.
5. Click on 'Open a Clone' button at the lower right side of the table view.
6. Another table view is opened but the cursor displays the default shape unless mouse hovers over the stage title, after which cursor regains its custom shape.
This issue is related to http://javafx-jira.kenai.com/browse/RT-21462 but should have higher priority than that
Steps to reproduce:
1. Unzip the attachment which contains a sample class and an image.
2. Run the application.
3. Click on the 'Open Table' button which opens a table view.
4. Notice the cursor displays the custom image.
5. Click on 'Open a Clone' button at the lower right side of the table view.
6. Another table view is opened but the cursor displays the default shape unless mouse hovers over the stage title, after which cursor regains its custom shape.
This issue is related to http://javafx-jira.kenai.com/browse/RT-21462 but should have higher priority than that
- duplicates
-
JDK-8087912 Custom cursor is not shown when moving between two windows
- Open