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

Tabs can't be typed into the paste input #195

Closed
nekhvoya opened this issue Aug 24, 2023 · 3 comments
Closed

Tabs can't be typed into the paste input #195

nekhvoya opened this issue Aug 24, 2023 · 3 comments
Labels
bug Something isn't working good first issue Good for newcomers javascript Involves javascript only.

Comments

@nekhvoya
Copy link
Contributor

Steps to reproduce:

  1. Start typing any text into a paste input field
  2. Press 'Tab'

Actual result: the tab space isn't typed, the Paste button gets selected instead
https://github.com/supakeen/pinnwand/assets/49349130/ee74b410-14e1-43c8-a2e1-2818288deb5e

Expected result: it should be possible to type tabs

@supakeen supakeen added bug Something isn't working good first issue Good for newcomers javascript Involves javascript only. labels Dec 21, 2023
@divSelector
Copy link

This is extremely easy to add because someone already hacked this behavior in for python, but for some reason it didn't occur to them that people besides just python programmers would want it.

https://github.com/supakeen/pinnwand/blob/master/src/pinnwand/static/pinnwand.js#L123-L125

Just remove these lines and it will work.

@divSelector
Copy link

Just a reminder that I fixed this issue :P

@supakeen
Copy link
Owner

supakeen commented Jul 8, 2024

Fixed in #277, thanks @divSelector.

@supakeen supakeen closed this as completed Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers javascript Involves javascript only.
Projects
None yet
Development

No branches or pull requests

3 participants