Hi all, long time listener, first time caller.

My GWT app seems to have suddenly lost the ability to load in IE8
Standards mode. It seems as though a "Object does not support that
property or method" is thrown in my nocache.js's catch block,
immediately after the unflattenKeylistIntoAnswers calls. Because of
this exception (and the catch block's return statement) the nocache.js
load script never gets written, and my page just sits there. I've been
able to reproduce this with GWT 1.7 and 2.0 trunk. IE7 works fine, as
does IE8's quirks mode, but IE8's standards mode fails to load, every
time.


Offending code:
  providers[$intern_34] = function(){
    if (document.querySelectorAll && /native/.test
(document.querySelectorAll.toString())) {
      return $intern_35;
    }
    return $intern_36;
  }

Exception:
  document.querySelectorAll does not support the toString method

Any guidance or ideas for resolving this? Thanks in advance,

Kyle

--~--~---------~--~----~------------~-------~--~----~
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