hg: openjfx/8/graphics/rt: RT-25174: Region doesn't play nice with mouse bounds picking in certain circumstances
hang.vo at oracle.com
hang.vo at oracle.com
Thu Jan 17 12:04:57 PST 2013
Changeset: 67b04f8271fb
Author: Richard Bair <richard.bair at oracle.com>
Date: 2013-01-17 11:59 -0800
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/67b04f8271fb
RT-25174: Region doesn't play nice with mouse bounds picking in certain circumstances
Summary: Partial fix. This addresses the Region side of the problem by implementing pick semantics consistent with a rounded rectangle. The rest of the fix will require a change in the VirtualFlow to handle the problem of which rows are above/beneath the others.
! javafx-ui-common/src/javafx/scene/layout/Region.java
+ javafx-ui-common/test/unit/javafx/scene/layout/RegionPickTest.java
More information about the openjfx-dev
mailing list