Announcement

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

    IE Error. Stack overflow at line 0

    I'm using Smart GWT v 2.2, and I've built an application which runs very well on Firefox, Chrome and Safari, but not on IE 6 or 7. I have not yet tried it on IE 8.

    The error I get is "Stack overflow at line 0".

    A quick Google search has revealed some others with a similar problem, and the consensus was that it could be a problem with a Javascript loop that causes too many modal views. Apparently IE has a limit of 13 or so.

    My question is, if this is the case, then what can I do to prevent modal views from displaying by default, when dataSource fetch occurs? I've tried using dataSource.setShowPrompt(false) but I'm still getting the IE error.

    Does anyone know of any other possible reason for this error? Thanks.

    #2
    Are you seeing this in IE web mode too? I believe most of the other users only experienced this in IE dev mode.

    Comment


      #3
      Thanks for replying. What is IE web mode?
      I'm seeing this in the deployed version, when I pull up the app o IE browsers.

      Comment

      Working...
      X