PANmedia / raptor-editor

Raptor, an HTML5 WYSIWYG content editor!
www.raptor-editor.com
GNU General Public License v3.0
533 stars 136 forks source link

issue with table plugins when editor is within a table #149

Closed asxjackal closed 10 years ago

asxjackal commented 10 years ago

when raptor is initialized for an element (in my instance a textarea) within a td of a table, the table controls(plugins) do not function as expected. They perform the action on a table(outer most) that the element is presiding in.

Petah commented 10 years ago

Hi,

I have just pushed out a fix for this: https://github.com/PANmedia/raptor-editor/commit/d56e66434d889089d631bc568b9b01e87308a531

And an example: https://github.com/PANmedia/raptor-example/blob/master/examples/table-wrapper/example.php