Re: Security Vulnerability Detected in GWT Library

2019-05-01 Thread foal
Easly to update in upcoming releases than explain each other that it isn't critical :) BTW GWT-RPC user protobuf? Thought about replacing REST with Protobuf but did not find ready to use solution (Java <-> GWT with APT generators). Stas. On Wednesday, April 10, 2019 at 10:28:23 AM UTC+2, luca

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 d

Re: Different colspan

2019-05-01 Thread Craig Mitchell
GWT isn't doing anything tricky here. If you look at the GWT code, you can see all it is doing is setting the colspan property on the table cell. https://www.w3schools.com/tags/att_td_colspan.asp -- You received this message because you are subscribed to the Google Groups "GWT Users" group.