Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

[Feature Requests] Add description on bookmark star

  • 9 답장
  • 2 이 문제를 만남
  • 6 보기
  • 최종 답변자: 林果皞

more options

Currently the only way to add description is press <Ctrl+Shift+o> to "Show all bookmarks".

But i want to add description right in the time when bookmark by clicking the star, without extra step to "Show all bookmarks", locate the bookmark, click down arrow button to see the description text box.

Attached is the screenshot of bookmark star dialog, no such "Add description" button feature yet.

My Firefox version is 46.0.1 in gnome.

Currently the only way to add description is press <Ctrl+Shift+o> to "Show all bookmarks". But i want to add description right in the time when bookmark by clicking the star, without extra step to "Show all bookmarks", locate the bookmark, click down arrow button to see the description text box. Attached is the screenshot of bookmark star dialog, no such "Add description" button feature yet. My Firefox version is 46.0.1 in gnome.

선택된 해결법

You can add code to the userChrome.css file below the default @namespace line.


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

#editBMPanel_descriptionRow { visibility:visible!important; }

The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.

You can use this button to go to the current Firefox profile folder:


  • create the chrome folder (lowercase) in the <xxxxxxxx>.default profile folder if this folder doesn't exist
  • use a plain text editor like Notepad to create a (new) userChrome.css file in the chrome folder (file name is case sensitive)
  • paste the code in the userChrome.css file in the editor window
  • make sure that the userChrome.css file starts with the default @namespace line
  • Make sure that you select "All files" and not "Text files" when you save the file via "Save file as" in the text editor as userChrome.css.
    otherwise Windows may add a hidden .txt file extension and you end up with a not working userChrome.css.txt file
문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (9)

more options

Re-upload the screenshot.

more options

Hi,

The people who answer questions here, for the most part, are other Firefox users volunteering their time (like me), not Mozilla employees or Firefox developers.

If you want to leave feedback for Firefox developers, you can go to the Firefox Help menu and select Submit Feedback... or use this link. Your feedback gets collected at http://input.mozilla.org/, where a team of people read it and gather data about the most common issues.

more options

선택된 해결법

You can add code to the userChrome.css file below the default @namespace line.


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

#editBMPanel_descriptionRow { visibility:visible!important; }

The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.

You can use this button to go to the current Firefox profile folder:


  • create the chrome folder (lowercase) in the <xxxxxxxx>.default profile folder if this folder doesn't exist
  • use a plain text editor like Notepad to create a (new) userChrome.css file in the chrome folder (file name is case sensitive)
  • paste the code in the userChrome.css file in the editor window
  • make sure that the userChrome.css file starts with the default @namespace line
  • Make sure that you select "All files" and not "Text files" when you save the file via "Save file as" in the text editor as userChrome.css.
    otherwise Windows may add a hidden .txt file extension and you end up with a not working userChrome.css.txt file
more options

cor-el said

You can add code to the userChrome.css file below the default @namespace line.
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#editBMPanel_descriptionRow { visibility:visible!important; }

The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.

You can use this button to go to the current Firefox profile folder:


  • create the chrome folder (lowercase) in the <xxxxxxxx>.default profile folder if this folder doesn't exist
  • use a plain text editor like Notepad to create a (new) userChrome.css file in the chrome folder (file name is case sensitive)
  • paste the code in the userChrome.css file in the editor window
  • make sure that the userChrome.css file starts with the default @namespace line
  • Make sure that you select "All files" and not "Text files" when you save the file via "Save file as" in the text editor as userChrome.css.
    otherwise Windows may add a hidden .txt file extension and you end up with a not working userChrome.css.txt file


Cool, the userChrome.css works like a charm. Thanks so much :)

more options

I found 2 problems regarding to this description fields:

1. Press Enter/Alt+Enter in the description field will always close the dialog, not go to newline. 2. Press Super+Space to switch language will close the dialog too. (reference: https://wiki.archlinux.org/index.php/IBus#GNOME). If possible, make the dialog stay here when press accidentally Super key too fast when switching language.

more options

Shift+Enter in the description field also closes the dialog for me, but at least it enters a newline that is there when I reopen the dialog by clicking the star, otherwise you need to edit the description field in the Library where both Enter and Shift+Enter work for me.

more options

Hi,

I found one more problem. Once the description field edited/added once by clicking star, then in the current firefox window session, if you click bookmark star in other tabs, description field will share this new description. So far so good because the next bookmark might reuse the description.

But it's impossible to edit description for any existing bookmarked tab by clicking star, because it always show the latest buffered description text, not its storage's description text. It will replace the storage description if you edit the field.

글쓴이 林果皞 수정일시

more options

Could be related to this bug (fixed for 44+):

  • bug 1206376 - Changing properties of a new bookmark while adding it acts on the last bookmark in the current container

If you encounter issues by modifying via the properties then best would be to make the change in the Details pane in the Bookmarks Manager (Library).

more options

cor-el said

Could be related to this bug (fixed for 44+):
  • bug 1206376 - Changing properties of a new bookmark while adding it acts on the last bookmark in the current container
If you encounter issues by modifying via the properties then best would be to make the change in the Details pane in the Bookmarks Manager (Library).

It might similar but not exactly the same because the problem is buffered description shouldn't fill in if the dialog is an already bookmarked and has its own saved description already. And my firefox is up to date 46.0.1 already but the bug verified fixed on firefox 44. May be time to report a bug.

It might lead to confusing because buffered description hard(if not impossible) to distinguish it's a new bookmarked(by click the star twice consecutive) VS it's an existing bookmarked before. So i suggest, never insert buffered description by default, it should solve the bug.

Anyway, thanks for your response.

글쓴이 林果皞 수정일시