We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
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.
data-mce-selected
table
Sorry, something went wrong.
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: #8767
Tested on: IE 11, Edge 17
@designsimply can you check if this is still an issue?
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: