X
X
XBeg92010-12-13 15:22:44
safari
XBeg9, 2010-12-13 15:22:44

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

1 answer(s)
I
ilya_compman, 2010-12-13
@ilya_compman

Submit a bug report, fix it

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question