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

Howard M. Lewis Ship closed TAP5-416.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.1.0.0
         Assignee: Howard M. Lewis Ship

> Javascript error with IE and Window Prototype
> ---------------------------------------------
>
>                 Key: TAP5-416
>                 URL: https://issues.apache.org/jira/browse/TAP5-416
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.0.15, 5.0.16, 5.0.17, 5.0.18
>            Reporter: Nicolas Charles
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.1.0.0
>
>
> When using the Window Prototype js component (for instance from ChenilleKit) 
> with IE, there is a javascript error when opening the window : "Style is null 
> or isn't an object"
> Modifying the meethod getOffsetParent in prototype.js, l 2089, and replace
> while ((element = element.parentNode) && element != document.body )
> with
> while ((element = element.parentNode) && element != document.body && element 
> != document)
> solves the issue. I know this is a Prototype issue, but since Tapestry 5 is 
> due to be released, i think it ought to be dealt with.

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

Reply via email to