[ 
https://issues.apache.org/jira/browse/TAPESTRY-2424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Howard M. Lewis Ship closed TAPESTRY-2424.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0.12

Hard to tell if this is really fixed, but the code was changed as advised, and 
the example application no longer seems to manifest the problem.

> 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
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.0.12
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> 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