Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo
  • Kusonjululiwe
  • Okugcinwe kunqolobane

Picture in picture is not appearing

Yesterday I had Picture-In-Picture (shortened into pip for next mentions) working on youtube, then after one day, PIP no longer works on any of the websites, including yo… (funda kabanzi)

Yesterday I had Picture-In-Picture (shortened into pip for next mentions) working on youtube, then after one day, PIP no longer works on any of the websites, including youtube. I tried disabling and enabling pip, entering troubleshoot mode, and none of them worked. Not reinstalling because it will be annoying to log in everywhere I've had account at.

Any solution?

Asked by khat 1 unyaka odlule

Answered by khat 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Preloading tabs

How can I set tabs to automatically preload when I open the browser? I'm just trying to switch from Chrome to Firefox and I can't find such a setting here, although it is… (funda kabanzi)

How can I set tabs to automatically preload when I open the browser? I'm just trying to switch from Chrome to Firefox and I can't find such a setting here, although it is a very convenient functionality. I mean that when I open the browser, I can click on any of the tabs and it will be (partially or completely) immediately ready to work without additional loading.

Asked by lobunetsdaniil 8 izinyanga ezidlule

Answered by zeroknight 8 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Bookmark synced tabs without opening them?

Hi Trying to make sync work the way I want. Initial question: I've synced tabs between Windows desktop and Android. Now I would like to bookmark all those tabs in the … (funda kabanzi)

Hi

Trying to make sync work the way I want. Initial question:

I've synced tabs between Windows desktop and Android. Now I would like to bookmark all those tabs in the desktop browser, without opening them first. I've found out how to view them in the side bar, but I see no option to bookmark all tabs.

It would be nice to have synced Tabs in the Library window and Options panel.

Asked by tilsig-firefox 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

New Empty Window Problem (Mac)

I am using FF 115.7.0 on a Mac. I normally use tabs but when I need a new window, it opens with every one of my bookmarks in a tab. I can open a subject in a new window… (funda kabanzi)

I am using FF 115.7.0 on a Mac. I normally use tabs but when I need a new window, it opens with every one of my bookmarks in a tab. I can open a subject in a new window from an article in a tab from a different window but I just can't open an empty window without getting all of my bookmarks opened in (many!) separate tabs.

Thanks for any help.

Asked by omniwin 8 izinyanga ezidlule

Answered by cor-el 8 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Config for left click open in same tab, middle mouse open in new tab

Currently i found the configuration for opening in the same tab, and that middle mouse will open a new tab. However, the new tab from middle mousing, just opens the same… (funda kabanzi)

Currently i found the configuration for opening in the same tab, and that middle mouse will open a new tab. However, the new tab from middle mousing, just opens the same tab as where I middle moused. It does not appear to be loading/opening the link I clicked. Ive tried a few items in about:config but havent found one that makes it load the middle moused link.

Asked by DrunkPhionex M 12 izinyanga ezidlule

Answered by DrunkPhionex M 11 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Tabs grouping

Hi! Let's start by saying that I love Firefox, that I use it as my primary browser everywhere and I love that is not based on chromium. However, for reasons to me unknow… (funda kabanzi)

Hi!

Let's start by saying that I love Firefox, that I use it as my primary browser everywhere and I love that is not based on chromium. However, for reasons to me unknown is missing a very important feature (natively at least): tab grouping. This feature is extremely simple to implement and in today life, where in most jobs (I'm a researcher) you have to deal with a tons of tabs opened in your browser, being able to effectively organize them is a must.

My question is: has Firefox the intention to implement (again) this feature? Will this happen soon?

I'm really trying my best to not switch to a competitor browser and I really want to support Firefox and hope that it gains more and more users. But for this to happen it really needs to be on par with time. How come every other popular browser has a very good tab grouping feature and Firefox doesn't?

Please, let me know if there's a chance to see this feature implemented in reasonable times. Sooner or later, you will probably have to do that reagardless.

