Opened 15 years ago
Closed 14 years ago
#3079 closed bug (duplicate)
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).
Change History (3)
comment:1 Changed 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
comment:3 Changed 14 years ago by
Cc: | jozsef added |
---|---|
Resolution: | → duplicate |
Status: | reopened → closed |
This has been taken into account in the end. Fixed at [5825].
Note: See
TracTickets for help on using
tickets.
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.