Closed Bug 252802 Opened 20 years ago Closed 19 years ago

Google search pops up sidebar

Categories

(SeaMonkey :: Sidebar, defect)

x86
All
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: foobarista, Assigned: ajschult784)

References

()

Details

(Keywords: fixed-seamonkey1.1a, relnote)

Attachments

(1 file, 2 obsolete files)

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a2) Gecko/20040714 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a2) Gecko/20040714 The "sidebar" pops up if you do a search in Google in 1.8 alpha 2. Reproducible: Always Steps to Reproduce: 1.Go to Google 2.Do a search 3. Actual Results: Sidebar will pop up. Expected Results: No sidebar
Edit->Preferences->Internet Search: Is "Open the Search tab in the Sidebar when search results are available" unchecked?
Yes - it is. After unchecking the check-box, it didn't do this anymore. The only surprising thing was that it didn't do this before - is this a new feature? If so, the default should probably be unchecked, otherwise, it "feels" like a bug since it is different from the old installation.
It is not checked on mine and still comes up.
Comment 3 is missing build ID. I'm not aware of any changes in defaults. But this is the third report of the phenomena in a month. Before that there wasn't one for two years.. Fix for bug 229753 is the only related checkin of late, but judging by comments it seems to be newer than the build this is reported with. Resolving as dup of todays other bug to see if there's a trend here. (The third report was bug 248624. Have people been testing bug 229753..?) *** This bug has been marked as a duplicate of 252756 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Product: Browser → Seamonkey
reopening... bug 252756 was about using Mozilla's built-in search functions, which are supposed to open the sidebar.
Status: RESOLVED → UNCONFIRMED
Component: General → Sidebar
OS: Windows 2000 → All
Resolution: DUPLICATE → ---
confirmed with linux trunk 2005050602
Assignee: general → sidebar
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: regression
QA Contact: general
blocking, per Chris's request.
Assignee: sidebar → cst
Flags: blocking-seamonkey1.0a+
Attached patch turn the pref off by default (obsolete) — Splinter Review
Attachment #189253 - Flags: review?(neil.parkwaycc.co.uk)
Comment on attachment 189253 [details] [diff] [review] turn the pref off by default Chickening out...
Attachment #189253 - Flags: review?(neil.parkwaycc.co.uk) → review?(jag)
Not a regression, see bug 229753
Keywords: regression
What do you mean, not a regression? This worked fine in all 1.7 builds. bug 229753 deals with doing a search through the location bar. This bug deals with searching on the Google site itself.
(In reply to comment #11) > What do you mean, not a regression? This worked fine in all 1.7 builds. > bug 229753 deals with doing a search through the location bar. > This bug deals with searching on the Google site itself. wfm, Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8b3) Gecko/20050714 SeaMonkey/1.0a wfm. using the location bar for search, or using google.com. If I try to use google.com, I get redirected to google.de, but the search is ok, and sidebar stays closed.
Comment on attachment 189253 [details] [diff] [review] turn the pref off by default "code" change looks fine to me. I'll leave the final call on this to you, Neil :-)
Attachment #189253 - Flags: superreview?(neil.parkwaycc.co.uk)
Attachment #189253 - Flags: review?(jag)
Attachment #189253 - Flags: review+
I finally narrowed down the cause of my problem. See, in my searchplugins folder, I have the plug-in for GoogleBE_nl. While I have this plug-in, and "Open Sidebar..." checked: -Searching on Google.be pops up the sidebar, as well as showing the results on the site. -Searching via the location bar pops up the sidebar, as well as showing the results on the site. When I don't have this plug-in: -Searching on Google.be shows the results on the site. -Searching via the location bar pops up the sidebar. I think the real issue here is the search plug-ins, and how they are handled. The reporter probably uses Google.com, and its search plug-in.
Correction: searching via the location bar (with the Google.com plug-in) without my search plug-in pops up the sidebar AND shows the results on the Google.com site.
(In reply to comment #12) >If I try to use google.com, I get redirected to google.de, >but the search is ok, and sidebar stays closed. Ah, but if you install the google.de plugin then it will trigger the auto-open.
Attachment #189253 - Flags: superreview?(neil.parkwaycc.co.uk) → superreview-
Will relnote for 1.0a, but not block.
Flags: blocking-seamonkey1.0a+ → blocking-seamonkey1.0a-
Keywords: relnote
Whiteboard: [need 1.0a relnote]
http://lxr.mozilla.org/seamonkey/source/xpfe/components/search/src/nsInternetSearchService.cpp#2812 Could this search be modified to search for the "&client=mozilla&rls=org.mozilla:en-US:unofficial" that we add to the URL when you do a search from the URL bar instead of Google's page?
Whiteboard: [need 1.0a relnote]
Based on some discussion on IRC, this may be by design.
If so, it would be very bad design, in my opinion. Come on, you search on Google.com, and you get TWO instances of results? Not to mention that the Search mentioned wouldn't be a search on a website.
Can we please just flip the pref off? I always have to show my friends how to disable sidebar... I'd imagine they represent more people than the few developers who like it. Those developers know where the pref is.
I personally think it should be fixed instead of being thrown in the 'forget bin'. I'm not a Mozilla developer, but I think it shouldn't be too hard to fix. I think it would be fixed by removing the link between the sidebar search and the searching done on the site.
(In reply to comment #22) > I personally think it should be fixed instead of being thrown in the 'forget > bin'. I'm not a Mozilla developer, but I think it shouldn't be too hard to fix. > I think it would be fixed by removing the link between the sidebar search and > the searching done on the site. Lots of things seem like they should be easy until you actually see the code.
I've been trying to track down the regression window, without luck. The earliest trunk build available for Windows, 20041005, shows this behavior, as well as 1.7 Final, and 1.6 Final.
With browser.search.opensidebarsearchpanel set to true, any search engine, that is added to the SeaMonkey search list via window.sidebar.addSearchEngine() shows this behaviour. Eg. open dmoz.org with google.com as default search, make a search and the sidebar will still popup.
Yeah, that's known. At least by me. When a page is loaded, the search component is loaded, and it checks all the installed search engines for a math with the URL. Every time.
==> me I have a patch that explicitly opens the search panel if URL bar search is invoked from the autocomplete popup. But the text in the pref panel is no longer appropriate --"Open the Search tab in the Sidebar when search results are available" "...when a search is invoked" ?
Assignee: cst → ajschult
Attached patch patch (obsolete) — Splinter Review
We'll still switch to the search tab within the sidebar if you manually search google (if the pref is set), but only if the sidebar is already open.
Attachment #189253 - Attachment is obsolete: true
Attachment #210443 - Flags: superreview?(neil)
Attachment #210443 - Flags: review?(jag)
Comment on attachment 210443 [details] [diff] [review] patch You seem to have forgotton the search button.
Attachment #210443 - Flags: superreview?(neil) → superreview-
Comment on attachment 210443 [details] [diff] [review] patch > You seem to have forgotton the search button. http://lxr.mozilla.org/seamonkey/source/xpfe/browser/resources/content/navigator.xul#226 Search button goes the OpenSearch which still opens the search sidebar if the pref is set. http://lxr.mozilla.org/seamonkey/source/xpfe/browser/resources/content/navigator.js#1098
Attachment #210443 - Flags: superreview- → superreview?(neil)
Neil pointed out that checking the pref in UpdateInternetSearchResults was pointless
Attachment #210443 - Attachment is obsolete: true
Attachment #210740 - Flags: superreview?(neil)
Attachment #210740 - Flags: review?(jag)
Attachment #210443 - Flags: superreview?(neil)
Attachment #210443 - Flags: review?(jag)
Attachment #210740 - Flags: review?(jag) → review+
Attachment #210740 - Flags: superreview?(neil) → superreview+
fixed
Status: NEW → RESOLVED
Closed: 20 years ago19 years ago
Resolution: --- → FIXED
I think that this option should be unchecked by default Thanks
Sorry, but the module owner can't be convinced of that. Besides, with this patch, it doesn't really matter anymore.
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: