Validation occasionally triggers Stack Overflow Javascript Error in IE
----------------------------------------------------------------------

                 Key: TAPESTRY-2424
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2424
             Project: Tapestry
          Issue Type: Bug
          Components: JavaScript
    Affects Versions: 5.0.12
         Environment: IE Web Browser (6 or 7)
            Reporter: Andrew Fortier
            Priority: Minor


In IE 6 or 7, form validation can trigger a Stack Overflow error in the browser.

This issues appears to be caused by the isDeepVisible method call. Refactoring 
this code so that isDeepVisible is a function which takes an element as an 
argument, as opposed to adding the method to the Element object, should resolve 
the problem.

IE has known compatibility issues with recursive calls to methods added to an 
object. 

The problem is most prevelent when validating components which are nested in 
several divs.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to