顯示下列標籤的問題: 顯示所有問題

opening firefox browser

When i open the firefox browser it only opens half screen, i click on the enlarge icon and the page flicks from the left of screen to the right of screen, i have to click… (閱讀更多)

When i open the firefox browser it only opens half screen, i click on the enlarge icon and the page flicks from the left of screen to the right of screen, i have to click on the enlarge icon again to get full screen. How do i change the settings so the browser opens in full screen everytime ?

butchmax 於 17 小時前 詢問

Zoomed in page alignement

Hello all, I am looking for a way to lock align a zoomed in site (when horizontal scroll bar is visible) to the right instead of default alignment to the left when I ope… (閱讀更多)

Hello all,

I am looking for a way to lock align a zoomed in site (when horizontal scroll bar is visible) to the right instead of default alignment to the left when I open next page.

alen.jerman 於 5 天前 詢問

CLOSE TAB in content area context menu.

I have previously been able to include the tab 'Close Tab' item in the #contentAreaContextMenu by adding it to browser.xhtml. This no longer works even though 'Reopen Clo… (閱讀更多)

I have previously been able to include the tab 'Close Tab' item in the #contentAreaContextMenu by adding it to browser.xhtml. This no longer works even though 'Reopen Closed Tab' and 'New Tab' still do.

     <menuitem id="toolbar-context-openANewTab"
               command="cmd_newNavigatorTab"
               data-l10n-id="toolbar-context-menu-new-tab"/>
     <menuitem id="context_closeTab"
               label="Close Tab"
               data-lazy-l10n-id="tab-context-close-n-tabs"
               data-l10n-args='{"tabCount": 1}'/>
     <menuitem id="context_undoCloseTab"
               label="Reopen Closed Tab"
               data-l10n-id="tab-context-reopen-closed-tabs"
               data-l10n-args='{"tabCount": 1}'
               observes="History:UndoCloseTab"/>


I was previously using the following which no longer works either.

     <menuitem id="context_closeTab"
               label="Close Tab"
               oncommand="BrowserCloseTabOrWindow(event);"/>

deanone 於 3 週前 詢問