hg: openjfx/8u-dev/rt: [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.

hang.vo at oracle.com hang.vo at oracle.com
Tue Apr 8 22:48:06 UTC 2014


Changeset: d84c5a80da51
Author:    Felipe Heidrich <felipe.heidrich at 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



More information about the openjfx-dev mailing list