Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Learn More

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

  • 3 respostas
  • 0 têm este problema
  • 5 visualizações
  • Última resposta por 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

Todas as respostas (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.