Closed (fixed)
Project:
Editable Fields
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
15 Jan 2009 at 20:19 UTC
Updated:
15 Feb 2021 at 23:05 UTC
Jump to comment: Most recent
Comments
Comment #1
scottrigbyConfirmed the same issue. Not sure how helpful that is by itself!
Comment #2
markfoodyburton commentedThis 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)
Comment #3
markus_petrux commentedHi,
I believe this is a Views Bulk Operations issue. Their javascript startup method uses:
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.
Comment #4
markus_petrux commented#363478: Compatibility with Drupal.attachBehaviors
Comment #5
markus_petrux commentedFYI: 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?
Comment #6
Anonymous (not verified) commentedmarkus_petrux: Confirmed. The fix in VBO 6.x-1.x-dev (January 29 2009) has resolved this issue. Thanks for your help!