• Stack overflow

    By Ulrich Krause 2 decades ago

    When opening a view outside of ui , I get



    Stack overflow at line : 22



    when double clicking an entry in the view. ( IE 6.0 SP1 )

    The error does not occur in Firefox.

    • By Aigars Perkons 2 decades ago

      I have FireBug instaled on my FireFox and get similar error. I suspect there is problem with tabbed pages. When click on the entry to open it the function



      function showPage(region, pid, link, title) {

      return window.parent.showPage(region, pid, link, title);

      }



      is called and there is no parent for current window.



      But as we all can see this is just early beta release of project and lot of features authors not realized yet.

      • Not able to replicate

        By Rich Waters 2 decades ago

        I'm not able to replicate that error, I don't see it with firebug installed on firefox (2.0.0.1). It also does not happen on IE, though I'm running IE 7. Is it happening when you place the code into one of your own views or just on the sample view? http://www.openntf.org/projects/domyui/domyui.nsf/players?OpenView



        Or perhaps I need to dig up some older browser versions for testing…