-
Notifications
You must be signed in to change notification settings - Fork 672
Description
Hello,
Somewhere between version 4.5.0 and 4.6.2 Froala made a change in the table cell properties dialog.
In 4.5.0, there was a separate button to set cell background (in configuration, tableEditButtons: [..., "tableCellBackground", ...]).
In 4.6.2, there is the intermediate "cell properies" dialog (tableEditButtons: [..., "tableCellProperties", ...]).
Some of our users, who have to work with tables and often color table cells green, orange or red depending on the values they've gathered, are complaining that now they have to make a lot of annoying extra clicks.
Please consider adding tableCellBackground button back.
You could exclude it from the default tableEditButtons and preserve the current tableCellProperties button, so that nothing changes for the users of the new dialog. And we could add tableCellBackground explicitly in our configuration override.
It would probably make sense to remove the "Background" input from the table cell properties dialog, when the user has the dedicated tableCellBackground button among tableEditButtons. This will help the users who want both the dedicated cell background button and the possibility to manage cell dimensions.