[richfaces-issues] [JBoss JIRA] (RF-12833) richfaces.js conflicts with prototype.js
Lukáš Fryč (JIRA)
jira-events at lists.jboss.org
Mon Jun 3 09:15:56 EDT 2013
[ https://issues.jboss.org/browse/RF-12833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778852#comment-12778852 ]
Lukáš Fryč commented on RF-12833:
---------------------------------
I was wrong here, we don't use {{$}}, but rather {{RichFaces.$}} internally, so we are free to use {{$}}, which might be right approach since people often use {{$}} and we use it in other sources as well:
https://community.jboss.org/message/820953#820953
> richfaces.js conflicts with prototype.js
> ----------------------------------------
>
> Key: RF-12833
> URL: https://issues.jboss.org/browse/RF-12833
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-a4j-core
> Affects Versions: 4.3.1
> Reporter: Mark Torres
> Fix For: 5.0.0.Alpha2
>
> Attachments: RF-12833.patch
>
>
> Getting some javascript errors on richfaces.js.
> Upon inspection, it is using
> {code}
> (function(jQuery, richfaces) {
> ...
> {code}
> instead of
> {code}
> (function($, richfaces) {
> ...
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the richfaces-issues
mailing list