when a colorbox is displayed it does not call attachBehaviors which allows other javascript code to act on the new elements added to the page.
adding the following to all colorbox calls would fix the issue
onComplete: function(element){
Drupal.attachBehaviors(element);
}
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | colorbox_attachbehaviors_ 971746.patch | 659 bytes | frjo |
Comments
Comment #1
frjo commentedThanks for reporting this problem. Please test this patch and report back here.
Comment #2
recrit commentedpatch worked great for me. thanks!
Comment #3
frjo commentedThanks, committed to 6-dev.
Comment #4
frjo commented