On Mon, Mar 28, 2011 at 7:41 AM, Greg Dougherty
<[email protected]>wrote:

> So, I have a quirks mode web app using GWT 2.1.2.  It runs just fine
> under Firefox, Sea Monkey (Mozilla derivative), and even Safari (on my
> iPhone).  On IE, however, it pops up the password dialog box, accepts
> a user id and password, then gives a completely blank screen.  On
> errors on the server side.
>
> How do I go about debugging this sort of problem?
>

A few ideas:

   - Install firebug-lite
   - Use development mode to step through your code after the login process
   completes.
   - Are you using Gin? If so, create a mock login authentication module to
   save yourself that step
   - Which version of IE? Six? Good luck.
   - JSNI code? I'd start there.
   - Custom attribute settings? element.setAttribute... Review those.
   - GWT.log or logger is your friend

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to