You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I add a table to a page and add columns, tr and td gets values assigned. The only way to get rid of these values is by deleting them from the source code, since there are no options for the block yet.
Sometimes heights are added as well, but cannot reliably replicate that.
I style the tables using CSS, but these values override the CSS values. Also, when I delete the values and keep working on the page, values reappear, so I need to remove them again and again.
Steps to Reproduce (for bugs)
Add a table blok
Insert a column
Check the source code
I am working in the Chrome browser. Gutenberg's version is 2.7.0, WP's is 4.9.5.
Expected Behavior
I expect values to appear only when I either enter values myself or if the block provides a better solution for entering width and height values. Never have the editor add values without user consent.
Current Behavior
Now widths are entered by the editor instead of by the user.
Possible Solution
It would be a nice addition to the tables block to be able to either set widths and heights or turn that off and have it dealt with by CSS.
Issue Overview
When I add a table to a page and add columns, tr and td gets values assigned. The only way to get rid of these values is by deleting them from the source code, since there are no options for the block yet.
Sometimes heights are added as well, but cannot reliably replicate that.
I style the tables using CSS, but these values override the CSS values. Also, when I delete the values and keep working on the page, values reappear, so I need to remove them again and again.
Steps to Reproduce (for bugs)
I am working in the Chrome browser. Gutenberg's version is 2.7.0, WP's is 4.9.5.
Expected Behavior
I expect values to appear only when I either enter values myself or if the block provides a better solution for entering width and height values. Never have the editor add values without user consent.
Current Behavior
Now widths are entered by the editor instead of by the user.
Possible Solution
It would be a nice addition to the tables block to be able to either set widths and heights or turn that off and have it dealt with by CSS.
Screenshots / Video
https://www.useloom.com/share/98053e56bec7414ca805767bd9039718
The text was updated successfully, but these errors were encountered: