לאתר זה תהיה פונקציונליות מוגבלת בזמן שאנו מתחזקים אותו לשיפור החוויה שלך. אם מאמר מסויים לא פותר את הבעיה שלך וברצונך לשאול שאלה, קהילת התמיכה שלנו מחכה לעזור לך ב־Twitter תחת ‎@FirefoxSupport וב־Reddit תחת ‎/r/firefox.

חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

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

  • 3 תגובות
  • 0 have this problem
  • 5 views
  • תגובה אחרונה מאת 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

כל התגובות (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.