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

Tabbing to username field crashes application #243

Open
joeyfigaro opened this issue Jan 29, 2019 · 1 comment
Open

Tabbing to username field crashes application #243

joeyfigaro opened this issue Jan 29, 2019 · 1 comment
Labels

Comments

@joeyfigaro
Copy link

joeyfigaro commented Jan 29, 2019

Tabbing to the first field in the bitstamp setup modal causes the application to throw the following:

TypeError: done is not a function
    at Textbox.Textarea._listener (/Users/joeyfigaro/.config/yarn/global/node_modules/blessed/lib/widgets/textarea.js:231:5)
    at Textbox._listener (/Users/joeyfigaro/.config/yarn/global/node_modules/blessed/lib/widgets/textbox.js:43:15)
    at Textbox.EventEmitter._emit (/Users/joeyfigaro/.config/yarn/global/node_modules/blessed/lib/events.js:98:20)
    at Textbox.EventEmitter.emit (/Users/joeyfigaro/.config/yarn/global/node_modules/blessed/lib/events.js:117:12)
    at Form.<anonymous> (/Users/joeyfigaro/.config/yarn/global/node_modules/blessed/lib/widgets/form.js:43:14)
    at Form.EventEmitter._emit (/Users/joeyfigaro/.config/yarn/global/node_modules/blessed/lib/events.js:94:20)
    at Textbox.EventEmitter.emit (/Users/joeyfigaro/.config/yarn/global/node_modules/blessed/lib/events.js:131:12)
    at Program.<anonymous> (/Users/joeyfigaro/.config/yarn/global/node_modules/blessed/lib/widgets/screen.js:602:15)
    at Program.emit (events.js:189:13)
    at /Users/joeyfigaro/.config/yarn/global/node_modules/blessed/lib/program.js:410:15

node v11.4.0
npm v6.4.1

@alichtman alichtman added the bug label Mar 19, 2019
@alichtman
Copy link
Collaborator

Weird. I've never seen this happen before. I guess I'll leave this open.

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

No branches or pull requests

2 participants