On 12/16/2017 2:40 PM, Cecil Bankston wrote:
Thanks.  Positioning the cursor over that very thin target area did work.  I had been clicking the drop-down arrow, which works on most such menus.  Actually, clicking anywhere on the tool title or arrow works on other browsers.  Why would the target be so much smaller with SeaMonkey?

I have not changed minimum font size, which defaults to none.

Paul B. Gallagher wrote:
Cecil Bankston wrote:

The Tools button on the Google search page opens drop-down lists for setting time range of search results and verbatim/all results settings. These tools work as expected in other browsers, but clicking the drop-down tools in SeaMonkey does nothing.

Their webmaster is an idiot, designed the page layout poorly.

You have to mouse over a very thin sliver of space just under "Any time" and "All results" to get the options for those parameters. When the cursor turns to a hand (or whatever symbol indicates a clickable link on your system), click and you'll see the options:

Any time       All results
Past hour      Verbatim
Past 24 hours
Past week
Past month
Past year
Custom range

It also helps if you don't set a minimum font size for "Western." The larger your minimum font size, the harder it is to find that sliver of clickable space.

Edit | Appearance | Fonts




Bad browser sniffing. They use different css instructions for SM because they are using browser name instead of rendering engine. Add this to the userContent.css file in your SM profile chrome folder:

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

Lem Johnson
_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to