neharob / hotot

Automatically exported from code.google.com/p/hotot
0 stars 0 forks source link

右键菜单的使用google搜索在特定浏览器设置中无效 #358

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.使用Firefox浏览器,安装Noscript扩展
2.在Noscript扩展中将google.com和www.google.com设为强制使用HTTPS
3.访问一次google.com/ncr,防止自动跳转到https://encrypted.google.com
.hk
4.在hotot中随意选择一段文字进行搜索

What is the expected output? What do you see instead?
期望:在google中搜索
实际:页面跳转到https://encrypted.google.com/,未进行任何搜索

What version of the product are you using? On what operating system and
what Desktop Environment?
1:0.9.6~hg783-0ubuntu0ppa1~natty1

Please provide any additional information below.
经过测试,在ui.context_menu.js中将下面这句
navigate_action('http://google.com/search?sourceid=chrome&ie=UTF-8&q='+ui.Contex
tMenu.selected_string);
改成
navigate_action('http://www.google.com/search?sourceid=chrome&ie=UTF-8&q='+ui.Co
ntextMenu.selected_string);
即可解决此问题

Original issue reported on code.google.com by xnrefor...@gmail.com on 6 May 2011 at 9:09

GoogleCodeExporter commented 9 years ago
fixed in revision 3c93aa647ea2 

Original comment by xnrefor...@gmail.com on 13 May 2011 at 12:13