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

           Summary: pre formatted text is mal-aligned
           Product: MediaWiki
           Version: unspecified
          Platform: All
               URL: http://de.wikipedia.org/w/index.php?title=SCART&stable=1
                    #Beschaltung
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: Page rendering
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


pre-formatted text shows incorrect spacing.

The wiki code is entered as

   1  -----------. ,----------- 1   Audio Out r
                  X
   2  -----------´ `----------- 2   Audio In r

(ASCII art)

The preview does html format it as
<pre>
  1  -----------. ,----------- 1   Audio Out r
                 X
  2  -----------´ `----------- 2   Audio In r
</pre>
... which is ok.

The final result is shown as
<pre>
  1 -----------. ,----------- 1   Audio Out r
                 X
  2 -----------´ `----------- 2   Audio In r
</pre>

... which is mal aligned.

Even worse is code some lines below in the article:

 17  -+---------. ,------+---- 17  FBAS Masse
      |          X       |
 18  -)-+-------´ `------)-+-- 18  FBAS Masse
 19  -O-)-------. ,------O-)-- 19  FBAS Video Out
        |        X         |
 20  ---O-------´ `--------O-- 20  FBAS Video In

becomes total garbage:
 17 -+---------. ,------+---- 17 FBAS Masse
      | X       |
 18 -)-+-------´ `------)-+-- 18 FBAS Masse
 19 -O-)-------. ,------O-)-- 19 FBAS Video Out
        | X         |
 20 ---O-------´ `--------O-- 20 FBAS Video In


The problem could be fixed by adding <pre> </pre> manually, while this had not
been necessary before


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to