Changeset: d84c5a80da51 Author: Felipe Heidrich <felipe.heidr...@oracle.com> Date: 2014-04-08 15:35 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/d84c5a80da51
[Accessibility] this was caused RT-36570. The problem is that we copied accGetAttribute from Label (where accGetAttribute public) and pasted in LabeledSkinBase (where the accGetAttribute hierarchy is protected). That problem in the subclass TableRowColumn it could not restricted back to protected once LabeledSkinBase said public. ! modules/controls/src/main/java/com/sun/javafx/scene/control/skin/LabeledSkinBase.java