tinymce-react icon indicating copy to clipboard operation
tinymce-react copied to clipboard

Overwriting values ​​in a modal window in TinyMce does not work

Open Pe3k-19 opened this issue 11 months ago • 0 comments

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

Pe3k-19 avatar Mar 11 '25 11:03 Pe3k-19