-
Bug
-
Resolution: Not an Issue
-
P3
-
None
-
8u31
JAVWS unable to read few parts of the page. Issue was observed JDK 1.8 and JAWS 2018/JAVWS2019.
Enabled Access Bridge using
https://docs.oracle.com/javase/8/docs/technotes/guides/access/enable_and_test.html and issue was observed.
Build the following UI:
Case a):
Row 0: JLabel + JTextField
Row 1: JLabel only
Outcome: Only the components on Row 0 are read by JAWS
Case b)
Row 0: JLabel linked to JTextField
Row 1: JLabel and JTextField (NOTE: JLabel is NOT linked to JTextField)
Outcome: Now all the labels are read successfully by JAWS.
Enabled Access Bridge using
https://docs.oracle.com/javase/8/docs/technotes/guides/access/enable_and_test.html and issue was observed.
Build the following UI:
Case a):
Row 0: JLabel + JTextField
Row 1: JLabel only
Outcome: Only the components on Row 0 are read by JAWS
Case b)
Row 0: JLabel linked to JTextField
Row 1: JLabel and JTextField (NOTE: JLabel is NOT linked to JTextField)
Outcome: Now all the labels are read successfully by JAWS.