Re: GWT 2.5.1 SplitLayoutPanel draggers and touch screen devices

2018-04-04 Thread Jim Douglas
FWIW, here's my hacked version of SplitLayoutPanel , which does work in iOS Mobile Safari. You can see it running here: https://poweredbybbj.com/apps/sc-fontchooser On Wednesday, April 4, 2018 at

GWT 2.5.1 SplitLayoutPanel draggers and touch screen devices

2018-04-04 Thread Whitfield
Does anyone know if the draggers for the SplitLayoutPanel can be moved when using a touch screen device such as an iPad or chromebook? I've discovered in the application I'm working on that the draggers won't move if you try using your finger on a touch screen; other actions like clicking a

Why doesn't my call to TableSectionElement.setInnerSafeHtml() get rendered to the DOM?

2018-04-04 Thread Matthew McLarty
I have a legacy application that uses UIBinder to render the UI. I am trying to spit out records into a standard element. In my view.ui.xml file, I have a table with my semantic element setup and a element with the appropriate ui:field. Customer #

Re: Submit POST data with no callback

2018-04-04 Thread Matthew McLarty
Sorry it's taken me awhile to respond. I wanted to say thank you because this was the exact information I needed. Very much appreciated :) On Friday, March 23, 2018 at 6:01:07 PM UTC-4, Slava Pankov wrote: > > For redirect you need: form.getElement(). > cast().setTarget(""); > > On Thursday,

Re: [gwt-contrib] Re: Java10 support

2018-04-04 Thread 'Roberto Lublinerman' via GWT Contributors
On Wed, Apr 4, 2018 at 12:36 AM Alexander Leshkin < alexander.lesh...@gmail.com> wrote: But for non-denotable types GWT compiler breaks with assertion. E.g. it > breaks for anonymous local class: > var tuple = new Object(){ int first, second; }; > > It's because type binding for this declaration

Re: [gwt-contrib] Re: Java10 support

2018-04-04 Thread Alexander Leshkin
> > > >> >>> Overall, I think most importantly the work shouldn't really be about >>> Java 10 per se, but rather preparation for Java 11 (the next LTS release) >>> in 6 months and the EOL of Java 8 in 9 months or so. In other words, I, for >>> one, don't really care whether GWT supports