Re: CustomButton implementation leads to incorrect handling of PushButton by screen readers

2016-12-13 Thread Julio Feferman
Thanks for pointing out. I'll make the change specific for PushButton and follow your indications. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-tool

Re: CustomButton implementation leads to incorrect handling of PushButton by screen readers

2016-12-13 Thread Thomas Broyer
Thank you for the patch but could you follow the submission guidelines at http://www.gwtproject.org/makinggwtbetter.html ? Also, you're changing the behavior for *all but* ToggleButton, while the conservative approach would be to change it only for PushButton. BTW, you may want to consider filin

Re: CustomButton implementation leads to incorrect handling of PushButton by screen readers

2016-12-13 Thread Julio Feferman
On Tuesday, December 13, 2016 at 7:50:43 AM UTC-2, Thomas Broyer wrote: > > > > On Tuesday, December 13, 2016 at 8:14:50 AM UTC+1, Julio Feferman wrote: >> >> I am instrumenting an application for best possible support for assistive >> technologies (ATs) such as screen readers, using GWT's ARIA

Re: Windows 10 compatibility

2016-12-13 Thread Thomas Broyer
On Tuesday, December 13, 2016 at 1:29:53 PM UTC+1, Kirill Prazdnikov wrote: > > Are there any plans to remove legacy dev-mode ? No precise plan yet, but it *will* happen. We've started making changes to the Java Runtime Emulation that are not compatible with devmode (namely an optimization for

Re: Windows 10 compatibility

2016-12-13 Thread Kirill Prazdnikov
Are there any plans to remove legacy dev-mode ? -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this gro

Re: Windows 10 compatibility

2016-12-13 Thread Thomas Broyer
On Tuesday, December 13, 2016 at 11:24:27 AM UTC+1, Mounika Avala wrote: > > Hello, > > Here I am writing this email to you to know the information about this > application Google Web Toolkit Developer Plugin for IE 1.0.7263.0.we would > like to know whether is application is supported on wind

Windows 10 compatibility

2016-12-13 Thread Mounika Avala
Hello, Here I am writing this email to you to know the information about this application Google Web Toolkit Developer Plugin for IE 1.0.7263.0.we would like to know whether is application is supported on windows 10 operating system or not. -- You received this message because you are subs

Re: CustomButton implementation leads to incorrect handling of PushButton by screen readers

2016-12-13 Thread Thomas Broyer
On Tuesday, December 13, 2016 at 8:14:50 AM UTC+1, Julio Feferman wrote: > > I am instrumenting an application for best possible support for assistive > technologies (ATs) such as screen readers, using GWT's ARIA implementation. > I see that the CustomButton widget setEnabled() method sets the