<Swing Dev> [14] RFR : JDK-4949105 : Access Bridge lacks html tags parsing
Pankaj Bansal
pankaj.b.bansal at oracle.com
Tue Oct 1 10:50:17 UTC 2019
Hi Ambarish,
The changes look fine to me.
The characters in one line are going beyond 80. Please rectify that.
Regards,
Pankaj
From: Ambarish Rapte
Sent: Tuesday, September 24, 2019 10:16 PM
To: swing-dev at openjdk.java.net
Subject: <Swing Dev> [14] RFR : JDK-4949105 : Access Bridge lacks html tags parsing
Hi All,
Please review this accessibility fix,
JBS: https://bugs.openjdk.java.net/browse/JDK-4949105
Webrev: http://cr.openjdk.java.net/~arapte/a11y/4949105/webrev.00/
Issue:
When a Swing component is created with html text. The same html text is shared as AccessibleName with screen reader application.
If screen reader fails to parse the html string correctly, then it may read the text different from the text displayed for the component.
Fix:
The same parsed html string for the component should be shared to screen reader as AccessibleName.
No existing Swing component tests fail due to this change.
Regards,
Ambarish
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/swing-dev/attachments/20191001/121a5a76/attachment.html>
More information about the swing-dev
mailing list