Ticket #1469 (closed Bug: fixed)
MediaWiki+FCKeditor breaks repeated *'s, :'s, and #'s used for indenting
| Reported by: | tomthehand | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Project : MediaWiki+FCKeditor | Version: | |
| Keywords: | Confirmed | Cc: |
Description
In the following MediaWiki code, multiple colons cause the text to be indented more:
Testing
:Testing
::Testing
:::Testing
When I type the above in a MediaWiki+FCKeditor window with "WikiText" clicked, then I unclick "WikiText" to view WYSIWYG, it displays properly. However, when I click "WikiText" again, MediaWiki+FCKeditor messes up converting back to WikiText. I end up with this:
Testing
:Testing
:
:Testing
:
:
:Testing
It does this sort of thing with multiple *'s (for bulleted lists) or #'s (for numbered lists) as well. It should allow the multiple :'s, *'s, and #'s to remain on one line to allow me to indent text by multiple levels.
Change History
Note: See
TracTickets for help on using
tickets.