hg: openjfx/8u-dev/rt: 2 new changesets

felipe.heidrich at oracle.com felipe.heidrich at oracle.com
Mon Jul 14 23:18:38 UTC 2014


Changeset: 87c8bb33d62d
Author:    Felipe Heidrich <felipe.heidrich at oracle.com>
Date:      2014-07-14 15:34 -0700
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/87c8bb33d62d

[Accessibility] remove select action from TableRow. For TableView the selection is (item|cell)-based (not row)

! modules/controls/src/main/java/javafx/scene/control/TableRow.java

Changeset: 23c8c65acd1c
Author:    Felipe Heidrich <felipe.heidrich at oracle.com>
Date:      2014-07-14 16:15 -0700
URL:       http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/23c8c65acd1c

[Accessibility] Handle SCROLL_TO_INDEX in the skin so that it is possible to avoid scrolling when the cell is already visible (note the ListView had been fixed previously, this change is extending the same pattern to Table, Tree, TreeTable)

! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TableViewSkinBase.java
! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/TreeViewSkin.java
! modules/controls/src/main/java/javafx/scene/control/TableView.java
! modules/controls/src/main/java/javafx/scene/control/TreeTableView.java
! modules/controls/src/main/java/javafx/scene/control/TreeView.java



More information about the openjfx-dev mailing list