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.17, 5.0.16, 5.0.15, 5.0.18
Reporter: Nicolas Charles
Priority: Minor
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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]