Kunena / Kunena-Forum

Kunena Forum - Forum / Bulletin Board / Discussions component for Joomla - This is the 6.x/5.x main development branch. Please do not open issues regarding earlier versions of Kunena
https://www.kunena.org
GNU General Public License v3.0
1.75k stars 812 forks source link

SCEditor: The option for codes splits all codes #8541

Closed rich20 closed 8 months ago

rich20 commented 2 years ago

https://github.com/Kunena/Kunena-Forum/issues/8532 To Reproduce

  1. Click on code symbol and add a css code like this:
.editor .mce-btn,
.editor .mce-panel {
  background: #f9fafb;
}
  1. Click on source symbol

Result

[code].editor .mce-btn,[/code]
[code].editor .mce-panel {[/code]
[code]  background: #f9fafb;[/code]
[code]}[/code]

Result in the message

Code: .editor .mce-btn, Code: .editor .mce-panel { Code: background: #f9fafb; Code: }

System information

Desktop

rich20 commented 8 months ago

This error no longer exists