Skip to content
New issue

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

Unable to delete table #128

Open
HugoHeneault opened this issue Nov 20, 2013 · 3 comments
Open

Unable to delete table #128

HugoHeneault opened this issue Nov 20, 2013 · 3 comments

Comments

@HugoHeneault
Copy link

Create a table with 2 columns on 1 line.
Empty the cells.

You should have

<p><table class=""><tbody><tr><td class=""><br></td><td class=""><br></td></tr></tbody></table></p>

Try to delete the table. Impossible.
And by the way, line / column addition / deletion is not possible when a cell is empty.

@Petah
Copy link
Contributor

Petah commented Nov 21, 2013

I'm thinking I might need to make some better table editing tools. Maybe similar to the image resize button.

@HugoHeneault
Copy link
Author

I don't understand why. Current is fine.
It miss a merge / unmerge tool for cells. But that's OK.

@deeknow
Copy link

deeknow commented Nov 21, 2015

Seems like a simple solution to this would be to pre-populate some dummy text in each of the cells on the first row of the new table, at present it's difficult to locate the table cells to enter text, or select them for delete unless there's at least something in each cell of at least one row.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants