Issue metadata
Sign in to add a comment
|
Copying URLs should percent-encode spaces in the URL fragment |
||||||||||||||||||||||
Issue descriptionChrome Version: 64.0.3282.99 OS: macOS 10.13.2 What steps will reproduce the problem? (1) Go to https://developer.android.com/reference/android/webkit/WebViewClient.html (2) Scroll down and click, say, doUpdateVisitedHistory. (3) Copy the URL and paste it somewhere What is the expected result? The resulting URL is clickable by folks. What happens instead? The URL is pasted as: https://developer.android.com/reference/android/webkit/WebViewClient.html#doUpdateVisitedHistory(android.webkit.WebView, java.lang.String, boolean) The spaces mean that most URL-processing things break the URL early. I checked in Firefox and Safari and both percent-encode the spaces on copy, so you instead get: https://developer.android.com/reference/android/webkit/WebViewClient.html#doUpdateVisitedHistory(android.webkit.WebView,%20java.lang.String,%20boolean) I haven't investigated what other characters they %-encode. Please use labels and text to provide additional information. For graphics-related bugs, please copy/paste the contents of the about:gpu page at the end of this report. |
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by mpear...@chromium.org
, Jan 24 2018Status: Duplicate (was: Untriaged)