-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: Editor - Front end - Page / Comment
-
None
-
1
-
3
When hovering over a coloured cell in a table, a text appears on screen "background-color="Color"".
Looking at the code in the browser using inspect element, we can see a title is added to the cell when it is highlighted (see screenshot)
Steps to Reproduce
- Create a table in a page
- Highlight a cell and colour it blue for example using the page editor
- Save the page and preview the page
- When hovering over the coloured cell, it shows background colour : Blue
Expected Results
There shouldn't be any title showing when hovering over a coloured cell
Actual Results
a title is added to table cells when applying a colour and showing in the browser when hovering over a cell