-
Notifications
You must be signed in to change notification settings - Fork 85
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
Selectable GPS info #35
Comments
I've always wanted the second option but it will mean a bit of surgery on On Dec 28, 2012, at 3:09 PM, John Wiseman notifications@github.com wrote: It's a small thing, but I'd like the user to be able to select the lat & I think the issue is that the entire DOM structure in the popover changes Add a "copy" button that will automatically copy the GPS coordinates Change the GPS popover rendering code so that it leaves some DOM So let's try the latter? — |
I haven't completely grokked the popover code yet, so let me know if this doesn't make sense, but I was thinking along these lines:
|
It's a small thing, but I'd like the user to be able to select the lat & long coordinate text in the GPS popover for copy & paste, and right now you can't.
I think the issue is that the entire DOM structure in the popover changes several times per second, and every time it changes the text selection is cleared. I can think of two possible solutions:
So let's try the latter?
The text was updated successfully, but these errors were encountered: