When closing colorbox on Firefox, I get an error at the javascript console:
c.call is not a function (line 4 of jquery.colorbox-min.js).
This error prevents the cbox_close event from running, thus autoplay videos don't stop after colorbox close.
When closing colorbox on Firefox, I get an error at the javascript console:
c.call is not a function (line 4 of jquery.colorbox-min.js).
This error prevents the cbox_close event from running, thus autoplay videos don't stop after colorbox close.
Comments
Comment #1
yannisc commentedI commented out line 83 of colorbox_node.module ($params['onClosed'] = 'close';) and it worked!
I don't know though what this line was supposed to do and if it has other implications. So, I suggest this issue remains open until someone fixes it properly.
Comment #2
iLLin commentedHmm, I was doing tons of testing around closing the colorbox for videos... etc. I will reverify if this was needed or not.
Comment #3
iLLin commentedWill be fixed in the next release of DEV.