Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Move selection before table on ↑ from first row cell #28

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

Move selection before table on ↑ from first row cell #28

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

Comments

@zbeyens
Copy link
Member

zbeyens commented May 28, 2022

CleanShot.2022-05-28.at.20.43.05.mp4

Given

  • table 2x2
  • cursor at a cell in first row
        <editor>
          <hp>test</hp>
          <htable>
            <htr>
              <htd>11</htd>
              <htd>
                12
                <cursor />
              </htd>
            </htr>
            <htr>
              <htd>21</htd>
              <htd>22</htd>
            </htr>
          </htable>
        </editor>

When

  • press ↑

Then

  • cursor just before table
        <editor>
          <hp>
            test
            <cursor />
          </hp>
          <htable>
            <htr>
              <htd>11</htd>
              <htd>12</htd>
            </htr>
            <htr>
              <htd>21</htd>
              <htd>22</htd>
            </htr>
          </htable>
        </editor>
@zbeyens zbeyens added the spec When... then... label May 28, 2022
@zbeyens zbeyens mentioned this issue May 28, 2022
@zbeyens zbeyens changed the title Move selection before table on ↑ when cursor in first table row Move selection before table on ↑ when first row cell May 28, 2022
@zbeyens zbeyens changed the title Move selection before table on ↑ when first row cell Move selection before table on ↑ from first row cell May 28, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
spec When... then...
Projects
None yet
Development

No branches or pull requests

1 participant