Showing questions tagged:

Scale up the UI size and how do you make it scroll smoothly instead of jerking

How in the heck do you increase the size of the UI font? I have a 1440P monitor and the TINY size of the UI font makes it nearly impossible to read the text on the menu b… (read more)

How in the heck do you increase the size of the UI font? I have a 1440P monitor and the TINY size of the UI font makes it nearly impossible to read the text on the menu buttons, I have lean forward and squint to read it because they are so damn small. I can't find anything in the settings to make the UI text larger. It is as if some dummy hard coded the UI font size so it's impossible for the average person to find out how to change it. It makes no sense whatsoever.

And please don't tell me to increase the zoom in the Windows settings, because that screws up EVERYTHING else...

Another thing that is driving me crazy is how do you set it so that scrolling with the mouse wheel is smooth and not jerky? When i scroll with the mouse wheel, instead of smoothly moving the page up or down, it JERKS a couple of lines at a time. This is the only browser that it does that in. I have smooth scrolling ON in the mouse settings on my computer but for some reason, only Firefox is doing this.

Archived 2 336

enhanced tracking protection prevents web sites form working

I am using version 140 on Linux and now two company sites do not work properly when "enhanced trakcing protection" is enabled. The 2 companies are "public mobile" a Cell … (read more)

I am using version 140 on Linux and now two company sites do not work properly when "enhanced trakcing protection" is enabled. The 2 companies are "public mobile" a Cell phone provider and "Voip.ms" a phone provider.

When I log onto public mobile I cannot view my specific account information, I can see other menu information. voip.ms I cannot log on either chat or the main customer portal. This only recently changed within the last 4 days and I am using the same version of firefox.

Can you provide an explanation as to why this is occurring?

Archived 1 79

restore tabs does not work

Firefox crashed and I cannot recover my tabs from history. I click on restore all tabs and it does nothing. The tabs I was hoping to recover do not even appear in my hist… (read more)

Firefox crashed and I cannot recover my tabs from history. I click on restore all tabs and it does nothing. The tabs I was hoping to recover do not even appear in my history either.

Archived 3 217

Using canvas/context to scale an image that displays ok before removes the image data, ok in Chome/Safari.

The app sizes two adjacent images to the same height. Maybe there's a better approach? This works, in that I see the original image displayed at the wrong size: //img.… (read more)

The app sizes two adjacent images to the same height. Maybe there's a better approach?

This works, in that I see the original image displayed at the wrong size:

   //img.src = imgsrc.src;

This sizes the image but without the data (black square for toDataURL w/ image/jpeg) in FF, but not Chrome and Safari:

   var canvas = document.createElement( 'canvas' );
   canvas.width = width;
   canvas.height = avail_height;
   var context = canvas.getContext( '2d' );
   // Tried/failed: Fill white background for JPEG export
   //context.fillStyle = '#fff';
   //context.fillRect(0, 0, canvas.width, canvas.height);
   context.drawImage( imgsrc, 0, 0, canvas.width, canvas.height);
   context.lineWidth = 150; // ??
   img.src = canvas.toDataURL('image/jpeg', 0.92);
   img.onmousedown = disableDragging; // for FF
   img.style.opacity = "1.0"

The page is the view.html one gets to via Enter on phobrain.com.

Solved Archived 8 287

Images from canvas black or transparent: img.src = canvas.toDataURL(); // FF: 'image/jpeg'=black. Png,webp,default=transparent.

I don't know if this ever worked in FF, since I've been on Chrome a while. I tried canvas.toBlob() in FF without a solution. The behavior is the same whether the served i… (read more)

I don't know if this ever worked in FF, since I've been on Chrome a while. I tried canvas.toBlob() in FF without a solution.

The behavior is the same whether the served image is jpg or webp. A Servlet delivers the image data, here in webp:

          response.setHeader("Content-Type", "image/webp");

On page, I use a canvas thus => see '// FIREFOX'

     var canvas = document.createElement( 'canvas' );
     canvas.width = width;
     canvas.height = avail_height;
     var context = canvas.getContext( '2d' );
     context.drawImage( imgsrc, 0, 0, width, avail_height);
     context.lineWidth = 150;
     // FIREFOX: canvas.toDataURL('image/jpeg')=black, png,webp,default=transparent
     img.src = canvas.toDataURL('image/jpeg');
     img.onmousedown = disableDragging; // for FF
     img.style.opacity = "1.0";
     console.log('setImg ok');

Inspecting a black jpeg:

        data:image/jpeg;base64,...

Thanks!

Solved Archived 7 510

cannot share anthn on Facebook

I am using the latest Fiefox and i have disabled all adons i have tried everything I have changed my Facebook password every time i g try to share something on Fire… (read more)

