Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#1469 closed Bug (fixed)

MediaWiki+FCKeditor breaks repeated *'s, :'s, and #'s used for indenting

Reported by: Tom Lamano 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 (4)

comment:1 Changed 16 years ago by Stephen R

We're experiencing this error as well (For #s). If we have a list of #'d items, saving with FCKeditor will destroy continuity and add carriage returns and ":" in between the original functioning wikitext code. The result basically being that instead of a list (1... 2... 3... 4...), we have (1... 1... 1... 1...).

Annoying -- we have to disable FCKeditor manually in LocalSettings to fix this. Another call for a way to disable it in the code while this application is still under development!

comment:2 Changed 16 years ago by Wojciech Olchawa

Keywords: Confirmed added

Confirmed both on IE and FF2. It is partially similar to #1100

comment:3 Changed 16 years ago by Wiktor Walc

Resolution: fixed
Status: newclosed

Fixed with [1861].

comment:4 Changed 16 years ago by Wiktor Walc

Plese post all problems with lists in ticket #1003.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy