I've found what I think is an incompatibility with Facebook-style statuses when a colorbox is opened on a user's profile page and Facebook-style statuses is enabled.
I'm not sure what should be passed into it, but passing a string into Drupal.attachBehaviors() as the context parameter on line 13 of colorbox.js seems to be what's causing Facebook-style statuses to flip out. It seems Facebook-style Statuses is expecting a jQuery object. I've attached a screenshot to better illustrate what's happening.
I'd create a patch, but I'm not sure which module is really at fault here and the documentation on what context should be is lacking. :/
Should colorbox be passing a jQuery object into Drupal.attachBehaviors() ?
| Comment | File | Size | Author |
|---|---|---|---|
| colorbox_facebook_status.png | 95.53 KB | liam mcdermott |
Comments
Comment #1
Anonymous (not verified) commentedI can confirm this issue. I had to disable fbss to make colorbox work with the Get Direction form. But there's no problem with a gallery in colorbox + fbss
Could you share the patch please ?
Thank you.
Comment #2
frjo commented