Hi,

I am using the jquery_update module on my Drupal Website. If I change the jQuery Version from 1.5 to 1.7 or 1.8, the remove button in the backend doesn't remove the current video (nothing happens when I click the button). The only thing I found out is that the click-Event from the remove button in brightcove.js doesn't work. I tried to add the event in other ways but without success.

I don't understand why the Browse-Button is working, videos can be changed without any problem. It's just the remove-button, that causes problems.

Here is my configuration:
Drupal 7.19
Brightcove 7.x-3.4
jQuery Update 7.x-2.3 (with jQuery 1.7 selected)

For Brightcove I installed the following patches:
http://drupal.org/node/1673884
http://drupal.org/node/1883014
http://drupal.org/node/1509052
http://drupal.org/node/1851002

Can anybody help me with this please?

Thanks,
Kathrin

Comments

jaydee1818’s picture

I'm also experiencing this issue.

k.dani’s picture

Version: 7.x-3.4 » 7.x-5.x-dev
Issue summary: View changes

Only version 5 of the module will be supported in the future, so i move the issue to this version.

k.dani’s picture

Assigned: Unassigned » k.dani
k.dani’s picture

Status: Active » Needs work

I can confirm the following:

  • Only "Remove" button doesn't work with jQuery 1.7.
  • Non of the buttons work with jQuery 1.8, but the problem seems to be different than the problem with the "Remove" button.
  • Videos in dialog window also don't work with jQuery 1.8.
ladybug_3777’s picture

I can also confirm that the remove button does not work with jQuery 1.7

partdigital’s picture

I can confirm that videos in the dialog window don't work with Jquery 1.7

k.dani’s picture

hi partdigital,

I don't think your problem is related to this issue. It could be related to #2175571: Add new video fails sometimes in brightcove_field --> browse video or #2220143: Brightcove module is not compatible with jQuery 1.8 or later versions.
If your can't find a solution to your problem in the mentioned issues, please create a new issue with a detailed description, because this bug is only related to the problem with "remove" button.

Thank you for your understanding!

k.dani’s picture

Status: Needs work » Closed (fixed)

The problem has been fixed and added to the latest dev version (Commit d049493 on 7.x-5.x).

  • Commit d049493 on 7.x-5.x by k.dani:
    Issue [#1989912] by kfu, k.dani: Fix the problem with remove button with...