UNCONFIRMED 75210
URL hover does not decode %27 (')
https://bugs.webkit.org/show_bug.cgi?id=75210
Summary URL hover does not decode %27 (')
Jerome Leclanche
Reported 2011-12-25 13:42:22 PST
Upstreamed from http://crbug.com/108589 In chromium, or Safari 5.1.2 1. Get an url with an apostrophe in it. 2. Hover the url in an href 3. Shows %27 See attachment: http://code.google.com/p/chromium/issues/attachmentText?id=108589&aid=1085890004000&name=crbug-108589.html&token=u634dtkPaICBybgotCs6x7o_OOg%3A1324849186126
Attachments
Chrome/Safari vs Firefox/Camino (55.82 KB, image/png)
2011-12-26 01:08 PST, Mehmet
no flags
Alexey Proskuryakov
Comment 1 2011-12-25 19:18:33 PST
What makes this a bug? Do other browsers behave differently?
Jerome Leclanche
Comment 2 2011-12-26 00:20:27 PST
Other common characters are decoded properly, eg ?=+-|()[] etc
Mehmet
Comment 3 2011-12-26 01:08:32 PST
Created attachment 120536 [details] Chrome/Safari vs Firefox/Camino Please find attached a screenshot, which shows the different behavior between Safari/Chrome and Firefox/Camino.
Alexey Proskuryakov
Comment 4 2011-12-26 17:37:52 PST
What does IE do?
Dominic Cooney
Comment 5 2011-12-26 20:17:27 PST
(In reply to comment #4) > What does IE do? IE 9 does not decode the apostrophe, it displays %27 like Chrome and Safari.
Dominic Cooney
Comment 6 2011-12-26 20:20:30 PST
(In reply to comment #1) > What makes this a bug? I suppose it is more readable to decode the apostrophe, particularly for languages which use apostrophes more than, say, English (like French.) Would you consider displaying %65 instead of 'e' acc%65ptabl%65, for %65xampl%65?
Note You need to log in before you can comment on or make changes to this bug.