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

Tripcode Issues #55

Open
2 tasks
woodrowbarlow opened this issue Jan 13, 2016 · 3 comments
Open
2 tasks

Tripcode Issues #55

woodrowbarlow opened this issue Jan 13, 2016 · 3 comments
Assignees

Comments

@woodrowbarlow
Copy link
Collaborator

  • if i enter my username as woody#, the system should behave as if i'm not using a tripcode at all, e.g. as if i had only entered woody. currently, it hashes the empty string and generates a rocket-ship-looking image.
  • the hashing should be performed on the entire username string, not just what comes after the # sign. it will trim any whitespace before and after and it will include the # sign.
@woodrowbarlow
Copy link
Collaborator Author

here is my mockup for a slick username-entry ui including live tripcode rendering.

http://codepen.io/wbarlow/details/NxgZJL/

@jdpage
Copy link
Owner

jdpage commented Jan 13, 2016

Slick, but I'm having trouble backspacing on the tripcode part.

@woodrowbarlow
Copy link
Collaborator Author

i've addressed that. try again.

also, i've made sure everything is still 100% functional in browsers that don't support the input event on divs (looking at you, IE). these browsers won't get the slick live-render, though. it is possible to support live-render on these browsers, but it would bloat the script a lot. probably not worth it.

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

No branches or pull requests

2 participants