Re: Keyboard navigation of modal DialogBox escaping the dialog

2019-05-02 Thread gary
Great info! Yes, we use DialogBox with modal=false, and setGlassEnabled; won't be able to convert our many dialogs over to using dialog element and Elemental for this product cycle (though maybe I'll sneak in a new dialog using those to infiltrate the code), but doing the hidden beginning/end

[gwt-contrib] Re: Time to require JDK 8?

2019-05-02 Thread mihaisdm
Fully support both java 8 and Jetty update. On Thursday, April 25, 2019 at 7:31:36 PM UTC+3, t.b...@gmail.com wrote: > > Hi all, > > 3½ years ago, we announced 2.8.0-beta1 and that it now required JDK 7, and > that started quite a long discussion: >

Strange problem with casting an object to Comparable in GWT 2.8.2

2019-05-02 Thread David Nouls
I'm having a problem with Date objects in GWT 2.8.2. As part of a GUI component to create query objects for searching through our database I have this piece of code that tries to compare from/to objects (Object types are normally Date/BigDecimal/Integer/...) I have this piece of code: if

how to check version of gwt-servlet.jar

2019-05-02 Thread Priya Kolekar
Is there any way to check version of gwt-servlet.jar which comes in bundle of gwt-2.8.2.jar ? -- 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

Re: Security Vulnerability Detected in GWT Library

2019-05-02 Thread t . broyer
On Wednesday, May 1, 2019 at 8:58:03 PM UTC+2, foal wrote: > > Easly to update in upcoming releases than explain each other that it isn't > critical :) > > BTW GWT-RPC user protobuf? > The protobuf in gwt-servlet is an internal dependency for sourcemaps and streamhtmlparser (used in

Re: Keyboard navigation of modal DialogBox escaping the dialog

2019-05-02 Thread t . broyer
On Wednesday, May 1, 2019 at 8:39:37 PM UTC+2, ga...@rstudio.com wrote: > > Existing application using Gwt 2.8.2, and I'm undertaking effort to make > it accessible (keyboard, screen reader, and so forth). Always a challenge > to retrofit accessibility when it wasn't considered from the start,