https://bugzilla.wikimedia.org/show_bug.cgi?id=61769
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Low |Normal CC| |[email protected], | |[email protected] Summary|Flow: fullsize videos don't |Flow: Parsoid HTML for |work in posts |videos doesn't work --- Comment #1 from [email protected] --- This is partly the same as bug 61786 (the image HTML generated by Parsoid is different from PHP parser output), but there are additional problems for video links. For both [[File:Sequence-Test.ogv]] and [[ File:Sequence-Test.ogv|thumb]] in a Flow post, the links to the video are an invalid <a href="./File:Sequence-Test.ogv">. The HTML doesn't include a <video> tag, just an <img> tag. The full-size video uses the original .ogv file as the src of the nested image tag, which obviously doesn't work, while the thumb video correctly uses the Sequence-Test.ogv.jpg thumbnail. Furthermore, the resulting HTML doesn't seem to trigger the MwEmbedSupport/TimedMediaHandler RL modules that add player controls and such to the video. Maybe those look for <div class="mediaContainer"> or the <video> tag. O VisualEditor team, do you have CSS and JS that make Parsoid video HTML work? :) -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
