Lots of WYSIWYG editor implements HTML table functionalities, however I noticed that such functionalities were not spread evenly accross browsers..
And by editable table, I mean the ability to add/remove rows and columns and resize the table with controls like these:
However if I edit a table in another WYSIWYG editor I get this:
Now one would think this is specific to the editor implementation, but take the first one and run it in Google Chrome and you can't edit the table at all.
So .. are they browser native controls or editor specific controls ? And how can I enable/disable it ?
I tried to inspect the arrows in Firebug without much luck ..