Wo le biabia siwo wotag la fiam:

Issue attachment dropdown menu

Not sure if this is a Linux or Firefox issue, but here goes. In the past when uploading pictures for instance in Gmail I got a menu showing places EG pictures, video's et… (xle nububuwo)

Not sure if this is a Linux or Firefox issue, but here goes. In the past when uploading pictures for instance in Gmail I got a menu showing places EG pictures, video's etc. Example - home - pictures- cats - black cats - list of jpg's, click attach. When attaching another pic from the same folder etc it used to default to the same folder location with the list of jpg's.

With the last few FF updates that isn't the case any more, when next attaching a pic file I now have to start again from scratch EG home, pics, cats, black cats instead of click attach straight to list of jpg's in back cats.

Is there anyway I can configure FF back to the old setting please?

Open

Sites only working in Chrome.

Hello all Firstly I have been using Firefox for about 2 decades and it has always worked perfectly - you can take a bow. Now for my problem I have been using Firefox for… (xle nububuwo)

Hello all

 Firstly I have been using Firefox for about 2 decades and it has always worked perfectly - you can take a bow.
Now for my problem
I have been using Firefox for internet banking for many years without any problems - the usual login, password ans secret questions. Just after Xmas my bank updated it's website and suddenly nothing works. I was told that it now only works on Chrome and NOTHING else - not Firefox, Edge or anything else. I am able to log-in but can't see my account balances or perform any other functions - it just jams up to the point that I even have trouble closing Firefox.
I use Firefox exclusively because I don't trust Chrome or Google - they are just a massive data collection/sharing operation. I have Chrome Mask installed but it just doesn't make any difference.
 Is there anything that I can do or add-on to over-ride this problem?

I am running Mint Linux 22.2 with Firefox 151.0.1

Open 6 65

Alt-<number> passes onto the web page unintended during tab switch

The Alt-<number> keyboard shortcut is used to switch between tabs. However, the key event used to switch a tab seems to also propagate down to the content itself. T… (xle nububuwo)

The Alt-<number> keyboard shortcut is used to switch between tabs. However, the key event used to switch a tab seems to also propagate down to the content itself. This creates weird interactions:

- I switch to third tab - The web page running in the third tab actually uses Alt-3 to do something - After switching tabs the web page does something unexpected because the browser chrome didn't swallow the event during its tab-switching procedure.

The most irritating candidate seems to be XenForo forum software that uses Alt-<number> to go to different sections in its menubar. For example, alt-4 seems to open a search page and going there provides no new entry in the browser history. So, if I've tab-opened the forum to display new posts and then later I switch to it using Alt-4, it makes the content go to its search panel with no way to go back to new posts. Ironically, switching _away_ from the tab 4 does not register to the content so I can't even use the forum's own keyboard shortcuts to navigate back to new posts section or any other section. Having the forum in tab X will only ever let the forum see Alt-X and nothing else.

This all stems from the fact that Firefox lets the initial tab-switching key event through whereas I think it shouldn't. It maybe should if the corresponding tab is already active but it certainly shouldn't when a tab-switch actually occurs.

I've obviously disabled the content's capability to override keyboard shortcuts but it doesn't help in this because the content is not overriding anything: it seems to be just listening to a keyboard event that it shouldn't see.

Did I miss some option in about:config or do others see this as well?

Open 9

Some characters don't display properly.

There are certain websites that, on firefox only, display apostrophes and quotations as Russian letters. For example, on google docs, if I type "He's such a great friend"… (xle nububuwo)

There are certain websites that, on firefox only, display apostrophes and quotations as Russian letters. For example, on google docs, if I type "He's such a great friend" it will display уHeТs such a great friendФ. When I open the document on the app, it is normal, but I haven't been able to figure out why it does this on my computer. I use Mozilla Firefox for Fedora 149.0.2 for reference.

Open

URL-bar paste behavior change

I used to paste a text selection (temporary clipboard) into the URL bar and it would replace the loaded text/url. Now, it inserts it to the existing content at the point … (xle nububuwo)

I used to paste a text selection (temporary clipboard) into the URL bar and it would replace the loaded text/url. Now, it inserts it to the existing content at the point of the cursor. Why does it do it now? Is this an option i have to disable or is it a bug?

This is on v151 now

Open 37

scrollbar color and width

A while ago I made some changes in about:config and also in my ~/.config/gtk-3.0/gtk,css file so as to control my scrollbar and slider -- making them more visible: /* Log… (xle nububuwo)

A while ago I made some changes in about:config and also in my ~/.config/gtk-3.0/gtk,css file so as to control my scrollbar and slider -- making them more visible:

/* Log out, and back in for these changed to take effect: */


scrollbar { background-color: #cccccc; } scrollbar slider { min-width: 20px; }

/* dark green: pointer is not in the active window */ scrollbar slider:backdrop { background-color: #00aa00; }

/* green: pointer is in the active window but not on a slider */ scrollbar slider { background-color: #00ff00; }

/* dark red: pointer is hovering over slider but mouse button not pressed */ scrollbar slider:hover { background-color: #aa0000; }

/* red: slider is active */ scrollbar slider:hover:active { background-color: #ff0000; }

/* No effect: */ /* scrollbar-color: blue white; */


... it works half the time. Some pages obey the above settings but other pages continued to show a scrollbar about a mm wide with the slider so faint as to barely be visible. So, in 'about:config' :

widget.non-native-theme.scrollbar.size.override 30

... at least made the narrow scrollbar a bit wider. But how to change it's color? Doing this in a file:

~/.mozilla/firefox/5dqk4533.default/chrome/userContent.css:

html,body{

   scrollbar-color: yellow blue !important;
  }
.... doesn't change anything.  Is there some complete guide to controlling the srollbars?  Nice if it could all be handled in one place of course.
Open 1 36