Hiển thị các câu hỏi được đánh dấu: Xem tất cả các câu hỏi
  • Đã giải quyết
  • Đã lưu trữ

Right click menu keyboard shortcut

Hello, I upgraded my FireFox to the latest version 88.0 today, and noticed some changes on right click menu. In the old version, the keyboard shortcut key is a to copy a… (xem thêm)

Hello,

I upgraded my FireFox to the latest version 88.0 today, and noticed some changes on right click menu. In the old version, the keyboard shortcut key is a to copy a link, but now it was changed to L. That is really inconvenient. As you know, when you right click a link using the mouse, your right hand is still holding the mouse, and not easy to press the letter L on the keyboard.

The old menu option is "Copy Link Locaton", but the new one is "Copy Link".

Is it possible to customize the keyboard shortcut of right click menu, please?

Thank you! Brian

Được hỏi bởi Brian_30@IRQ 3 năm trước

Được trả lời bởi cor-el 3 năm trước

  • Đã giải quyết
  • Đã lưu trữ

What content is required in userChrome.css to move the tabs bar under all other bars?

Every solution which I have found for Firefox 89 "Proton" so far which moves the Tabs Bar below the Navigation Bar (AKA "address bar"), with the Menu Bar above it, does N… (xem thêm)

Every solution which I have found for Firefox 89 "Proton" so far which moves the Tabs Bar below the Navigation Bar (AKA "address bar"), with the Menu Bar above it, does NOT move the Tabs Bar below the Bookmarks Bar. The Bookmarks Bar appears to be overwritten and blank, and occupies space below the Menu Bar, Navigation Bar, and Tabs Bar. This empty space separates the three bars which are implemented and the content of the currently-selected tab below it.

Currently, my userChrome.css file is a copy posted by Cor-el (?):


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

/* TABS: below nav-bar - fixed for 108+,113+ */

/* ROOT -variables */
*|*:root {
  --tab-toolbar-navbar-overlap: 0px !important;
  
  --tab-min-height: 25px !important; /*override density*/
  --tab-min-width:  80px !important; /*override default*/
}

/* TABS: below nav-bar - no longer needed in 113+ *//*
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {
  -moz-box-ordinal-group: 10 !important;
  order: 10 !important;
}
#TabsToolbar {
  -moz-box-ordinal-group: 1000 !important;
  order: 1000 !important;
}
*/

/* TABS: position */
#TabsToolbar {
  display: block !important;
  position: absolute !important;
  bottom: 0 !important;
  width: 100vw !important;
}

/* for 107 and lower - disable this rule in 108 and newer *//*
#tabbrowser-tabs {
  width: 100vw !important;
} */

/* navigator-toolbox: PADDING */
*|*:root:not([chromehidden*="toolbar"]) #navigator-toolbox {
  padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*ADJUST*/
  position: relative !important;
}

/* TABS: HEIGHT */
#tabbrowser-tabs,
#tabbrowser-arrowscrollbox,
#tabbrowser-tabs .tabbrowser-tab {
  min-height: var(--tab-min-height) !important;
  max-height: var(--tab-min-height) !important;
}

#tabbrowser-tabs,
.tab-stack,
.tab-content {
  height: var(--tab-min-height) !important;
}

/* TABS: APPEARANCE */
#TabsToolbar {
  height: var(--tab-min-height) !important;
  margin-bottom: 1px !important;
  box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important; /*OPTIONAL*/
  background-color: var(--toolbar-bgcolor) !important;
  color: var(--toolbar-color) !important;
}

/* indicators - hide  */
.private-browsing-indicator {display: none !important;}
.accessibility-indicator    {display: none !important;}

/* window controls in full screen - hide*/
#TabsToolbar #window-controls {display: none !important;}

/* caption buttons on tab bar - hide */
*|*:root[tabsintitlebar]:not([inFullscreen="true"])
 #toolbar-menubar[autohide="true"] ~ #TabsToolbar
 .titlebar-buttonbox-container {display: none !important;}
________________________________________________________________________________________________

Evidently, the text editor for this website does several things to the above original text that, frankly, seem unnecessary and undesirable. The .CSS file is just an unformatted text file, so what is the problem with simply copying its contents and pasting it in to the body of this post?

Which is also to say that I do NOT have a clue as to what any line in the file is meant to do, what effect it has, why it is even in the file at all, or why it is written in the way that it is. So DO NOT tell me that I "CAN" create a Cascading Style Sheet on my own when I cannot even modify one that has been provided.

On the face of it, something is missing from the above CSS text. What change needs to be made to the above content so that the Bookmark Bar will appear between the Navigation Bar and the Tabs Bar??

