|
|
|
Environment:
|
Linux
|
|
Issue Links:
|
Relates
|
|
|
|
This issue has been marked as being related by:
|
|
|
MDL-17237 Can't edit a wiki with a # (hash, number sign, pound sign) in it's name.
|
|
|
|
|
|
|
|
When I use the & sign in the description of my new wiki and I edit the main page, the name of that page crops before the & sign.
I'll explain :
when I use Projectomschrijvingen & voorbereidingen as description and I click the Edit button only Projectomschrijvingen survives. Needless to say that this does not work as expected.
|
|
Description
|
When I use the & sign in the description of my new wiki and I edit the main page, the name of that page crops before the & sign.
I'll explain :
when I use Projectomschrijvingen & voorbereidingen as description and I click the Edit button only Projectomschrijvingen survives. Needless to say that this does not work as expected. |
Show » |
|
Content Area Group #2
Not only is everthing after the # not printed, but also (and worse), the code from the HTML editor is printed after hitting "Edit", the going back to "View", we get:
Edit this page 'Content Area Group'
.
Try not to worry too much about formatting, it can always be improved later.
edit_content = new HTMLArea('edit-content'); var config = edit_content.config; function spellClickHandler(editor, buttonId) { editor._textArea.value = editor.getHTML(); var speller = new spellChecker( editor._textArea ); ---and all the rest of the html editor code
Typing something in the editor fixes the problem, but it's disconcerting.