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

iOS bug prevents selecting text with underscores #34

Closed
xmission opened this issue Jun 18, 2014 · 2 comments
Closed

iOS bug prevents selecting text with underscores #34

xmission opened this issue Jun 18, 2014 · 2 comments
Labels

Comments

@xmission
Copy link
Contributor

When at the /post URL, iOS cannot select the full private URL provided in the text box, if the URI contains underscores. Currently, this can only be replicated in Chome for iOS, so it may also be a Chrome bug.

As such, should the base64 characters change in the URL that prevents iOS from doing word separation on underscores?

@atoponce atoponce added the bug label Jun 18, 2014
@atoponce
Copy link
Owner

I should be able to fix this. Provided that the nonce can be both base64-encoded and base64-decoded, any set of characters that are URL safe should be valid. However, this will invalidate any links sent via email/SMS/etc. that have not yet been opened.

It may be more worthwhile to report a bug upstream to either iOS or Chrome.

@atoponce
Copy link
Owner

Fixed by taking the result out of an field.

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