Closed
Bug 640481
Opened 14 years ago
Closed 13 years ago
if select link and view source, unicode domain is shown urlencoded
Categories
(Toolkit :: View Source, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: qdinar, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9.2.12) Gecko/20101027 Ubuntu/9.10 (karmic) Firefox/3.6.12
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9.2.12) Gecko/20101027 Ubuntu/9.10 (karmic) Firefox/3.6.12
if code is <a href="http://блогы.рф/">блог ясау (http://блогы.рф/)</a>
if you look it with "view page source", it is shown correctly, but if you look it with "view selection source", domain is shown incorrectly.
Reproducible: Always
Steps to Reproduce:
1. write "<a href="http://блогы.рф/">блог ясау (http://блогы.рф/)</a>" to a file and save it with ".html" extension
2. open it with firefox
3. select text "блог ясау (http://блогы.рф/)" and open context menu and open "view selection source"
Actual Results:
<a href="http://%D0%B1%D0%BB%D0%BE%D0%B3%D1%8B.%D1%80%D1%84/">блог ясау (http://блогы.рф/)</a>
Expected Results:
<a href="http://блогы.рф/">блог ясау (http://блогы.рф/)</a>
![]() |
||
Updated•14 years ago
|
Component: General → View Source
OS: Linux → All
Product: Firefox → Toolkit
QA Contact: general → view.source
![]() |
||
Comment 1•14 years ago
|
||
Confirmed
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b13pre) Gecko/20110309 Firefox/4.0b13pre ID:20110309030420
Comment 2•13 years ago
|
||
Works for me using Mozilla/5.0 (X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1 and Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:11.0a1) Gecko/20111217 Firefox/11.0a1
data:text/html,<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body><a href="http://блогы.рф/">блог ясау (http://блогы.рф/)</a></body></html>
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•