Wish you the best, A.

Asked by Rikan 1 unyaka odlule

Answered by TyDraniu 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Uncontrolled tab bar scrolling

I restarted firefox today, and now I have the following behavior: I have a window with many tabs open, enough that I have the little '<' and '>' scroll buttons in … (funda kabanzi)

I restarted firefox today, and now I have the following behavior: I have a window with many tabs open, enough that I have the little '<' and '>' scroll buttons in the field. Whenever I move the mouse pointer into the tab area (including the scroll buttons, but not the '+' (new tab) button to the right), unless I am actively clicking, the tabs start scrolling rightward until only the rightmost set of tabs are visible. The window being viewed does not change. I can use the 'v' tab selector to the right, and it will select the chosen tab and make that visible in the window, and make the selected tab visible in the tab bar, but when I again move the pointer into the tab area, it starts scrolling to the right. Similarly, I can click on the '<' scroll left button, or double or triple click on it, and it will scroll the tabs leftward; but immediately after completing the action, the tabs will scroll rightward to the end again.

It seems my problem is the same one as in this thread but there was no solution given there (the problem persists after restarting Firefox in troubleshooting mode). I see the same behavior as that poster with the tooltips in the tab bar, but drop-down menus such as on this submission page seem to be working normally for me.

Asked by georgeh2 1 unyaka odlule

Answered by georgeh2 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

How to set focus on newtab page and not the url bar

When I open a new tab, i would like the page to be in focus and not the urlbar. This is what i used to have in my mozilla.cfg: ``` // Auto focus new tab content try { C… (funda kabanzi)

When I open a new tab, i would like the page to be in focus and not the urlbar. This is what i used to have in my mozilla.cfg: ``` // Auto focus new tab content try {

 Cu.import("resource://gre/modules/Services.jsm");
 Cu.import("resource:///modules/BrowserWindowTracker.jsm");
 Services.obs.addObserver((event) => {
   window = BrowserWindowTracker.getTopWindow();
   window.gBrowser.selectedBrowser.focus();
 }, "browser-open-newtab-start");

} catch(e) { Cu.reportError(e); } ``` This worked until the last update. What solutions are there?

Asked by n6v26r 1 unyaka odlule

Answered by cor-el 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

open links from sidebar in new tab with ctrl without switching to it immediately

When you open a link from the sidebar while holding ctrl, firefox opens it in a new tab and switches to it immediately; whereas when you click a link from a webpage with … (funda kabanzi)

When you open a link from the sidebar while holding ctrl, firefox opens it in a new tab and switches to it immediately; whereas when you click a link from a webpage with ctrl, it does not switch to the new tab (unless you hold shift as well, or check "When you open a link, image or media in a new tab, switch to it immediately" in settings > general > tabs). I would like if firefox does not automatically switch to opened links from the sidebar (history, bookmark, etc.), when I open them with ctrl? (I know I can hold shift to do that, but I was wondering if there might be a preference in about:config to change the reverse this behaviour for sidebars)


Thanks, Ibr.

Asked by ibrahimasif1234 1 unyaka odlule

Answered by zeroknight 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Middle mouse button click, new tab opened AND switched to that tab.

Hi, Is this new feature? Once I click on link with middle mouse button, that tab is opened and switched to it. Previous firefox versions only opened tab and thats it. It… (funda kabanzi)

Hi,

Is this new feature? Once I click on link with middle mouse button, that tab is opened and switched to it. Previous firefox versions only opened tab and thats it. It is very frustrating. I want open multiple tabs and then view those tabs. Now I have to, suppose I have 5 links listed in webpage:

I middle mouse 1st link Then I have to return to my previous page I middle mouse 2nd link Then I have to return to my previous page I middle mouse 3rd link Then I have to return to my previous page I middle mouse 4th link Then I have to return to my previous page I middle mouse 5th link Then I have to return to my previous page

If it is new DEFAULT, then please make ant option to switch back in about:config, thanks!

Asked by kirsciukas 1 unyaka odlule

Answered by Terry 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Why is there no order to the dropdown Window menu?

I can't understand why the Windows menu shows us all the open windows, in no order whatsoever. Not chronological or alphabetical, just random placements, making finding a… (funda kabanzi)

I can't understand why the Windows menu shows us all the open windows, in no order whatsoever. Not chronological or alphabetical, just random placements, making finding anything a dizzying & time consuming experience, as I have to look up and down each & every time. I don't know of any other browser that gives no option as to how to sort this lis.

Asked by StevenCee 1 unyaka odlule

Answered by human321 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Disable Tab Search

Recently the V-like icon/button appeared at the right-hand end of the top line of my Firefox windows. This Tab Search could be invaluable to some, but I have no need for… (funda kabanzi)

Recently the V-like icon/button appeared at the right-hand end of the top line of my Firefox windows. This Tab Search could be invaluable to some, but I have no need for it. If I start to get too many tabs I just use another window. However, I click on it constantly when I intend to minimize the window. I have been clicking on the - icon/button in EVERY WINDOWS APPLICATION since Windows began, and as it has ALWAYS been the LEFT-MOST item in the UPPER RIGHT CORNER I haven't had to think about it in decades. But now it isn't the left-most, that is now tab search.

Please, please, PLEASE provide a configuration option to remove Tab Search from the top line.

Thanks!

Roy Harvey Cheshire, CT

Asked by RHinCT 1 unyaka odlule

Answered by TyDraniu 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Missing Pinned and Opened Tabs

Hi, least night I was using Firefox and all was fine. I closed it as usual. This morning all of my tabs were gone! I still have my bookmarks but the tabs are gone. Is the… (funda kabanzi)

Hi, least night I was using Firefox and all was fine. I closed it as usual. This morning all of my tabs were gone! I still have my bookmarks but the tabs are gone. Is there any way to get them back? I can only assume that this is from the recent update?

Thanks, Steve

Asked by Stephen Hill 9 izinyanga ezidlule

Answered by cor-el 9 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Opening new tabs

Hello, I just recently went from Brave browser back to the old days on Firefox but there is one thing that I miss and I cant find any information anywhere about that whe… (funda kabanzi)

Hello,

I just recently went from Brave browser back to the old days on Firefox but there is one thing that I miss and I cant find any information anywhere about that when I opened new tabs on Brave it didnt switch to the new tab directly. Sometimes I wanna open alot of links from a page but its a real hazzle here when I need to go back to the old tab again everytime. Is there a setting for that anywhere?

Kind regards

Asked by Naughty Princess 1 unyaka odlule

Answered by Terry 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Tabs from last session do not reopen on PC

I've looked at various suggestions to fix the above-reference problem and have checked that "open previous tabs and windows" is checked and that "clear history when Firef… (funda kabanzi)

I've looked at various suggestions to fix the above-reference problem and have checked that "open previous tabs and windows" is checked and that "clear history when Firefox closes" is *not* checked. But nothing is working. This started happening only a week or so ago.

Thank you for ideas.

Asked by marksa21 8 izinyanga ezidlule

Answered by CraigS26 8 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Middle Mouse opens link in 2 tabs / closes 2 tabs constantly

Hi Firefoxes! I updated to the latest and greatest 99.0.1, whenever i use the middle mouse button it opens every link in 2 tabs. Also when i middle mouse on a tab, 2 tabs… (funda kabanzi)

Hi Firefoxes! I updated to the latest and greatest 99.0.1, whenever i use the middle mouse button it opens every link in 2 tabs. Also when i middle mouse on a tab, 2 tabs are closed. Anyone came along this bug? Restarting FF and Windows did not help. Trying to get my notebook charged and check it on my macbook.

TYVM! Best regards, -John.

Asked by rayben1 2 iminyaka edlule

Answered by rayben1 2 iminyaka edlule