Re: page completely fails to load on ie8, works on safari, firefox, chrome, ie9

2012-10-03 Thread tuxcode
Actually when I encountered the same behavior the issue was setting height to 100% on a panel. On Wednesday, October 3, 2012 12:03:59 PM UTC-4, tuxcode wrote: > > I ran into this exact issue where I was setting a cell's height to "100%". > Every other browser was fine

Re: page completely fails to load on ie8, works on safari, firefox, chrome, ie9

2012-10-03 Thread tuxcode
I ran into this exact issue where I was setting a cell's height to "100%". Every other browser was fine with it but IE. I don't know if this is your issue or not. On Tuesday, October 2, 2012 8:05:22 PM UTC-4, jones34 wrote: > > There's a good chance this is not gwt-related, but if anyone has run

Hover dialog component / code for CellTable?

2012-01-26 Thread tuxcode
Can anybody point me to a good source for a dialog triggered by a row hover? I'm thinking that I may end up using JQuery for this, but if there is already something for GWT that would be fantastic. I have approximately half a screens worth of data to display when hovering over a row. The goal is to

Re: Cross Site Requests

2011-10-06 Thread tuxcode
This might be a good start: http://kennethjorgensen.com/blog/2010/04/12/proxy-servlet-for-gwt-in-devmode/ which is based on: http://www.siafoo.net/snippet/258 I just stumbled across it myself :-). -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit"