ivicaaa / organize-search-engines

Automatically exported from code.google.com/p/organize-search-engines
Other
0 stars 0 forks source link

Context Search conflict #70

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 JackBlac...@aol.com on 4 May 2011 at 11:07

GoogleCodeExporter commented 8 years ago
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 comment by JackBlac...@aol.com on 28 Jul 2012 at 8:04