https://bugzilla.wikimedia.org/show_bug.cgi?id=72675

--- Comment #6 from Cacycle <cacycl...@gmail.com> ---
I have spent two days on a workaround and I am stuck. The problem seems to be
related to mw.EmbedPlayer and mw.TimedText giving loading errors, so that load
handlers such as .embedPlayer() are not executed properly. I have tested this
in the browser console, e.g with:

mw.loader.using(
['mw.MwEmbedSupport', 'mw.EmbedPlayer'],
  function() { console.log( 'OK' ); },
  function() { console.log( 'Load error' ); }
);

Any ideas?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to