搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Bookmarks management-deliberate change or glitch?

  • 4 回覆
  • 4 有這個問題
  • 111 次檢視
  • 最近回覆由 markus95

more options

A few months ago, an automatic feature in bookmarks quit working. It used to be that when you bookmarked a page you would be prompted about what bookmarks folder you wanted to put it in. That suddenly quit working. Now, after you bookmark a page, you have to go into "Manage Bookmarks" then move it to the folder you want. I can't find a setting that would bring that back. Was this a change that was deliberately made in an update or is it just a glitch that happened somewhere along the line? If that feature was removed, I'd like to know why. It doesn't make sense.

A few months ago, an automatic feature in bookmarks quit working. It used to be that when you bookmarked a page you would be prompted about what bookmarks folder you wanted to put it in. That suddenly quit working. Now, after you bookmark a page, you have to go into "Manage Bookmarks" then move it to the folder you want. I can't find a setting that would bring that back. Was this a change that was deliberately made in an update or is it just a glitch that happened somewhere along the line? If that feature was removed, I'd like to know why. It doesn't make sense.

被選擇的解決方法

Click the bookmark star again and tick "Show editor when saving".

從原來的回覆中察看解決方案 👍 2

所有回覆 (4)

more options

選擇的解決方法

Click the bookmark star again and tick "Show editor when saving".

more options

Chiming in: macOS Ventura 13.6, Firefox ESR 115.4.0esr 64-bit.

The suggested fix by zeroknight does not work, because the edit bookmark window no longer has the checkbox for "Show editor when saving". It does not have a dropdown menu for location either.

I also went into `about:config` and verified that `browser.bookmarks.editDialog.showForNewBookmarks`is set to true, and toggling this back and forth did not change browser behaviour.

Uploading also a screenshot of what the editor now looks like.

This new behaviour triggered about a month ago.

more options

There are two separate dialogs, "Add bookmark" and "Edit bookmark". The former is used for the bookmark star in the address bar (Ctrl+D), lets you choose location and has the "Show editor when saving" checkbox. The latter is only shown when editing an existing bookmark.

more options

Found the culprit.

I've been using userChrome.css to customize some of my user experience, including hiding the bookmark star from the address bar (ever since Proton was introduced). Apparently that config choice now interferes with the actual bookmark editor itself. So users who forgot they even had made adjustments to userChrome.css can try if toggling `toolkit.legacyUserProfileCustomizations.stylesheets` in `about:config` to false helps with this issue. Then it's a matter of either disabling their `userChrome.css` permanently or updating it to show the star again.

I would recommend editor windows not be dependant on a chrome item like this, but ah well.