Wrong search engine in right-click menu only in "wide screen" mode
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mozilla Firefox |
Fix Released
|
Medium
|
|||
firefox-3.0 (Ubuntu) |
Triaged
|
Medium
|
Unassigned |
Bug Description
Binary package hint: firefox-3.0
I use a french Firefox (3.0.5+
When I select some text and right-click it, I expect the context menu search item to use the currently selected search engine.
But this is what happens:
when I select some text, do a right-click and Firefox is in "wide screen" mode (F11), the menu item for searching always uses Google instead of the currently selected engine. If I exit wide screen mode, the right engine is used without doing any further action. Note that if I am in wide screen mode, select some text, move the cursor to the top to make appear the search bar, click inside the search bar, then move the cursor back to the selected text (the search bar stays visible as it has focus) and right-click, the right engine menu is used. This means that the wrong engine is used only in wide screen mode and the search bar is not visible.
Thanks in advance.
ProblemType: Bug
Architecture: i386
Date: Sun Dec 21 13:36:03 2008
DistroRelease: Ubuntu 8.04
NonfreeKernelMo
Package: firefox-3.0 3.0.5+nobinonly
PackageArchitec
ProcEnviron:
PATH=/
LANG=fr_FR.UTF-8
SHELL=/bin/bash
SourcePackage: firefox-3.0
Uname: Linux 2.6.24-22-generic i686
Changed in firefox: | |
status: | Unknown → Confirmed |
Changed in firefox: | |
importance: | Unknown → Medium |
Changed in firefox: | |
status: | Confirmed → Fix Released |
When the search box is hidden (either because you've removed it from the toolbar or you've hidden the toolbar), the browser uses the "default" search engine. There are two problems here:
1) There is no way to change what the "default" search engine is (the whole "default" search engine thing is mostly vestigal, left over from the old days, but there are a few remaining places, such as here, where it still gets used). This is bug 331105.
2) The search box shouldn't even be considered as hidden for the purposes of search engine selection when you're in full-screen mode with the toolbars set on auto-hide, since auto-hide represents temporary hiding and not the result of you trying to remove the search box. AFAIK, there is no pre-existing bug to deal with this particular case.