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

--- Comment #8 from Cacycle <cacycl...@gmail.com> ---
Thanks Michael! Unfortunately, because of the problem described in comment 6,
embedPlayer does not work, because mw.EmbedPlayer and mw.TimedText are in the
dependencySet but give load errors, so that the actual mw.processEmbedPlayers
will never be executed.

// Do the request and process the playerElements with updated dependency set
mw.loader.using( dependencySet, function() {
    // Setup the enhanced language:
    mw.processEmbedPlayers( playerSet, readyCallback );
}, function( e ) {
    throw new Error( 'Error loading EmbedPlayer dependency set: ' + e.message
);
} );

I am testing on en.wikipedia on a "Show changes" edit page with an embedded
video (so that the media player is not loaded with the page) and wikEd local
preview using the Firefox console.

-- 
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