Open
Bug 1248812
Opened 9 years ago
Updated 3 years ago
UnEscapeURIForUI does not re-escape blacklisted chars correctly
Categories
(Core :: Internationalization, defect, P3)
Core
Internationalization
Tracking
()
NEW
People
(Reporter: emk, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
Steps to reproduce:
1. Open the attachment.
2. Hover the link and see the tool tip at bottom of the window.
Actual result:
https://www.google.co.jp/search?q=%u3000&ie=utf-8&oe=utf-8&hl=ja
Expected result:
Either
https://www.google.co.jp/search?q=%E3%80%80&ie=utf-8&oe=utf-8&hl=ja (like IE)
or
https://www.google.co.jp/search?q= &ie=utf-8&oe=utf-8&hl=ja (like Chrome)
Note: %E3%80%80 in downloaded file names would be very annoying for Japanese users (see bug 1143644).
Reporter | ||
Comment 1•8 years ago
|
||
The fix for bug 1143644 masks this bug for U+3000. Please use some other blacklisted character (e.g. U+3002) instead to reproduce the issue.
Updated•7 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Severity: -- → S3
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•