You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using the plugin in a client site specifically for its use when creating and editing tables. I noticed recently that if I create a table using the WYSIWIG controls and then enter code view to make adjustments to the table, any edits I make are reverted to their previous state on save.
Here's a table in code view:
But when I modify up the <td> width values like this the changes I make are reverted to the above on save:
This seems like a bug to me so I wanted to ask if it's something you're aware of and if a fix could be applied?
Thanks.
The text was updated successfully, but these errors were encountered:
Just to add an update to the above, I've found that if I enter code view, make changes to the code, then exit the code view and save the page the changes I made are saved so the problem I described only happens when saving the page whilst still in code view.
We are using the plugin in a client site specifically for its use when creating and editing tables. I noticed recently that if I create a table using the WYSIWIG controls and then enter code view to make adjustments to the table, any edits I make are reverted to their previous state on save.
Here's a table in code view:
But when I modify up the
<td>
width values like this the changes I make are reverted to the above on save:This seems like a bug to me so I wanted to ask if it's something you're aware of and if a fix could be applied?
Thanks.
The text was updated successfully, but these errors were encountered: