PS Is there link to re-download 4.6.7 and any issues if I go back version?
Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
It’s generally a bad idea but old versions can be obtained via this page.
https://ww.wp.xz.cn/plugins/tinymce-advanced/advanced/
Dissapointed this issue still not fixed in 4.8 🙁
Hmm, one of the main reasons for updating to TinyMCE 4.8.0 was to fix the issues with editing tables. Seems to work fine here now. Maybe try refreshing the page a few times in case some caching issues are causing it.
I have the same issue. I think it has nothing to do with the browser cache. When I insert a table in the editor it has inline styling.
For example when I insert a table with 3 cols and 3 rows:
<table style="border-collapse: collapse; width: 100%;" border="1">
<tbody>
<tr>
<td style="width: 33.3333%;"></td>
<td style="width: 33.3333%;"></td>
<td style="width: 33.3333%;"></td>
</tr>
<tr>
<td style="width: 33.3333%;"></td>
<td style="width: 33.3333%;"></td>
<td style="width: 33.3333%;"></td>
</tr>
<tr>
<td style="width: 33.3333%;"></td>
<td style="width: 33.3333%;"></td>
<td style="width: 33.3333%;"></td>
</tr>
</tbody>
</table>
I don’t want the table border and width, also not the cell width percentage by default.