MyBB Community Forums

Full Version: ios,safari quick reply ajax error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using Quick Advanced Editor
https://community.mybb.com/mods.php?action=view&pid=28

Quickreply with sceditor works well on Android and Chrome. 

On iOS, however, I get an error that the textarea message is empty.

in thread.js 

jquery searlized() can't read the message value of the textarea.

If I remove {$ codebuttion}, it correctly reads the message value. 

Why does this happen on iOS? Cache problem? I can not find it and I do not know how to solve it.