You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "David Rees (JIRA)" <ji...@apache.org> on 2009/01/29 02:47:03 UTC

[jira] Commented: (TAP5-416) Javascript error with IE and Window Prototype

    [ https://issues.apache.org/jira/browse/TAP5-416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12668278#action_12668278 ] 

David Rees commented on TAP5-416:
---------------------------------

I'm affected by this bug in Prototype 1.6.0.3 which is shipped in Tapestry 5.0.18.

Until 5.1.0.0 is shipped, what's the suggested workaround for this issue?


> 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.