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

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,

Keyboard navigation of modal DialogBox escaping the dialog

2019-05-01 Thread gary
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, but that's my lot in life (cue violins). Problem of the day, modal DialogBoxes