Re: Box.Filler focusability

2019-10-01 Thread Sergey Bylokhov
Hi, Alan. I do not see a reason why it should be focusable by default, but not sure we can change it. It will be necessary to check the history of the related code. I suggest to create a new bug to track it. On 8/13/19 7:12 am, Alan Snyder wrote: I ask only because I don’t want to file a bug

Re: [14] RFR : JDK-4949105 : Access Bridge lacks html tags parsing

2019-10-01 Thread Sergey Bylokhov
Hi, Ambarish. Can you please check how it works on macOS when VoiceOver is ON. On 9/24/19 9:45 am, Ambarish Rapte wrote: 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/ Iss

Re: RFR: 6215277 Typo in sun.java.accessibility.util package API documentation

2019-10-01 Thread Sergey Bylokhov
Hi, Andrey. I suggest to separate the changes to the JavaDoc/imports from the actual code changes: -if ((l!=null) && (l instanceof Serializable)) { +if ((l instanceof Serializable)) { On 7/25/19 12:16 pm, Andrey Turbanov wrote: Hello. I would like to contribute a small

Re: [14] RFR : JDK-4949105 : Access Bridge lacks html tags parsing

2019-10-01 Thread Pankaj Bansal
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@openjdk.java.net Subject: [14] RFR : JDK-4949105 : Access Bridge lacks html