When the BC video field is changed after upload or attach a video, there is no chance to catch it, because it is not connected to any event. I create a patch, which connects these module actions with the change event:
parent.jQuery("." + field_rel).val(data).triggerHandler('change');
In this case, the event handling on the BC video field is more reliable.

CommentFileSizeAuthor
brightcove-js-trigger.patch554 bytesk.dani

Comments

tamasd’s picture

Status: Needs review » Fixed

Merged to 7.x-3.x.

Status: Fixed » Closed (fixed)

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