According to http://benalman.com/projects/jquery-bbq-plugin/ this version is compatible with jQuery 1.3.2, 1.4.1 and 1.4.2, so we don't need to wait for the jQuery 1.4 patch to land.

Quickly tested it against overlay, which seems to work.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ben_alman’s picture

You 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).

RobLoach’s picture

Status: Needs review » Active

Definitely a must! I don't see a patch though :-( .

casey’s picture

Status: Active » Needs review
FileSize
7.5 KB

Oww I probably forgot to attach.

ben_alman’s picture

BTW, 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...

casey’s picture

FileSize
8.47 KB

Great!

RobLoach’s picture

Status: Needs review » Needs work

Probably want to update system_library()...

  // jQuery BBQ plugin.
  $libraries['jquery-bbq'] = array(
    'title' => 'jQuery BBQ',
    'website' => 'http://benalman.com/projects/jquery-bbq-plugin/',
    'version' => '1.0.2',
    'js' => array(
      'misc/jquery.ba-bbq.js',
    ),
  );
aspilicious’s picture

Status: Needs work » Needs review
FileSize
9.09 KB

Like this?

casey’s picture

Yes, can we get a RTBC?

catch’s picture

Status: Needs review » Reviewed & tested by the community

Looks fine.

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD. Thanks!

tstoeckler’s picture

Status: Fixed » Needs review
FileSize
863 bytes

Patch introduced some whitespace.
Attached patch also fixed the other whitespace issue in that file.

aspilicious’s picture

srry for that :s

aspilicious’s picture

Status: Needs review » Reviewed & tested by the community
klausi’s picture

still applies.

Dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD. Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.