Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo
  • Okugcinwe kunqolobane

New tabs in Firefox

When I go into Firefox & I bring up my bank for example if I go to another tab to bring up something else most times it won't do it. So then I have to shut it down &… (funda kabanzi)

When I go into Firefox & I bring up my bank for example if I go to another tab to bring up something else most times it won't do it. So then I have to shut it down & open it up again which is intensly annoying. This never used to happen say a year ago.

Asked by carolyn.reayyoung 1 unyaka odlule

Last reply by cor-el 1 unyaka odlule

  • Okugcinwe kunqolobane

Print popup window ghosted except for Format field

I'm on FF Beta v105.0b6, and a recent upgrade (I'm guessing from 104 to 105) has caused popup windows to be ghosted when saving files, leaving only the file selector fiel… (funda kabanzi)

I'm on FF Beta v105.0b6, and a recent upgrade (I'm guessing from 104 to 105) has caused popup windows to be ghosted when saving files, leaving only the file selector field visible and floating above the main window, often indistinguishable from the text below it. I've been able to work around this by temporarily jumping to another screen or window and then back to find the complete popup window magically revealed.

I've attached two clips from windows a see after clicking Download link on the https://www.mozilla.org/en-US/firefox/new/ page. This ghost behavior also happens on pages where I right-click context to "save as" or click download link for TXT, PDF, PKG or other types of files.

This doesn't seem to be a popup blocking issue, since my FF is not configured to block these specific sites and the popup is minimally visible. Also, the temporary workaround of simply switching my view away and back points more to a page rendering issue.

I'd appreciate any ideas on resolving or preventing this behavior. If these clues point to a bug, I hope they help resolve the issue.

Thanks for any suggestions!

Asked by Focksee 1 unyaka odlule

Last reply by Focksee 1 unyaka odlule

  • Okugcinwe kunqolobane

Firefox developer edition crashes when closing some tabs

When I close a tab, sometimes it crashes. I tried with `-safe-mode` and the error persists. Let me know if I can add more information. Report ID bp-d44804f7-fd73-4088-9d… (funda kabanzi)

When I close a tab, sometimes it crashes. I tried with `-safe-mode` and the error persists. Let me know if I can add more information.

Report ID bp-d44804f7-fd73-4088-9d00-14c880220818

Asked by RodrigoMil 1 unyaka odlule

Last reply by jonzn4SUSE 1 unyaka odlule

  • Okugcinwe kunqolobane

How to completely remove tabs bar using userChrome.css

I have been seaching for the solution for the whole day, and i found the closest one. It Does remove tabs, windows buttoms, but the background bar still remains, and i do… (funda kabanzi)

I have been seaching for the solution for the whole day, and i found the closest one. It Does remove tabs, windows buttoms, but the background bar still remains, and i dont need it this way. So thats the code i used to make it >>>>>

  1. main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar .titlebar-spacer {
       border-inline-end: none;

}

  1. main-window:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
 opacity: 0;
 pointer-events: none;

} /* This makes the bar shorter vertically but removes the 3 window buttons */

  1. main-window #TabsToolbar {
 visibility: collapse !important;

} /* For full screen mode */

  1. TabsToolbar[inFullscreen]{
 display: none !important; 

}

On the screenshot you can see what remains on tabs' bar place I need my browser to end just above the URL string, so there wont be empty space in the top of the monitor. Can you help me find solution for this problem, please?

Asked by CobaltC17 1 unyaka odlule

Last reply by cor-el 1 unyaka odlule