Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

In Firefox 6.0, bookmark submenu freezes if it has many items.

  • 5 trả lời
  • 3 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

I have many folders in my bookmark menu, & many folders have lots of bookmarks in them. If I open a folder with many bookmarks, it displays the new submenu on top of the old one, preventing me from reaching any other submenu. This makes it impossible to open folders that are not at the top of the list.

I have many folders in my bookmark menu, & many folders have lots of bookmarks in them. If I open a folder with many bookmarks, it displays the new submenu on top of the old one, preventing me from reaching any other submenu. This makes it impossible to open folders that are not at the top of the list.

Tất cả các câu trả lời (5)

more options

You may have one or more bookmarks with a long title.
The width of a column in the Bookmarks menu list is in current Firefox versions automatically adjusted to fit the bookmark with the longest name.
You can check the names of the bookmarks and make the longer ones shorter.

more options

This feature is useless. I have hundreds of bookmarks, and it will be very time consuming to edit each one. It's not that I chose a lot of long titles: when you save a bookmark initially, it automatically fills in the title (usually with something long.) Earlier versions of Firefox didn't have this problem.

To fix this feature you could do what Chrome does: truncate the bookmark title and add an ellipsis. Firefox is currently unusable to me as it doesn't let me access my bookmarks.

more options

You can try to use the Bookmarks sidebar instead to see if that also has the problem.

  • View > Sidebars > Bookmarks

You may be able to set a max-width for the bookmarks if you use the Bookmarks Menu button on the Bookmarks toolbar or the one that you can find in the toolbar palette.


Add code to userChrome.css below the @namespace line.

You can use the ChromEdit Plus or Stylish extension to have easier access to the customization files.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#BMB_bookmarksPopup .bookmark-item {max-width:500px!important}
more options

The Bookmarks sidebar works great! Thanks for the suggestion! But what is all that stuff about Chrome.css?

more options

The file userChrome.css is a customization file that allows to make CSS appearance changes to the user interface.
There is a similar file userContent.css to do the same for web page.

The code that I posted above sets a maximum width for bookmarks item in the popup list of the Bookmarks Menu button. In this case 500px, but you can set any preferred maximum width.
On Windows and Linux you can do this also for the Bookmarks menu, but on Mac that menu is under control of the Mac OS and can't be styled by Firefox.

See also Stylish: