Open
Bug 612146
Opened 15 years ago
Updated 2 years ago
"Open link" context menu should be activated for IDN domains.
Categories
(Firefox :: Menus, defect)
Firefox
Menus
Tracking
()
NEW
People
(Reporter: unghost, Unassigned)
References
(
URL
)
Details
Attachments
(1 file)
|
25.04 KB,
image/png
|
Details |
Selecting urls of IDN domains (such as
президент.рф) should show the "Open link" context menu, like it does for urls of regular domains.
Can you please attach a working testcase which should contain a working and a failing example. Thanks.
| Reporter | ||
Comment 2•15 years ago
|
||
Working example:
kremlin.ru
Failing example:
президент.рф
| Reporter | ||
Comment 3•15 years ago
|
||
Perhaps this bug depends on Bug 540787
| Reporter | ||
Updated•15 years ago
|
URL: data:text/html,президент.рф → data:text/html,президент.рф<br><br>kr...
The data link doesn't work because it only shows garbage. If you want to use it please update to use unicode.
(In reply to comment #3)
> Perhaps this bug depends on Bug 540787
Looks like. Adding dependency.
URL: data:text/html,президент.рф<br><br>kr...
Depends on: 540787
| Reporter | ||
Comment 5•15 years ago
|
||
(In reply to comment #4)
> The data link doesn't work because it only shows garbage. If you want to use it
> please update to use unicode.
Data link works for me without any problems, if I choose UTF-8 encoding.
Which should preferable be part of the data url itself. Updated url so it directly uses UTF-8.
URL: data:text/html,<meta http-equiv="Cont...
I don't think mozITXTToHTMLConv is the right way to go. For starters, it is not IDN-aware. Getting IDN detection to work will require the use of nsIIDNService.
No longer depends on: 540787
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•