Thank-you very much for your time and attention to this request for assistance.

Được hỏi bởi Blacklisted 3 năm trước

Được trả lời bởi DB-1 3 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Firefox doesn't remember username, but remembers password

On this site: https://www.orange.pl/twojekonto/zaloguj I can't force firefox to remember username (no problem with remembering password on next step). In older Firefox wi… (xem thêm)

On this site: https://www.orange.pl/twojekonto/zaloguj I can't force firefox to remember username (no problem with remembering password on next step). In older Firefox without WebEx there was addon which allowed to manipulate forms to prepare proper autocompletion data. This addon is not supported with WebEx anymore due to lack of proper functions. Instead Firefox Dev Team claims that mechanism built in current Firefox is enough for such tasks and mentioned addons are not needed. Seems it is wrong thinking.

I tried different approaches to save username for mentioned site but without success.

Được hỏi bởi zygdresze1 2 năm trước

Được trả lời bởi cor-el 2 năm trước

  • Đã lưu trữ

Minimize, Maximise and Exit all now hiding.

I live with Firefix always in full screen. I Don't like seeing any bars or buttons of any kind. Befor the latest update, when I moved my mouse to the top of the screen … (xem thêm)

I live with Firefix always in full screen. I Don't like seeing any bars or buttons of any kind.

Befor the latest update, when I moved my mouse to the top of the screen my tabs popped down and in the top right corner was the standard icons for "minimize" "maximize" and "exit".

With the latest update the tabs are there but the 3 buttons have gone.

If I exit full screen (F11) then they are there again, but I dont want to have to exit full screen every time I change between programes which I do every few mins. I'd be popping pages in and out of full screen every few mins!

How do I get the buttons back all the time?

Được hỏi bởi lucyblairs 2 năm trước

Lần cuối trả lời bởi tiffanyboyd78 2 năm trước

  • Đã lưu trữ

Print using system dialog can't be set as default in Firefox 97.0

I just updated from Firefox 96.0.3 to Firefox 97. When I try to print I get the Firefox preview, even though I have print.tab_modal.enabled set to false. Please fix it so… (xem thêm)

I just updated from Firefox 96.0.3 to Firefox 97. When I try to print I get the Firefox preview, even though I have print.tab_modal.enabled set to false. Please fix it so that I can get the print system dialog without going via the Firefox preview. Note that I have now reverted to Firefox 96.0.3 and won't update from this unless the problem is fixed.

Được hỏi bởi paul921 2 năm trước

Lần cuối trả lời bởi jscher2000 - Support Volunteer 2 năm trước

  • Đã lưu trữ

WHAT FREE OFFICE SUITES PROGRAM WORKS BEST WITH MOZILLA FIREFOX?

I DL'd LibreOffice. I went to Writer to create a master grocery shopping list. I figured I'd use a Table. It asked me if I wanted to Create a Database. I figured yeah, I'… (xem thêm)

I DL'd LibreOffice. I went to Writer to create a master grocery shopping list. I figured I'd use a Table. It asked me if I wanted to Create a Database. I figured yeah, I'm going to probably create all kinds of grocery shopping lists. Per store. Per item. I want to cross reference items to compare. Perhaps keep records of store price and best sale price with date of sale. I don't know what is possible yet. Anyway, to create a LIbreWriter Database it errored that I needed to install a JAVA JRE. Java says FF doesn't support it.

It linked to Oracle whereby I could not find a comparable DL to JRE.

Support.mozilla seems to have been saying do it offline with a bunch of complicated workarounds.

I just want to do something simple to fix this. I have to do a complicated update for Win7 to 8 or 10, then to 11 and have been preparing backups on my 2TB HP with an already partitioned hard drive so I don't have time to mess around (plus medical issues make it difficult to do most days. I mention this because perhaps Win11 will factor into your reply.

What's the best thing to do? DL a specific/different Office Style Suite to work with FF? If so which? What's the safest way to go? Thank you for your advise.

Được hỏi bởi islander1 2 năm trước

Lần cuối trả lời bởi James 2 năm trước

  • Đã lưu trữ

How can I get rid finally from update message ?

I asked such a question the day before yesterday, but none answered me I still use window 7 32 bit and I never want to update The new version ( V 98.01 ) is not compat… (xem thêm)

I asked such a question the day before yesterday, but none answered me I still use window 7 32 bit and I never want to update The new version ( V 98.01 ) is not compatible with Window 7 A black screen is shown just I open the Firefox browser I thought it is virus, but it is not so. Now I am sure of the problem I uninstalled the new version and changed for an old version ( V 80.01 ) and the black screen is never shown The black screen which I complain about= crashing of the browser because it is not covenant to Window 7

