Open Bug 1248812 Opened 9 years ago Updated 3 years ago

UnEscapeURIForUI does not re-escape blacklisted chars correctly

Categories

(Core :: Internationalization, defect, P3)

defect

Tracking

()

People

(Reporter: emk, Unassigned)

References

Details

Attachments

(1 file)

Attached file Testcase (deleted) —
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).
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.
No longer blocks: 415491
Depends on: 415491
Severity: normal → --
Depends on: 1143644
Severity: -- → S3
Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: