Last modified: 2014-05-31 01:07:03 UTC
Steps to reproduce: 1.Open a page with VE 2.Now change the image settings to Right,Basic and Border 3.Save the page Observed Result: In the wikitext the options "Right" and "Border" are missing Test Environment: http://en.wikipedia.beta.wmflabs.org/ : Chrome Version 26.0.1410.65 & FF 25 OS: MAC OS X 10. 8. 5
Created attachment 14864 [details] Screenshot
Parsoid does the right thing with the input giving the expected output: <figure class="mw-default-size mw-halign-right mw-image-border" typeof="mw:Image" data-parsoid="{"optList":[{"ck":"thumbnail","ak":"thumb"},{"ck":"left","ak":"left"},{"ck":"caption","ak":"Foo"}],"dsr":[0,35,2,2]}"><a href="./File:Example.png" data-parsoid="{"a":{"href":"./File:Example.png"},"dsr":[2,null,null,null]}"><img resource="./File:Example.png" src="//upload.wikimedia.org/wikipedia/en/thumb/7/70/Example.png/220px-Example.png" height="238" width="220" data-parsoid="{"a":{"resource":"./File:Example.png","height":"238","width":"220"},"sa":{"resource":"File:Example.png"}}"></a><figcaption data-parsoid="{"dsr":[null,33,null,null]}">Foo</figcaption></figure> -> [[File:Example.png|Foo|right|border]]
CE responds correctly to the type and alignment shifts, and yet something seems to goes awry in the DM. I'm checking into the issue.
So, this is still happening.In addition to that, for all Right aligned Images regardless of its type the alignment options gets missing from the wikitext
Skipping right (and just using default) is OK for thumb and frame (but not frameless or basic).
Verified the fix in Betalabs
Verified the fix in test2