Opened 16 years ago
Closed 16 years ago
#2808 closed Bug (fixed)
| changed to | in a table
Reported by: | Andreas | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Project : MediaWiki+FCKeditor | Version: | |
Keywords: | Confirmed | Cc: |
Description
Good evening!
I was typing the following line into the cell of a table:
[[Media:test.pdf|test]]
When saved this should look like this:
test
However, it stays [[Media:test.pdf|test]] because FCKeditor changed the line to [[Media:test.pdf|test]] (only in a table).
Thanks! az
Change History (6)
comment:1 Changed 16 years ago by
Keywords: | Pending WorksForMe added |
---|
comment:2 Changed 16 years ago by
Create a table like that:
{| width="100%" cellspacing="0" cellpadding="4" border="2" style="border: 1px solid rgb(170, 170, 170); margin-top: 1em; margin-bottom: 1em; border-collapse: collapse;" class="wikitable sortable"
! Name1 ! Name2 ! Name3 ! class="unsortable" | Name4 ! class="unsortable" | Name5
| 1 | 2 | 3 | 4 | 5 |}
Change to FCKeditor. Replace e.g. 2 with [[Media:test.pdf|test]]
Change to Wikitext and back again.
[[Media:test.pdf|test]] is changed to [[Media:test.pdf|test]]
FF3 Mediawiki 13.3 fckeditor/mw-extension
comment:3 follow-up: 4 Changed 16 years ago by
Could you try it in sabdbox? http://mediawiki.fckeditor.net/index.php?title=Sandbox&action=edit
comment:4 Changed 16 years ago by
I put a table in the sandbox. Again the | has been changed to |
comment:5 Changed 16 years ago by
Keywords: | Confirmed added; Pending WorksForMe removed |
---|
Confirmed, to reproduce, just follow these steps:
- Create table in wikiText mode:
{| width="100%" cellspacing="0" cellpadding="4" border="2" style="border: 1px solid rgb(170, 170, 170); margin-top: 1em; margin-bottom: 1em; border- collapse: collapse;" class="wikitable sortable" |- style="background-color: lightblue;" ! Name1 ! Name2 ! Name3 ! class="unsortable" | Name4 ! class="unsortable" | Name5 |- | 1 | 2 | 3 | 4 | 5 |}
- Switch to WYSIWYG mode
- Paste
[[Media:test.pdf|test]]
in any cell (do not do this in WikiText mode, but in the WYSIWYG mode)
- Switch to WikiText and back again
[[Media:test.pdf|test]]
is changed into[[Media:test.pdf|test]]
- If you paste the same text in WYSIWYG mode, but outside the table, the pipe will not be converted to entity.
I was unable to reproduce this bug. (FF3, MediaWiki1.13, FCKeditor 2.6.3)
Result:
Could you provide more information?