Side navigation
#3079 closed bug (duplicate)
Opened June 24, 2008 08:59AM UTC
Closed August 12, 2008 07:38PM UTC
jquery version 1.2.6 conflict with prototype
Reported by: | jozsef | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | core | Version: | 1.2.6 |
Keywords: | Cc: | jozsef | |
Blocked by: | Blocking: |
Description
I've discovered that the latest version(1.2.6) of jquery has a conflict with prototype. After using the jQuery.noConflict method the error has gone but the jquery was not working.So I replaced this version of jquery with an older one (1.2.3) and it works now (of course with jQuery.noConflict).
Attachments (0)
Change History (3)
Changed June 24, 2008 07:27PM UTC by comment:1
resolution: | → wontfix |
---|---|
status: | new → closed |
Changed August 12, 2008 07:37PM UTC by comment:2
resolution: | wontfix |
---|---|
status: | closed → reopened |
Changed August 12, 2008 07:38PM UTC by comment:3
cc: | → jozsef |
---|---|
resolution: | → duplicate |
status: | reopened → closed |
This has been taken into account in the end. Fixed at [5825].
It's not about noConflict.
jQuery 1.2.6 has some issues specifically with the effects.js module of scriptaculous.
It's not something we will change for now, as it's not a coding problem on our side. We might add a patch on 1.3 for this.
Check the google group jQuery(English), some people modified effects.js and fixed the problem.