Closed
Bug 526960
Opened 15 years ago
Closed 14 years ago
The url encoding of a displayed link is wrong in https://www.mozilla.com/en-US/plugincheck/ , If multi-byte letter is included in the name of the plug in
Categories
(Websites :: plugins.mozilla.org, defect)
Websites
plugins.mozilla.org
Tracking
(Not tracked)
VERIFIED
FIXED
1.1
People
(Reporter: alice0775, Assigned: ozten)
References
()
Details
Attachments
(1 file)
(deleted),
image/jpeg
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b2pre) Gecko/20091105 Firefox/3.5.1 (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b2pre) Gecko/20091105 Namoroka/3.6b2pre ID:20091105045233
The encoding of a displayed link is wrong in Plugin Ccheck page If multi-byte letter is included in the name of the plug in
Reproducible: Always
Steps to Reproduce:
1.Tools > Add-ons, Select Plugins tab, Click Finf Update
2.Click a link in which multi-byte letter is included
3.
Actual Results:
Google Search fails
Expected Results:
Google Search works, and Search result shoud be shown.
Reporter | ||
Comment 1•15 years ago
|
||
Reporter | ||
Comment 2•15 years ago
|
||
In this case
"current version plugin JS文書ビューアプラグイン"
Wrong encodeing in the Plugin Check page:
http://www.google.com/search?q=current%20version%20plugin%20JS%u6587%u66F8%uFF8B%uFF9E%uFF6D%uFF70%uFF71%uFF8C%uFF9F%uFF97%uFF78%uFF9E%uFF72%uFF9D
Correct encoding:
http://www.google.co.jp/search?q=current%20version%20plugin%20JS%E6%96%87%E6%9B%B8%EF%BE%8B%EF%BE%9E%EF%BD%AD%EF%BD%B0%EF%BD%B1%EF%BE%8C%EF%BE%9F%EF%BE%97%EF%BD%B8%EF%BE%9E%EF%BD%B2%EF%BE%9D
Reporter | ||
Updated•15 years ago
|
Blocks: upyourplug
Reporter | ||
Updated•15 years ago
|
Summary: The encoding of a displayed link is wrong in Plugin Ccheck page If multi-byte letter is included in the name of the plug in → The encoding of a displayed link is wrong in Plugin Check page If multi-byte letter is included in the name of the plug in
Reporter | ||
Updated•15 years ago
|
Summary: The encoding of a displayed link is wrong in Plugin Check page If multi-byte letter is included in the name of the plug in → The url encoding of a displayed link is wrong in https://www.mozilla.com/en-US/plugincheck/, If multi-byte letter is included in the name of the plug in
Comment 3•15 years ago
|
||
As I wrote in Bug 539180 Comment 0, replacing escape() with encodeURI() in plugincheck.js would resolve this problem.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows Vista → All
Hardware: x86 → All
Updated•14 years ago
|
Component: www.mozilla.com → plugins.mozilla.org
Updated•14 years ago
|
Assignee: nobody → ozten.bugs
Target Milestone: --- → 1.1
Assignee | ||
Comment 4•14 years ago
|
||
(In reply to comment #2)
(In reply to comment #3)
Awesome, thanks for your help Kohei and Alice.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•14 years ago
|
||
Had some trouble with check-in, on www-trunk now.
Comment 6•14 years ago
|
||
Hi Alice; mind taking a look on https://www-trunk.stage.mozilla.com/en-US/plugincheck/? Thanks!
Comment 7•14 years ago
|
||
Kohei, would you mind also taking a look? Thanks!
Assignee | ||
Comment 9•14 years ago
|
||
Kohei thanks for the patch and verification!
You need to log in
before you can comment on or make changes to this bug.
Description
•