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

weird delete-forward when current word is succeeded by a tab on FF #66

Closed
feedthejim opened this issue Feb 10, 2021 · 2 comments
Closed

Comments

@feedthejim
Copy link
Contributor

feedthejim commented Feb 10, 2021

Steps to repro:

  • insert Foo\tabbar
  • Move cursor at the start of Foo
  • delete forward
  • notice the tab just got expanded
Screen.Recording.2021-02-10.at.15.47.33.mov
@steveluscher
Copy link
Contributor

It's not so much that the tab expanded, as it is that the tab was not deleted. It appears to have grown because that's where the tab stop is and the word ‘Hello’ is no longer in its way.

This is just how deletion works in Firefox; try it with a raw HTML <input>: https://jsfiddle.net/12aj3Ln7/

@steveluscher
Copy link
Contributor

Feel free to reopen this, @feedthejim, if I missed something!

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

Successfully merging a pull request may close this issue.

2 participants