We are using TinyMCE 4 and our users are annoyed that you cannot take a table within the tinymce textarea editor drag its width and height and change it. It appears this is not possible with tinymce. The only way you can adjust the table is by going to the menu selecting table and modifying values for width / height in pixels. Most of our users don't even know what a pixel is.
I tried using a plugin that someone wrote for TinyMCE 3.3 http://sourceforge.net/p/tinymce/plugins/163/
But this plug in does not work for TinyMCE 4, nor do I understand how to modify this plug in to make it work for 4.0. Someone asked here quite recently (wasn't me) but got no response:
http://www.tinymce.com/forum/viewtopic.php?id=34454
Whats currently happening in chrome is when you try to grab a corner of the table and drag and drop it never drops, nor does it ever release the table. It ends up in a state of confusion...you basically cannot release the drag of the table it keeps getting bigger and smaller as you move your mouse - but you can never let go and release it to get the size you want.
The only other option I am finding is to disable resizing, but this would disable resizing for everything:
http://www.tinymce.com/wiki.php/Configuration:object_resizing
Is there any way around this? We are using the TinyMCE 4 main package and not the jquery package if that helps.