2- I changed the update to  (   Check for updates but let you choose to install them )  and the problem is ended but a message about updating still appears in the right corner  need me close each time. 

How can I get rid finally from update message in the toolbar ? In V 80.01 there is no choice ( never check for update )

Được hỏi bởi mohammad Ahmad 2 năm trước

Lần cuối trả lời bởi mohammad Ahmad 2 năm trước

  • Đã lưu trữ

how can i start up with previous session without every tab opening (connecting) I want to only connect when i click on the tab.

I currently have like 40 windows and a few hundred of tabs opened from when the bookmark star was not working after updates. I have found it too difficult to organize my… (xem thêm)

I currently have like 40 windows and a few hundred of tabs opened from when the bookmark star was not working after updates. I have found it too difficult to organize my current filing system ever since they stopped the drag and drop feature. I want to type in more than the first letter to find a file or folder. I want to type in a word - have those FOLDERS only come up to chose from with that word in their titles..but alas no field to do so. The Organize page is hard to find - below the options as a postscript on the ff options submenu. Once there - it doesn't bring up just folders in one box and the files that you want to organize in another box and the ability to drag them into the right folder. Instead it brings up only misc files in no particular order. I can't work with that for type of job. This is more for finding a file I think - alone. So -that's why I left so many files up. Not my normal way to do things - I would file them then close all windows down empty - or maybe just what I was working on still up. Not my question. My question is just what was in the title bar. That's all. Thanks. Oh I know the setting is there to have them open at start up or not. Question is is I say no - will they be deleted? I know you can click on "restore prior session" from the ff menu after history. (altho I can't see it - poss bec I opened with prior session. ) I basically want access to SEE my prior session windows/tabs without opening them until I CLICK on them to activate them. I want to see the TITLE of the links basically "off-line" and decide if I want to go there and work or not one by one - NOT to "restore all" or not. And if you don't restore previous session on your subsequent session - and logoff/shutdown. Is the prior session lost for your "3rd session and forward"? does it only save the very last session? say i had 40 windows open. chose not to open them auto next session - via settings. AND i never opened them all for that subsequent session. What happens to those 40 windows the next time? Are they unsaved? Since i never opened them - say only used the new blank windowtab to check the weather. closed the link shut down. That session had no windows or tabs left open but the home page = next session should have no windows or tabs saved in the ff menu underneath the history by how it is said. There is no clarification. It's a big deal to just try it - and lose 300 tabs I need to look at and favorite through. Get me? I hope it's clear. I feel you only need the title bar but it wouldn't allow so I felt I had to elaborate. PLS help. I have to clean up to do MS OS upgrades, backups, I have partions, gotta read up so this thing has to be fixed first. Plus auto opening/connecting to links on all those tabs at start up is interferring with updates bec they happen at the same time - badddd news. Thanks all!

Được hỏi bởi islander1 2 năm trước

Lần cuối trả lời bởi cor-el 2 năm trước

  • Đã lưu trữ

How do I get LIBREOFFICE to work in FF? D/L went fine. It's an AFTER D/L ERROR: requires a 64-bit Java runtime environment (JRE) to perform this task. Please install a JRE. FF won't work with JAVA though. Can't find workaround add-on.

LibreOffice error: LibreOffice requires a 64-bit Java runtime environment (JRE) to perform this task. Please install a JRE and restart LibreOffice. https://hub.libreoff… (xem thêm)

LibreOffice error: LibreOffice requires a 64-bit Java runtime environment (JRE) to perform this task. Please install a JRE and restart LibreOffice. https://hub.libreoffice.org/InstallJava/?LOlocale=en-US

I found nothing in FF extensions add-ons to facilitate this program/app. FF won't work with JAVA files but they provided no alternative. LibreOffice is the only free Office-like program/app. that is currently up and working today that I can find on any list I've pulled via browser on the first page or two.

It is so confusing to go to Edge or Chrome to use it - and hard to move things from FF over to Edge to get to LibreOffice - can't follow what I'm doing that way. I want to use FF. I feel safer there.

I don't trust downloading from random sites. Bait and switch for files. Malware. If there are is a trust-worthing d/l workaround pls tell me. I;m not up on them - not in the loop.

I need assistive technology really - this is just a start for me to get organized. You can give me advise on what keeps you swift and organized if you can too. Appreciate that much too. Thanks for any help.

Được hỏi bởi islander1 2 năm trước

Lần cuối trả lời bởi islander1 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

My pass word

Dear Sir I went to an organization on 21/03/2022 for assistant on an issue, in processing the matter I need to open my yahoo mail box for the relate documents within my m… (xem thêm)

Dear Sir I went to an organization on 21/03/2022 for assistant on an issue, in processing the matter I need to open my yahoo mail box for the relate documents within my mail. A lady who assistant me use her lap top computer to open my mail box - I enter my pass word, then a window camp up to asked if I want to save my pass word (with dark color) or not,(with gray color) I was in a stage of rush I just click on right top Conner 'x' she took her computer to other room ( in where I can not see ) I was too naive and don't know if all of my mails had been read by them? - It is my privacy. When I got home I was worried and at next day I changed my yahoo mail pass word. As my pass words are saved within Firefox when I want to open a site it is auto fill the pass word. 1: Is my pass word will saved in that lady's computer? 2: Although I have changed my yahoo mail pass word is it safe? Can that lady able to get to Firefox to see my saved pass word and open my email box? - explore all my emails? Please help I am really worried. I look forward to hearing form you soon. Thank you. Kind regards.

Louise

Được hỏi bởi louiseloren 2 năm trước

Được trả lời bởi cor-el 2 năm trước

  • Đã lưu trữ

Autofilling password

Fire Fox has taken to auto filling my password on my brokerage account. This leaves the account available to anyone that can turn my computer on. I do not have a password… (xem thêm)

Fire Fox has taken to auto filling my password on my brokerage account. This leaves the account available to anyone that can turn my computer on. I do not have a password saved for the brokerage account and have the company listed to be excluded. This just happened in the last few weeks.

Được hỏi bởi HowieE 2 năm trước

Lần cuối trả lời bởi HowieE 2 năm trước

  • Đã lưu trữ

czyszczenie historii przeglądania stron z wiersza poleceń jaką komendę użyć?

Dzień dobry jak mogę wyczyścić historię przeglądania z pozimu wiersza poleceń (CMD) dla przegladarki Firefox? chciałbym politykę utworzyć by uruchomić zadanie dla wszystk… (xem thêm)

Dzień dobry jak mogę wyczyścić historię przeglądania z pozimu wiersza poleceń (CMD) dla przegladarki Firefox? chciałbym politykę utworzyć by uruchomić zadanie dla wszystkich komputerów czy jest taka możliwość?

pozdrawiam Marek Wojnarowski

Được hỏi bởi wojnarowski.marek 2 năm trước

Lần cuối trả lời bởi cor-el 2 năm trước

  • Đã lưu trữ

Firefox Win10 reCpacha

Hi all, I'm getting a page asking for validate reCaptcha on every Google search. Using Chrome or Edge on same computer(Win10) and same time I don't receive the page val… (xem thêm)

Hi all,

I'm getting a page asking for validate reCaptcha on every Google search.

Using Chrome or Edge on same computer(Win10) and same time I don't receive the page validation.

On my network I have the same behavior on others Win10 computers. All my computers have Kaspersky installed.

What I have to do? Some different setting?

Waiting for a help and best regards,

Ronaldo Luiz

Được hỏi bởi ronaldo4 2 năm trước

Lần cuối trả lời bởi ronaldo4 2 năm trước

  • Đã lưu trữ

problem with changing the volume of one card

Why can't I change the volume in one tab? During a meeting, for example, the radio is on, and it is much louder than the meeting, and you cannot adjust the volume of a si… (xem thêm)

Why can't I change the volume in one tab? During a meeting, for example, the radio is on, and it is much louder than the meeting, and you cannot adjust the volume of a single tab. This is very bothersome, not only in the above case. These pages determine the volume themselves. Some have regulations on the site, but not always. I am very tired of this problem. Are there any ways to change the volume of a given tab?

Được hỏi bởi fabiw1 2 năm trước

Lần cuối trả lời bởi fabiw1 2 năm trước

  • Đã giải quyết
  • Đã lưu trữ

Firefox Support for Windows 7 beyond Jan 2023

It has recently come to my attention that Mozilla may not continue to support Firefox browsers installed on Windows 7 computers after Jan. 2023, when the extended support… (xem thêm)

It has recently come to my attention that Mozilla may not continue to support Firefox browsers installed on Windows 7 computers after Jan. 2023, when the extended support for Windows 7 ends. Is that correct?

Will Firefox continue to work, but not receive security updates after that date?

Will Firefox still work on a Windows 7 computer that gets patches from 0Patch?

Thanks!

Được hỏi bởi TNorth 2 năm trước

Được trả lời bởi James 2 năm trước