Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
javascript
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Feb 2010 at 19:19 UTC
Updated:
9 Jun 2010 at 12:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
ben_alman commentedYou should definitely upgrade jQuery BBQ to the latest version, because the version you're currently using is probably not compatible with jQuery 1.4.2+ due to a jQuery events API change after 1.4.1.
The latest version of jQuery BBQ is both backwards- and forwards- compatible, so it will work with 1.3.2+.
Also, when you do update to jQuery 1.4, upgrade to *at least* 1.4.2, because 1.4 and 1.4.1 had some serious issues (1.4.3, which isn't out yet, will fix a few 1.4.2 issues as well).
Comment #2
robloachDefinitely a must! I don't see a patch though :-( .
Comment #3
casey commentedOww I probably forgot to attach.
Comment #4
ben_alman commentedBTW, jQuery BBQ now has built-in support for not escaping certain characters in fragments, which you guys might find useful since you have custom code written on top of BBQ that does just that.
http://benalman.com/code/projects/jquery-bbq/docs/files/jquery-ba-bbq-js...
Comment #5
casey commentedGreat!
Comment #6
robloachProbably want to update system_library()...
Comment #7
aspilicious commentedLike this?
Comment #8
casey commentedYes, can we get a RTBC?
Comment #9
catchLooks fine.
Comment #10
webchickCommitted to HEAD. Thanks!
Comment #11
tstoecklerPatch introduced some whitespace.
Attached patch also fixed the other whitespace issue in that file.
Comment #12
aspilicious commentedsrry for that :s
Comment #13
aspilicious commentedComment #14
klausistill applies.
Comment #15
dries commentedCommitted to CVS HEAD. Thanks.