Drupal 6.9 with Views 6.x-2.2 and Views Bulk Operations 6.x-1.3

If Views Bulk Operations is an active module, editablefields in a view do not show as editable. Even if I have no views that use Bulk Operations settings, the page loads as if editablefields is not installed.

Firebug gives this error on the console: "Drupal.vbo is undefined"

My apologies if I haven't provided enough or the correct info. I'll be happy to give more info on request. Thanks!

Comments

scottrigby’s picture

Confirmed the same issue. Not sure how helpful that is by itself!

markfoodyburton’s picture

This may be an ajax_load issue?
I guess (I've never used it) VBO pulls a load of .js in - and it seems some of it isn't being pulled in when it's needed?

(Just a total guess)

markus_petrux’s picture

Hi,

I believe this is a Views Bulk Operations issue. Their javascript startup method uses:

if (Drupal.jsEnabled) {
  jQuery(document).ready(function() {
    ...
  })
}

And it works when page loads, however it is not compatible with Drupal behaviors mechanism (see misc/textarea.js for an example), which is needed with ahah.

markus_petrux’s picture

markus_petrux’s picture

FYI: VBO has been fixed to offer compatibility with Drupal.attachBehaviors. Maybe someone here can try it and provide some feedback on that issue to confirm or not if the problem was resolved?

Anonymous’s picture

Status: Active » Fixed

markus_petrux: Confirmed. The fix in VBO 6.x-1.x-dev (January 29 2009) has resolved this issue. Thanks for your help!

Status: Fixed » Closed (fixed)

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