-
Bug
-
Resolution: Fixed
-
P3
-
7u21, 8
In my application I have a ScrollPane containing an AnchorPane as Content.
This AnchorPane has several HBoxes as children. Each contains a Canvas.
When the application runs and my mouse hovers over the ScrollPane or when I scroll, the Canvases suddenly start popping up even though they should be out of view.
Screenshot: https://dl.dropboxusercontent.com/u/51537629/images%20drawn%20outside%20of%20viewport.png
After some more testing it seems this bug only appears on Windows systems and not on Linux systems. No idea about Mac systems though.
I have created a small testcase since I can't publish more code of the application itself:
https://dl.dropboxusercontent.com/u/51537629/Drawing.java
The Java-file makes use of the following image:
https://dl.dropboxusercontent.com/u/51537629/dna.png
I have also tried using the latest jfx8 build, but the problem remains present.
This AnchorPane has several HBoxes as children. Each contains a Canvas.
When the application runs and my mouse hovers over the ScrollPane or when I scroll, the Canvases suddenly start popping up even though they should be out of view.
Screenshot: https://dl.dropboxusercontent.com/u/51537629/images%20drawn%20outside%20of%20viewport.png
After some more testing it seems this bug only appears on Windows systems and not on Linux systems. No idea about Mac systems though.
I have created a small testcase since I can't publish more code of the application itself:
https://dl.dropboxusercontent.com/u/51537629/Drawing.java
The Java-file makes use of the following image:
https://dl.dropboxusercontent.com/u/51537629/dna.png
I have also tried using the latest jfx8 build, but the problem remains present.
- duplicates
-
JDK-8123457 Canvas with animated Nodes on top has z-ordering issues
- Closed
-
JDK-8115923 ScrollPane with d3d pipeline shows objects outside of viewport
- Closed
-
JDK-8125139 Multiple, overlapping Canvas/Nodes in one pane: rendering sequence problems
- Closed
- relates to
-
JDK-8117334 Some Nodes in a Group can paint outside the clipping bounds
- Closed