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
I was using @tinymce/tinymce-react: 5.1.1, currently 6.0.0 and react: 18.2.0.
I tested it on Chrome version 134.0.6998.36 and Firefox 136.0.
For the last few days I've been having a problem with overwriting values in a modal window.
If I open "Table Properties" after adding a table, it is not possible to change the values in the parameters "cell spacing", "cell padding", and "border width".
The values that are there were set as table_default_attributes: { border: "1", cellpadding: "4", cellspacing: "2" }
If I open "Insert/Edit Link" and upload something, it is not possible to change the values in the "Text to display" and "Title" parameters.
If I open "Insert/Edit Image" and upload an image, it is not possible to change the values in the "Alternative description", "Image title",
"Width" and "Height" parameters.
I was using @tinymce/tinymce-react: 5.1.1, currently 6.0.0 and react: 18.2.0.
I tested it on Chrome version 134.0.6998.36 and Firefox 136.0.
For the last few days I've been having a problem with overwriting values in a modal window.
If I open "Table Properties" after adding a table, it is not possible to change the values in the parameters "cell spacing", "cell padding", and "border width".
The values that are there were set as
table_default_attributes: { border: "1", cellpadding: "4", cellspacing: "2" }
If I open "Insert/Edit Link" and upload something, it is not possible to change the values in the "Text to display" and "Title" parameters.
If I open "Insert/Edit Image" and upload an image, it is not possible to change the values in the "Alternative description", "Image title",
"Width" and "Height" parameters.
Images:
https://ibb.co/xK4S368D
https://ibb.co/VWfgf8q6
https://ibb.co/zh1LkTDG
The text was updated successfully, but these errors were encountered: