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

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from [email protected] ---
Thanks for the analysis. Parsoid produces the markup. Flow has a bug 61786 to
style that HTML better (borders and Enlarge/magnify icon).

More notes from Gergő's on this:

*  MultimediaViewerHooks::getModulesForArticle() - this checks if the image has
any articles at all. It uses $out->getFileSearchOptions(), dunno if that works
with Flow. If not, you need to add another exception like the one we have for
file pages.
*  processThumb() in mmv.bootstrap.js - this is the that selects the actual
images from the DOM.
*  MultimediaViewerHooks::thumbnailBeforeProduceHTML() adds size information to
images and createNewImage() in mmv.js reads it back. Images without size
information will still work, but having that information there makes the viewer
more performant.

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

Reply via email to