Answer the question
In order to leave comments, you need to log in
WebKit + TinyMCE = bad template editor
I recently encountered a problem in Safari, Chrome with such a wonderful WYSIWYG editor as TinyMCE. This editor stops working properly in these browsers by editing the following data:
(input data)
<table> {{row}} <tr> <td>{{name}}</td> <td>{{email}}< /td> </tr> {{endrow}} </table>
And we get something like this:
<p>{{row}} {{endrow}}</p> <table> <tbody> < tr> <td>{{name}}</td> <td>{{email}}</td> </tr> </tbody> </table>
As you can see, the template structure is already broken. Interested in your opinion, and maybe the decision. (editor specific settings, don't give any solution)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question