Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Ie8 Error

    Hi,

    An application that works correctly in Chrome doesn't work in IE8.
    In the developer console I get several WARNS like this:

    Log:New Class ID: 'Window' collides with ID of existing object with value '[object Window]'. Existing object will be replaced.
    This conflict would be avoided by disabling ISC Simple Names mode. See documentation for further information.

    The problem is that I've searched the forums and the documentation and I can't find information about ISC Simple NAmes. What is it? and how can I disable it?

    Cheers,

    I Used SMARTGWT 2.3 from trunk
    And GWT 2.1

    #2
    I'm also interested in it. How to disable this simple names mode?

    Also searched Google, but found only some source code which outputs this log...

    Comment


      #3
      Discussed here, however, you'd have to be manually loading SmartClient to get into Simple Names mode (SmartGWT turns it off by default).

      You also would not see an error like this unless you were loading some third party JavaScript that was establishing extra global variables (like window.Window).

      Comment

      Working...
      X