Re: Problem with Google line wrap

2017-04-06 Thread EE

Dirk Munk wrote:

EE wrote:

Dirk Munk wrote:

Richmond wrote:

You could just disable javascript when using google search. The tools
then appear as a menu on the left.


Thanks for the suggestion, but disabling and enabling Javascript all of
the time is a bit impractical.

Lemuel's solution is working like a dream, and I don't have to think of
anything with regard to this problem when I'm browsing.


If you get YesScript, you can disable just Google's ability to use
javascript.


Sure, but that would be for all of Google's web sites, including for
instance Google maps. I don't know if that is such a good idea.


What I did was use one country code for Google search and a different 
one for Google maps.  I disabled javascript for the search URL.


___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Problem with Google line wrap

2017-04-04 Thread Dirk Munk

EE wrote:

Dirk Munk wrote:

Richmond wrote:

You could just disable javascript when using google search. The tools
then appear as a menu on the left.


Thanks for the suggestion, but disabling and enabling Javascript all of
the time is a bit impractical.

Lemuel's solution is working like a dream, and I don't have to think of
anything with regard to this problem when I'm browsing.


If you get YesScript, you can disable just Google's ability to use 
javascript.


Sure, but that would be for all of Google's web sites, including for 
instance Google maps. I don't know if that is such a good idea.

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Problem with Google line wrap

2017-04-04 Thread EE

Dirk Munk wrote:

Richmond wrote:

You could just disable javascript when using google search. The tools
then appear as a menu on the left.


Thanks for the suggestion, but disabling and enabling Javascript all of
the time is a bit impractical.

Lemuel's solution is working like a dream, and I don't have to think of
anything with regard to this problem when I'm browsing.


If you get YesScript, you can disable just Google's ability to use 
javascript.


___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Problem with Google line wrap

2017-04-04 Thread Dirk Munk

Richmond wrote:

You could just disable javascript when using google search. The tools
then appear as a menu on the left.

Thanks for the suggestion, but disabling and enabling Javascript all of 
the time is a bit impractical.


Lemuel's solution is working like a dream, and I don't have to think of 
anything with regard to this problem when I'm browsing.

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Problem with Google line wrap

2017-04-04 Thread Richmond
You could just disable javascript when using google search. The tools
then appear as a menu on the left.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Problem with Google line wrap

2017-04-04 Thread Dirk Munk

Lemuel Johnson wrote:

On 4/3/2017 5:42 PM, Lemuel Johnson wrote:


Close SeaMonkey.

If you don't have one already, create the file "userContent.css" in the
folder (assuming a standard SeaMonkey install):
C:\Users\[username]\AppData\Roaming\Mozilla\SeaMonkey\Profiles\[default
profile]\chrome

You may have to create the "chrome" folder.

Paste this stanza into the new (or existing) file and save:

@-moz-document domain(google.com) {
#hdtb-msb {
display: flex;
}
}

That fixes it for me.


Actually THIS fixes it for me:

@-moz-document domain(google.com) {
 #hdtb-msb {
 display: flex !important;
 align-items: baseline;
 }
}

LJ


Thanks very much, it works for me too!

Since I'm using several Google servers (one of them is less then 20 
miles from here), I extended the domain list a bit:


@-moz-document domain(google.nl), domain(google.com), 
domain(google.co.uk), domain(google.de), domain(google.it), 
domain(google.fr){

#hdtb-msb {
display: flex !important;
align-items: baseline;
}
}

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Problem with Google line wrap

2017-04-03 Thread Lemuel Johnson

On 4/3/2017 5:42 PM, Lemuel Johnson wrote:


Close SeaMonkey.

If you don't have one already, create the file "userContent.css" in the
folder (assuming a standard SeaMonkey install):
C:\Users\[username]\AppData\Roaming\Mozilla\SeaMonkey\Profiles\[default
profile]\chrome

You may have to create the "chrome" folder.

Paste this stanza into the new (or existing) file and save:

@-moz-document domain(google.com) {
#hdtb-msb {
display: flex;
}
}

That fixes it for me.


Actually THIS fixes it for me:

@-moz-document domain(google.com) { 
#hdtb-msb {
display: flex !important;
align-items: baseline;
}
}

LJ
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Problem with Google line wrap

