#2252 - WYSIWYG glitching out again

  • By
  • Added
  • 3 views
Identifier #2252
Issue type Minor issue (breaks specific functionality)
Title WYSIWYG glitching out again
Status Completed
Handling member Chris Graham
Addon core
Description I'm re-opening this issue in another tracker because I can't find the old one. But I've found a case where the WYSIWYG editor is completely trashing the comcode tags when you go to edit a comcode page. The page itself is normal and functions properly, but WYSIWYG is not parsing the comcode correctly when you go to edit the page, thereby messing up the page.

https://lovinity.org/staff is the page. And I've been able to reproduce it several times. Inspect Element shows nothing in terms of problems with WYSIWYG.

Also had an issue where the editor won't let you put a comcode tag within a comcode tag. If you try, it sticks the tag after the end of the previous tag. For example, if I want:

<tabs>
<box>
</box>
</tabs>

even though my cursor is inside the tabs, it will still stick the box outside the tabs, like this:

<tabs>
</tabs>
<box>
</box>
Steps to reproduce

Funded? No
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".

Rating

Unrated