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

Andreas Andreou resolved TAPESTRY-2721.
---------------------------------------

       Resolution: Cannot Reproduce
    Fix Version/s: 4.1.7
         Assignee: Andreas Andreou

I don't get any problems using the following:

<script 
src="http://ajax.googleapis.com/ajax/libs/prototype/1.6.1.0/prototype.js";></script>
<script 
src="http://ajax.googleapis.com/ajax/libs/scriptaculous/1.8.3/scriptaculous.js";></script>

> EventListener incompatible with scriptaculous
> ---------------------------------------------
>
>                 Key: TAPESTRY-2721
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2721
>             Project: Tapestry
>          Issue Type: Bug
>          Components: XHR/dhtml/Ajax
>    Affects Versions: 4.1.6
>         Environment: Windows XP / Tomcat 5.5.26 / Tapestry 4.1.6
>            Reporter: Willem van Asperen
>            Assignee: Andreas Andreou
>             Fix For: 4.1.7
>
>
> when including scriptacoulus:
> <script src="javascripts/scriptaculous/prototype.js" 
> type="text/javascript"></script>
> <script src="javascripts/scriptaculous/scriptaculous.js" 
> type="text/javascript"></script>
> the event triggered at
> <div id="tesyDiv">
> move over Beethoven
> </div>
> and in the page class:
> @EventListener(events = "mouseover", elements = "tesyDiv")
> public void doMouseOver() {
> System.out.println("called.");
> }
> generates the following error in my Firefox error console:
> Error: buildTargetProperties() Unknown target type:[object HTMLDivElement]
> Source File: 
> http://localhost:8080/kinderhulp/app?service=asset&path=%2Fdojo-0.4.3-custom-4.1.6%2Fdojo.js
> Line: 96
> and the EventListener is not called.
> Removing the scriptacoulus includes makes it work...

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