JDK-8127220 : Event dispatch error when DepthTest is on.
  • Type: Bug
  • Component: javafx
  • Sub-Component: scenegraph
  • Affected Version: fx2.1.1
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2012-04-11
  • Updated: 2015-06-17
  • Resolved: 2012-04-27
Related Reports
Duplicate :  
Duplicate :  
Description
Nodes on background capture focus from nodes on foreground with DepthTest on. See example in attachment. There TextField moved forward along z-axis, but it loses focus when you click mouse on button which is on background(you can see it because of style -fx-blend-mode:multiply applyed to TextField)
Comments
This is a duplicate of RT-13740.
27-04-2012

Affected tests: SceneGraphAutomated/test/scenegraph/functional/DepthTestTest/mouseEventDeliveryTest
27-04-2012