Describe the bug
Cannot input data/text/type into table cells via admin using latest version of Gutenberg, and Microsoft Edge.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I should be able to click on a table-cell and type in text.
Desktop (please complete the following information):
Additional context
Gutenberg Version: 2.9.2
Wordpress Version: 4.9.6
TwentySeventeen Theme Version: 1.6
Tested In
Google Chrome(66.0.3359.181) - WORKS!
Microsoft Edge(42.17134.1.0) - FAILS!
Can confirm this is still an issue in Gutenberg 3.4.0 as well.
The data-mce-selected is unable to be set on cells inside the table, it only gets set on the table tag.
Can confirm that too, tested in Gutenberg 3.5.0
It's also not working on MS Edge
There was a contenteditable="true" on the table element, which is not supported in Edge & IE.
The issue seems to be solved by the following commit: https://github.com/WordPress/gutenberg/pull/8767
Tested on: IE 11, Edge 17
@designsimply can you check if this is still an issue?
Most helpful comment
Can confirm that too, tested in Gutenberg 3.5.0
It's also not working on MS Edge