Last modified: 2013-05-20 23:48:49 UTC
Created attachment 12195 [details] Screenshot in edit mode Images on pages are normally included using the "thumb" syntax: [[File:Foo.jpg|thumb|description]] In the edit mode no thumb frame is shown, see screenhots.
Hijacking this bug slightly. :-) (This will probably be solved with an upstream bug with Parsoid for a post-parser to transform, but could be done in VE instead. Either way are messy; long term answer is for Parsoid-output to be the "read" HTML too, and have skins and scripts target that structure.)
For now we are going to fix it in VE directly. Parsoid will deliver us figure tags for block images and span tags for inline images, but VE is going to render div soup for block and image wrapped in an anchor for inline (maybe with few exceptions).
This was fixed by Gerrit change #64367 which is now merged, but is 'experimental' and so will not go out for a short while. Marking as fixed within wmf5, though.