I am using the latest Fiefox and i have disabled all adons i have tried everything I have changed my Facebook password every time i g try to share something on Firefox get a black box on the bottom right that says something wrong . I have tried to copy the entire hing but can not i got some of it I have even reinstalled firebox ans still can not share anything I have tried contacting Facebook but that does not happen no response i appears to work in Chrome on a noter Facebook account so it is Firefox. i will send you what i could get on the screen shot the part that is missing s the part that says something s wrong

Archived 16 160

Deletion bookmarks and passwords

I was asked to create a new profile in order to keep using Firefox, despite never having an account. After I clicked okay, it opened the new version of Firefox, but witho… (read more)

I was asked to create a new profile in order to keep using Firefox, despite never having an account. After I clicked okay, it opened the new version of Firefox, but without all the passwords, bookmarks and history of the past few years. This is really inconvenient. I have since then made an account, but the fact that I can't find any of this data anywhere has me worried that every time I update Firefox it will wipe my account.

Archived 6 175

session backups inadequate

I keep a lot of tabs open (~60) in any particular session - I find it's faster in this way to get back to a site. About every six months or so, I lose *all* these tabs be… (read more)

I keep a lot of tabs open (~60) in any particular session - I find it's faster in this way to get back to a site.

About every six months or so, I lose *all* these tabs because of Firefox's inadequate session backup system. It only saves two or three total backups, some of which are completely out of date. But the worst scenario is when (1) some site pops up a new window; (2) I mistakenly close my main window before the new window; (3) I open this new saved window once or twice by accident, causing my 60-tab session backup to be overwritten.

Using a third-party session manager (I have tried all the well-known ones) can mitigate this problem, but doesn't really solve it because the re-opened sessions aren't quite in the same format as Firefox sessions and so lose information. In particular, I often lose each tab's icon as well as metadata for Tree Style Tab.

Could Mozilla please consider a more robust session backup system for Firefox? All it would take (I think) is to allow the user to choose the total number of backup sessions and the frequency at which a new session is added. Thank you!

Archived 6 271

Copy History data

Is there a way to copy the History data (for pasting into Word, Excel or a text-editor)?


I have a desktop PC Firefox 140.0.4 (64-bit) Windows 11

Archived 12 237

"bookmark current tab" dropdown menu

Clicking "bookmark current tab " does not offer dropdown menu to assign bookmark location. Clicking "bookmark current tab" places bookmark in last used bookmark folder. W… (read more)

Clicking "bookmark current tab " does not offer dropdown menu to assign bookmark location. Clicking "bookmark current tab" places bookmark in last used bookmark folder. Workaround is to "edit bookmark" and assign desired location.

Archived 1 235

No sound on specific websites e.g. democracynow.org

Using iOS on Mac Mini desktop, I get no sound on democracynow.org but on the iPhone the sound works fine. Most other streams/videos have fine sound but not imdb.com on t… (read more)

Using iOS on Mac Mini desktop, I get no sound on democracynow.org but on the iPhone the sound works fine. Most other streams/videos have fine sound but not imdb.com on the desktop with iOS but again, fine on the iPhone.

Archived 1 291

Can't read any comments

When I read a thread and then it shows comments I can't read them on Mozilla anymore I went to Google Chrome and I can read them so its something with my browser … (read more)

When I read a thread and then it shows comments I can't read them on Mozilla anymore

I went to Google Chrome and I can read them so its something with my browser

Archived 3 155

Honey add on---STOP IT

need to stop 'HONEY' app.!!!...no changes result to do so when ASKED MULTIPLE TIMES-followed suggestions you provided...will need to stop using of FIREFOX ( used for Year… (read more)

need to stop 'HONEY' app.!!!...no changes result to do so when ASKED MULTIPLE TIMES-followed suggestions you provided...will need to stop using of FIREFOX ( used for Years+++) if not successful...

Archived 4 137

can't disable AI link previews

I have the AI link previews disabled in my Firefox settings, and they still pop up sometimes. When they do start popping up, they make the browser almost unusable. Please… (read more)

I have the AI link previews disabled in my Firefox settings, and they still pop up sometimes. When they do start popping up, they make the browser almost unusable. Please Firefox just get rid of this garbage or at least make it turn off when it's supposed to be off.

Archived 1 136

Can't sign into Hotmail.

For the past 2 months I've found it very difficult to sign into my Hotmail account using Firefox. Microsoft keep telling me to use a VPN or another device. I like answer… (read more)

For the past 2 months I've found it very difficult to sign into my Hotmail account using Firefox. Microsoft keep telling me to use a VPN or another device. I like answering emails on my computer because of its large screen. I've tried signing in about 2000 times now. Firefox told me they can't help me because I'm not a Mozilla subscriber even though they own Firefox. Microsoft told me it's Mozilla's problem. Can anyone help me please. John in the Philippines.

Solved Archived 13 237