Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Won't Fix
-
Affects Version/s: 1.5.1
-
Fix Version/s: None
-
Component/s: Wiki (1.x)
-
Labels:None
-
Environment:Linux
-
Database:MySQL
-
Affected Branches:MOODLE_15_STABLE
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.
Issue Links
| 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. |
|
|
|
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.
- also breaks things badly in 1.5.4, when a wiki page has a title:
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