Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

Location bar dropdown displays less information in FF3.6 than before

  • 3 Antworten
  • 0 haben dieses Problem
  • 4 Aufrufe
  • Letzte Antwort von Morbus

more options

I recently upgraded to Firefox 3.6 from 3.0 and noticed that the dropdown menu of the location bar behaves differently. Previously bookmarks in this list showed the star marker and had a different background color (the later was by a modification in the usercss). In Firefox 3.6 both of them are only visible while typing a new URL and suggestions are shown. If I just open the dropdown menu all entries look the same. Can the old behaviour be restored?

This happened

Every time Firefox opened

== I upgraded from Firefox 3.0 to 3.6

I recently upgraded to Firefox 3.6 from 3.0 and noticed that the dropdown menu of the location bar behaves differently. Previously bookmarks in this list showed the star marker and had a different background color (the later was by a modification in the usercss). In Firefox 3.6 both of them are only visible while typing a new URL and suggestions are shown. If I just open the dropdown menu all entries look the same. Can the old behaviour be restored? == This happened == Every time Firefox opened == I upgraded from Firefox 3.0 to 3.6

Alle Antworten (3)

more options

Hello Dennis.

You'll need to check your customized CSS to make it support the new element. Because that seems like a new element was created for the dropdown.

more options

Thanks for the answer. But only the different background color was by the customized CSS, the star symbols showing in the dropdown were default behaviour. Also, it seems that just the "type" attribute is no longer valid in the dropdown menu. To explain, I used ".autocomplete-richlistitem[[type="bookmark"]" to recolor dropdown entries that were also bookmarks. This no longer works. Without the "[[type="bookmark"]" part it still recolor dropdown entries, but then all of them. Thus, I suppose the new filtering introduced in FF3.5 removed this.

more options

To add to my previous post (sorry about the double post, but as unregistered poster I cannot edit previous posts): I checked with the DOM Inspector and it seems as if when using the dropdown menu the afore mentioned "type" is always set to "favicon". Only when using the autocomplete feature of the location bar, the type is correctly set to "bookmark", ... .

I'm not sure whether this is a bug or a feature.