Re: GWT on IPod Touch - Page Rendering Hangs

2009-08-27 Thread Tim Martens
rocessing. > So hopefully everything is idle at this time, so maybe no race > condition can happen? > > Mike. > > On Aug 27, 7:44 am, Tim Martens wrote: > > > It boils down to a race condition between the content being updated > > and keystrokes in the TextBox.  If the

Re: GWT on IPod Touch - Page Rendering Hangs

2009-08-27 Thread Tim Martens
On Aug 27, 3:55 pm, Thomas Broyer wrote: > On 27 août, 19:44, Tim Martens wrote: > > > It boils down to a race condition between the content being updated > > and keystrokes in the TextBox.  If they happen at the same time, > > rendering freezes.  The only way I can pre

Re: GWT on IPod Touch - Page Rendering Hangs

2009-08-27 Thread Tim Martens
solution. This is a show stopper for us using GWT on the IPod Touch/IPhone. On Aug 25, 11:27 am, Tim Martens wrote: > I'm working on a small GWT web app to run on my IPod Touch (version: > 2.2.1 (5H11)).  The problem is that rendering of the page hangs when I > type into a TextBo

Re: GWT on IPod Touch - Page Rendering Hangs

2009-08-27 Thread Tim Martens
On Aug 26, 6:16 am, Thomas Broyer wrote: > On 25 août, 20:27, Tim Martens wrote: > > > > > I'm working on a small GWT web app to run on my IPod Touch (version: > > 2.2.1 (5H11)).  The problem is that rendering of the page hangs when I > > type into a TextBox

GWT on IPod Touch - Page Rendering Hangs

2009-08-25 Thread Tim Martens
I'm working on a small GWT web app to run on my IPod Touch (version: 2.2.1 (5H11)). The problem is that rendering of the page hangs when I type into a TextBox and update a Label at the same time. Below is some sample code that reproduces the issue: public class IPodKillTest extends VerticalPane