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 도움말 검색

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

자세히 살펴보기

Add security exception dialog box's buttons are off the bottom of the screen - how am I supposed to click them?

  • 3 답장
  • 1 이 문제를 만남
  • 1 보기
  • 최종 답변자: semrick

more options

I'm developing a web app and need to add a security exception temporarily. The Add Security Exception dialog box from FireFox is too tall to fit on the screen. The buttons at the bottom of the window are below the start menu. I can't make the dialog box smaller, it doesn't allow the edges to be dragged. The only way I can get to the buttons is at work, where I have additional monitors. If I drag the dialog box to a window with a higher(?) resolution, then I can get to the buttons. That option isn't available if I'm just using my laptop with no extra monitors.

I'm developing a web app and need to add a security exception temporarily. The Add Security Exception dialog box from FireFox is too tall to fit on the screen. The buttons at the bottom of the window are below the start menu. I can't make the dialog box smaller, it doesn't allow the edges to be dragged. The only way I can get to the buttons is at work, where I have additional monitors. If I drag the dialog box to a window with a higher(?) resolution, then I can get to the buttons. That option isn't available if I'm just using my laptop with no extra monitors.

선택된 해결법

That dialog is unnecessarily tall; it normally would be shorter.

Sometimes the settings file that stores window dimensions becomes corrupted with nonsensical values. You can rename the file and have Firefox rebuild it. Here's how:

Open your current Firefox settings (AKA Firefox profile) folder using either

  • "3-bar" menu button > "?" Help > Troubleshooting Information
  • (menu bar) Help > Troubleshooting Information
  • type or paste about:support in the address bar and press Enter

In the first table on the page, on the Profile Folder row, click the "Open Folder" button. This should launch a new window listing various files and folders in Windows Explorer.

Leaving that window open, switch back to Firefox and Exit, either:

  • "3-bar" menu button > Exit
  • (menu bar) File > Exit

Pause while Firefox finishes its cleanup, then rename xulstore.json to something like xulstoreOLD.json. If you see a file named localstore.rdf, it is obsolete, you can delete it.

Start Firefox back up again. Do windows display normally again?

That mini-reset will hide the menu bar and bookmarks toolbar. You can use one of these methods to show the toolbar list and select the desired bars there:

  • right-click (on Mac Ctrl+click) a blank spot on the tab bar (or the "+" button)
  • (menu bar) View > Toolbars
    On Windows, tap the Alt key to activate the menu bar temporarily.
  • in Customize mode > Toolbars button (see: Customize Firefox controls, buttons and toolbars)

To turn on the Bookmarks Toolbar, Menu Bar, or other bars, click it on the list.

문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (3)

more options

(Added a screen shot)

more options

선택된 해결법

That dialog is unnecessarily tall; it normally would be shorter.

Sometimes the settings file that stores window dimensions becomes corrupted with nonsensical values. You can rename the file and have Firefox rebuild it. Here's how:

Open your current Firefox settings (AKA Firefox profile) folder using either

  • "3-bar" menu button > "?" Help > Troubleshooting Information
  • (menu bar) Help > Troubleshooting Information
  • type or paste about:support in the address bar and press Enter

In the first table on the page, on the Profile Folder row, click the "Open Folder" button. This should launch a new window listing various files and folders in Windows Explorer.

Leaving that window open, switch back to Firefox and Exit, either:

  • "3-bar" menu button > Exit
  • (menu bar) File > Exit

Pause while Firefox finishes its cleanup, then rename xulstore.json to something like xulstoreOLD.json. If you see a file named localstore.rdf, it is obsolete, you can delete it.

Start Firefox back up again. Do windows display normally again?

That mini-reset will hide the menu bar and bookmarks toolbar. You can use one of these methods to show the toolbar list and select the desired bars there:

  • right-click (on Mac Ctrl+click) a blank spot on the tab bar (or the "+" button)
  • (menu bar) View > Toolbars
    On Windows, tap the Alt key to activate the menu bar temporarily.
  • in Customize mode > Toolbars button (see: Customize Firefox controls, buttons and toolbars)

To turn on the Bookmarks Toolbar, Menu Bar, or other bars, click it on the list.

more options

That did it. Thanks!