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

Backspace after a hard space fails #1228

Open
c3d opened this issue Oct 2, 2024 · 1 comment
Open

Backspace after a hard space fails #1228

c3d opened this issue Oct 2, 2024 · 1 comment
Labels
bug Something isn't working done Issues that are done on dev (will be in next release)

Comments

@c3d
Copy link
Owner

c3d commented Oct 2, 2024

When putting the cursor right after a digit separator, backspace does not work anymore.

@c3d c3d added the bug Something isn't working label Oct 2, 2024
@c3d
Copy link
Owner Author

c3d commented Oct 2, 2024

On the right, it moves the cursor on the right, and the next character deletes.

@c3d c3d added the done Issues that are done on dev (will be in next release) label Oct 3, 2024
c3d added a commit that referenced this issue Oct 8, 2024
When deleting digits in a number, we need to skip digit separators,
since they are reconstructed after editing. In other words, if you
just delete the separator, it's re-added immediately, cancelling the
effect of the BSP key.

Fixes: #1228

Signed-off-by: Christophe de Dinechin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working done Issues that are done on dev (will be in next release)
Projects
None yet
Development

No branches or pull requests

1 participant