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

Delete when selecting cells should remove the cells content #21

Open
zbeyens opened this issue May 27, 2022 · 0 comments
Open

Delete when selecting cells should remove the cells content #21

zbeyens opened this issue May 27, 2022 · 0 comments
Labels
spec When... then...

Comments

@zbeyens
Copy link
Member

zbeyens commented May 27, 2022

2022-05-28.at.20.57.20.mp4

Given

  • selecting many table cells
        <editor>
          <htable>
            <htr>
              <htd>
                <anchor />
                11
              </htd>
              <htd>12</htd>
            </htr>
            <htr>
              <htd>
                21
                <focus />
              </htd>
              <htd>22</htd>
            </htr>
          </htable>
        </editor>

When

  • delete fragment

Then

  • delete cells content
        <editor>
          <htable>
            <htr>
              <htd>
                <htext />
              </htd>
              <htd>12</htd>
            </htr>
            <htr>
              <htd>
                <htext />
                <cursor />
              </htd>
              <htd>22</htd>
            </htr>
          </htable>
        </editor>
@zbeyens zbeyens added the spec When... then... label May 27, 2022
@zbeyens zbeyens mentioned this issue May 27, 2022
@zbeyens zbeyens changed the title Deleting when selecting cells should remove the cells content Delete when selecting cells should remove the cells content May 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
spec When... then...
Projects
None yet
Development

No branches or pull requests

1 participant