[richfaces-issues] [JBoss JIRA] Resolved: (RF-9304) Context Menu - Java Script Error

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Tue Oct 5 08:48:40 EDT 2010


     [ https://jira.jboss.org/browse/RF-9304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski resolved RF-9304.
--------------------------------

      Assignee: Nick Belaevski
    Resolution: Incomplete Description


Please provide page/bean code and reopen the issue.

> Context Menu - Java Script Error
> --------------------------------
>
>                 Key: RF-9304
>                 URL: https://jira.jboss.org/browse/RF-9304
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-menu
>    Affects Versions: 3.3.2.SR1, 3.3.3.Final
>         Environment: Windows VISTA, NetBeans IDE, Apache Tomcat 6.0.14, IE 7, Mozilla FireFox 3.5.11
> Project: JSF 1.2 + Facelets + Tomahawk + RichFaces
>            Reporter: Adam Zak
>            Assignee: Nick Belaevski
>
> When clicking RMB on object with context menu nothing happens.
> Firebug console shows Java Script error:
> "too much recursion"
> [Break on this line]:   iterator(this[i]);},clear:function(){t...last()!=value:!array.include(value)))  (very long line)
> Line:46 at file:(3_3_3.Finalorg.ajax4jsf.javascript.PrototypeScript)
> I also had a problem with calendar component (also with Java Script), but excluding scripts by web.xml config helped.
> <context-param>
>         <param-name>org.richfaces.ExcludeScripts</param-name>
>         <param-value>Prototype,Scriptaculous</param-value>
> </context-param>
> I used:
> Prototype JavaScript framework, version 1.6.1 
> scriptaculous.js v1.8.3
> And calendar now works!
> Context menu doesn't work on original js in jar and external scripts

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list