Giter Site home page Giter Site logo

Comments (13)

Aris-t2 avatar Aris-t2 commented on May 30, 2024

Post a screenshot.

I hope you don't mean the search content at popups bottom, because that stuff is handled by "browser.urlbar.oneOffSearches" preference.

from customcssforfx.

AndersOhrt avatar AndersOhrt commented on May 30, 2024

It's this one:

searchwith

I've already set oneOffSearches to false.

from customcssforfx.

Aris-t2 avatar Aris-t2 commented on May 30, 2024

Looks like this for me before and after "enabling" ac_popup_searchwith_and_visit_items_hidden.css :
1

2

Make sure you are only using this projects files and do not combine any CSS code with previous custom/own code while testing.

This code is used by that option:

/* Hide "Visit/Search" items */
#PopupAutoCompleteRichResult richlistitem:first-of-type:-moz-any([type*="heuristic"],[actiontype="searchengine"],[actiontype="visiturl"],[actiontype="keyword"],[actiontype="switchtab"]),
#PopupAutoCompleteRichResult richlistitem[anonid="type-icon-spacer"] {
  display: none !important;
}

#PopupAutoCompleteRichResult .autocomplete-richlistbox {
  min-height: 0 !important;
  height: auto !important;
}

from customcssforfx.

AndersOhrt avatar AndersOhrt commented on May 30, 2024

I downloaded 1.2.8, and put it in Chrome, and changed just one line to enable this CSS file, and I still get the "Search with Google" line. I also disabled all addons but that did not help. Here's my about:config, filtered by ".search", if that helps.

aboutconfig

from customcssforfx.

Aris-t2 avatar Aris-t2 commented on May 30, 2024

I'm not sure how to help you.
I've tested this on multiple Firefox versions (57-59) and OSs and it worked everywhere.

Setup Portable Firefox with Fx 57 and test it there.

from customcssforfx.

AndersOhrt avatar AndersOhrt commented on May 30, 2024

I installed FirefoxPortable 57, and have the same issue there.

I went to github, so it's in the history, and set oneOffSearches to false, and then restarted. I entered "github" in the location bar, and got image 1.

I installed the custom CSS 1.2.8, with default settings, and got image 2 (both "Visit" lines and "Search with Google").

I then enabled the ac_popup_searchwith_and_visit_items_hidden.css, and got image 3. The "Visit" lines disappeared, but the "Search with Google" is still there.

1
2
3

from customcssforfx.

AndersOhrt avatar AndersOhrt commented on May 30, 2024

Oh, and I really appreciate you effort. If you still cannot reproduce, I can provide the zipped up FirefoxPortable for you if you want.

I have this issue on both my laptop and my workstation, both are Windows 7, and they use sync so most settings are identical.

from customcssforfx.

Aris-t2 avatar Aris-t2 commented on May 30, 2024

You have to disable the search suggestions inside browser settings as they are adding these extra "Search with..." results. I will add a note about this to userChrome.css.

1

from customcssforfx.

AndersOhrt avatar AndersOhrt commented on May 30, 2024

I disabled that in FirefoxPortable, and that worked as it should ("Search with" disappeared"). But, I had already disabled that in my normal Firefox... So I assume this is a Firefox bug, where is adds the search suggestions, even though I've clearly told it not to. I'll compare the settings with FirefoxPortable and see if I can find the reason.

from customcssforfx.

AndersOhrt avatar AndersOhrt commented on May 30, 2024

I found a fix, by settings keyword.enabled to false. But it's set to true in FirefoxPortable... So some stupid Firefox bug. Thanks for looking at it anyway. =)

from customcssforfx.

Aris-t2 avatar Aris-t2 commented on May 30, 2024

The default value for keyword.enabled is true, so either you, Firefox or an add-on changed it in the past.
Thanks for finding this. I can add that info to my userChrome.css description.

from customcssforfx.

AndersOhrt avatar AndersOhrt commented on May 30, 2024

I think you misunderstood me. I was using the default value of true, and had the problem. Changing it to the non-default of false fixed it. That part makes sense. But in FirefoxPortable, using the default value did not give the problem. So it must be some interaction with another settings.

from customcssforfx.

Aris-t2 avatar Aris-t2 commented on May 30, 2024

You are right, I misunderstood you.

from customcssforfx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.