2017-04-03 Thread Dirk Munk

Dirk Munk wrote:

After you do a search in Google,you get a result page.
On top of that page you will find the Google logo, and next to it what 
you were searching for.


Below that is a line with the following items:

All – Images – Shopping – Videos – News – More

this line should go on with

Settings – Tools

However, it doesn’t. Settings and Tools are on the next line. It is 
possible to click on Tools, and then two options appear, Any Time and 
All Results.


Neither of these options can be used.

This is a Seamonkey problem, I don’t see it in Firefox or Chrome. There 
all items from All to Tools are in one line.


What should be done to fix it?


Thanks for all your replies.

Frank-Rainer wrote that I should report this issue to Google, and that 
of course is the best advise in the sense that Google has to solve this 
problem.


I did not install one of the user agent switch add-ons, I just used 
about:config to add the general.useragent.override preference, and gave 
it the value


Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 
Firefox/50.0 Lightning/5.4


That is the user agent string that Firefox is using on my PC. You can 
find it with the help of this web site:


http://www.whoishostingthis.com/tools/user-agent/

With my normal SeaMonkey user agent I get this:

Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:52.0) Gecko/20100101 
Firefox/52.0 SeaMonkey/2.49 Lightning/5.4


The next thing I'm going to try is Lemuel's solution, that is the 
'cleanest' one in my opinion.





___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Problem with Google line wrap

2017-04-03 Thread Paul B. Gallagher

Dirk Munk wrote:

After you do a search in Google,you get a result page.
On top of that page you will find the Google logo, and next to it what
you were searching for.

Below that is a line with the following items:

All – Images – Shopping – Videos – News – More

this line should go on with

Settings – Tools

However, it doesn’t. Settings and Tools are on the next line. It is
possible to click on Tools, and then two options appear, Any Time and
All Results.

Neither of these options can be used.


Actually (at least on my machine), they can. It's tricky, though. If you 
mouse over "Any Time" or "All Results," nothing happens, but if you 
gently move the mouse downward slightly /below/ those phrases, the 
cursor turns to the hand pointer and you can click and get results.


--
War doesn't determine who's right, just who's left.
--
Paul B. Gallagher

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Problem with Google line wrap

2017-04-03 Thread Lemuel Johnson

On 4/3/2017 3:18 PM, Dirk Munk wrote:

After you do a search in Google,you get a result page.
On top of that page you will find the Google logo, and next to it what
you were searching for.

Below that is a line with the following items:

All – Images – Shopping – Videos – News – More

this line should go on with

Settings – Tools

However, it doesn’t. Settings and Tools are on the next line. It is
possible to click on Tools, and then two options appear, Any Time and
All Results.

Neither of these options can be used.

This is a Seamonkey problem, I don’t see it in Firefox or Chrome. There
all items from All to Tools are in one line.

What should be done to fix it?


Close SeaMonkey.

If you don't have one already, create the file "userContent.css" in the 
folder (assuming a standard SeaMonkey install):
C:\Users\[username]\AppData\Roaming\Mozilla\SeaMonkey\Profiles\[default 
profile]\chrome


You may have to create the "chrome" folder.

Paste this stanza into the new (or existing) file and save:

@-moz-document domain(google.com) {
#hdtb-msb {
display: flex;
}
}

That fixes it for me.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Problem with Google line wrap

2017-04-03 Thread Frank-Rainer Grahl

Dirk Munk wrote:

What should be done to fix it?


Complain to google. Bad user agent sniffing.

If they do not fix it you need to use a user agent changer and use the Firefox 
user agent string for google. Try prefbar or user agent switcher.


FRG
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Problem with Google line wrap

2017-04-03 Thread Dirk Munk

After you do a search in Google,you get a result page.
On top of that page you will find the Google logo, and next to it what 
you were searching for.


Below that is a line with the following items:

All – Images – Shopping – Videos – News – More

this line should go on with

Settings – Tools

However, it doesn’t. Settings and Tools are on the next line. It is 
possible to click on Tools, and then two options appear, Any Time and 
All Results.


Neither of these options can be used.

This is a Seamonkey problem, I don’t see it in Firefox or Chrome. There 
all items from All to Tools are in one line.


What should be done to fix it?
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey