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

Fix public link selection on iOS #22415

Closed
wants to merge 1 commit into from
Closed

Fix public link selection on iOS #22415

wants to merge 1 commit into from

Conversation

Henni
Copy link
Contributor

@Henni Henni commented Feb 16, 2016

fixes #22336

iOS seems to not support .select() so I replaced it with setSelectionRange(0, 9999) as suggested at http://stackoverflow.com/a/6302507

I wasn't able to test it on iOS, but it still works on Chrome desktop.

@oparoz @PVince81 @rullzer @jancborchardt

@Henni Henni added this to the 9.0-current milestone Feb 16, 2016
@mention-bot
Copy link

By analyzing the blame information on this pull request, we identified @PVince81, @blizzz and @rullzer to be potential reviewers

@DeepDiver1975
Copy link
Member

@Henni looks like the jsunit tests require some attention - THX a lot!

@oparoz
Copy link
Contributor

oparoz commented Feb 16, 2016

Was already tried in #22344, but it doesn't work. Tapping selects the whole link, but there is no way of copying it.

@Henni
Copy link
Contributor Author

Henni commented Feb 16, 2016

@oparoz OK no idea then :(

@lock
Copy link

lock bot commented Aug 7, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

It's impossible to copy the public link from the share dialogue on iOS
4 participants