Numeric ID value causes failure in IE11 in Windows 7

Created on 25 May 2018, almost 7 years ago
Updated 23 January 2025, 3 months ago

We recently had multiple reports of users unable to play our videos. The common feature was that each of these users was using IE11 in Windows 7. With the help of Brightcove's support team, we discovered the problem was that the ID generated in line 2 of the brightcove-field-embed.tpl.php file was generating a numeric id selector.

id="<?php print $id; ?>"

The advice from Brightcove was to ensure that the id was an alpha-numeric value. So I added a custom template file with this change:

id="bc-vid-<?php print $id; ?>"

Problem solved.

🐛 Bug report
Status

Closed: outdated

Version

6.5

Component

Code

Created by

🇦🇺Australia jaydee1818 Melbourne

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024