You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like Organize Search Engine is not fully compatible with Context
Search.
When both add-ons are installed (this has been tested with Firefox 3.x as well
as with Firefox 4.0, on Windows XP), Context Search's click behavior becomes
broken.
Taken from Context Search's "manual": Once the search engine menu is visible:
- Left click to search in a new background tab.
- Middle click to search in a new tab and switch to that tab immediately. (...)
If you have Firefox set to switch to new tabs immediately, the above key combinations will have the inverse effect.
This works fine with Context Search alone, but as soon as Organize Search
Engine is installed:
* The middle click does nothing.
* The left click launches the search correctly, but with the behavior of the middle click (any search appears in a new tab that is switched to immediately).
Original issue reported on code.google.com by [email protected] on 4 May 2011 at 11:07
The text was updated successfully, but these errors were encountered:
This is due to ContextSearch having changed its behavior.
OSE's code is based on Context Search 0.4.3. The new Context Search (0.4.6)
uses a different method to open tabs.
OSE's browserExtCompat.js must be updated to reflect Context Search's new
contextsearch.js.
Original issue reported on code.google.com by
[email protected]
on 4 May 2011 at 11:07The text was updated successfully, but these errors were encountered: