Page MenuHomePhabricator

Different rendering of a list related to transclude when preview/old rev/rendering a page
Closed, DeclinedPublic

Description

Author: michael.frey

Description:
The bug is strange and I can't the structure of its appear, so I can only explain the symptom and how to reproduce:

Correct Rendering:
http://de.wikiversity.org/w/index.php?title=Benutzer:MichaelFrey/Spielwiese&oldid=91644 (revision 91644)
http://de.wikiversity.org/w/index.php?title=Benutzer:MichaelFrey/Spielwiese&action=submit (revision 91644 in preview)

Wrong:
http://de.wikiversity.org/w/index.php?title=Benutzer:MichaelFrey/Spielwiese&direction=prev&oldid=91644 (revision 91643)
http://de.wikiversity.org/wiki/Benutzer:MichaelFrey/Spielwiese (current Revision)
http://de.wikiversity.org/w/index.php?title=Benutzer:MichaelFrey/Spielwiese&oldid=91645 (current Revision but opened in Hystorie)
http://de.wikiversity.org/w/index.php?title=Benutzer:MichaelFrey/Spielwiese&action=edit (preview of the current revision)
http://de.wikiversity.org/w/index.php?title=Benutzer:MichaelFrey/Spielwiese&action=edit&oldid=91643 (revision 91643 in preview)

It could easily happen an other truth table, as editor of the page got an other rendering as as an other use. But that issue is more local/server chache related, because as I as editor reloaded the page I've got the same rendering as as an other user, and not really part of that bug.

Browser:
Firefox 2.0.0.14 and IE7, but there is a differnce in the HTML source, so it's an issue indeppending of the browser.


Version: 1.12.x
Severity: enhancement
Whiteboard: aklapper-moreinfo
URL: http://de.wikiversity.org/wiki/Benutzer:MichaelFrey/Spielwiese

Details

Reference
bz13787

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 21 2014, 10:08 PM
bzimport added a project: MediaWiki-Parser.
bzimport set Reference to bz13787.
bzimport added a subscriber: Unknown Object (MLST).

Hi Michael! Sorry that nobody has taken a look at this report yet and given feedback.

What is the actual aspect here? "Rendering" can mean a lot...

<big>{{/Test}}</big>
<small>{{/Test}}</small>

That <big> and <small> is not directly obvious in the HTML rendering?

<p><big>Count not correct in FF 2.0:</big></p>
<ol>
<li><big>One</big></li>
<li><big>Two</big></li>
<li><big>Three</big></li>
<li><big>Four</big></li>
<li><big>Five</big></li>
<li><big>Six</big></li>
</ol>
<p><small>Count not correct in FF 2.0:</small></p>
<ol>
<li><small>One</small></li>
<li><small>Two</small></li>
<li><small>Three</small></li>
<li><small>Four</small></li>
<li><small>Five</small></li>
<li><small>Six</small></li>
</ol>

Michael: Could you answer comment 1, please?

Unfortunately closing this report as no further information has been provided.

Michael: Please feel free to reopen this report if you can provide the information asked for in comment 1 and if this still happens. Thanks!