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

Cannot paste into any input forms on sign-up page #31

Closed
Jackywathy opened this issue Jan 24, 2017 · 6 comments
Closed

Cannot paste into any input forms on sign-up page #31

Jackywathy opened this issue Jan 24, 2017 · 6 comments
Assignees
Labels

Comments

@Jackywathy
Copy link
Collaborator

No description provided.

@Jackywathy Jackywathy added the bug label Jan 24, 2017
@tracey-le
Copy link
Collaborator

hmm 🤔 I just know that there is the .on("paste") event for jQuery

let me get the link

@tracey-le
Copy link
Collaborator

tracey-le commented Jan 24, 2017

http://stackoverflow.com/questions/8747439/detecting-value-change-of-inputtype-text-in-jquery

I haven't checked if it actually works, but I did implement it for the live error messages on the signup page, with .on("keyup paste change")

trying to find this on site took way too long, GitHub (is there a quicker way than ncss/projects-2017-3 > branches > dev > commits? I tried searching but nothing comes up, and all the commits don't seem to appear on GitHub Desktop)

@tracey-le
Copy link
Collaborator

hmm okay what it does do is trigger the validation check when I try to paste into a sign up input field. but the pasted text doesn't appear. indeed it is a bug 🤔

@tracey-le
Copy link
Collaborator

oh, the other input forms appear to work (such as on sign-in). maybe this is just on signup

@tracey-le
Copy link
Collaborator

okay, looks like the .on("paste") wasn't actually what I thought it did. I did a test remove and it worked — when you paste in something, the text appears and the site validates it as soon as you do so. will fix for all the fields on signup!

@tracey-le tracey-le self-assigned this Jan 24, 2017
@tracey-le tracey-le changed the title Cannot paste into any input forms Cannot paste into any input forms on sign-up page Jan 24, 2017
@tracey-le
Copy link
Collaborator

tracey-le commented Jan 24, 2017

I think this seems fixed now

:D

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