In short, the editor is working fine, but I've noticed some issues.
1. When inserting the editor on a page, on the toolbar panel, paste text toolbar button is spelled wrong. It's spelled "Patse text" (it's a non-issue I know...)
2. After inserting the editor on the page, into a table cell, the < symbol is removed from the closing cell tag. So, before you insert it, the closing cell tag is </td>, but after you insert it, this tag looks like this: /td>. Fixing this allows the page to work correctly. I do not now if there are any similar issues when inserting the editor into a <div> tag....
3. On the server behaviors panel in Dreamweaver, there is an entry for WYSIWYG TinyMCE (fieldname) and there is also one for WYSIWYG TinyMCE (undefined). And, every time you edit the editor properties and close it, it creates duplicate WYSIWYG TinyMCE (undefined) entries in the server behaviors panel. I have looked at the code and what it's doing is duplicating these lines every time you change the settings and close it.
<script type="text/javascript" src="/dwzTiny/jscripts/tiny_mce/tiny_mce.js"></script> <script type="text/javascript" src="/dwzTiny/FileManager.js"></script>
So, if you edit the properties of your inserted wysiwyg editor 3 times, the above 2 lines would be in the header 3 times.
Hopefully you can fix these relatively minor bugs in your next update for this extension. |
|
|