Zobrazenie otázok označených: Zobraziť všetky otázky
  • Vyriešené

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: //im… (ďalšie informácie)

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.

Otázku položil(a) phobrain Pred 5 mesiacmi

Na otázku odpovedal(a) Paul Pred 5 mesiacmi

  • Vyriešené

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 … (ďalšie informácie)

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!

Otázku položil(a) phobrain Pred 5 mesiacmi

Na otázku odpovedal(a) phobrain Pred 5 mesiacmi

  • Vyriešené
  • Archivované

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… (ďalšie informácie)

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.

Otázku položil(a) John O'Kane Pred 6 mesiacmi

Na otázku odpovedal(a) John O'Kane Pred 5 mesiacmi

  • Vyriešené
  • Archivované

Firefox main process repeatedly consume large amount of memory

Since recently 1~2 version, my Firefox keeps consume large amount of memory and release it repeatedly Even I restart Firefox and do nothing, it will start doing this aga… (ďalšie informácie)

Since recently 1~2 version, my Firefox keeps consume large amount of memory and release it repeatedly

Even I restart Firefox and do nothing, it will start doing this again

I use about:processes and about:memory to capture this seems the main process's "tab.query" causing this, please check

PS: sometime it will consume till system max (64GB) and cause my OS out of memory. PS2: that wave-like memory usage is cause by Firefox

Otázku položil(a) nununene Pred 6 mesiacmi

Na otázku odpovedal(a) TyDraniu Pred 6 mesiacmi

  • Vyriešené
  • Archivované

Does not open previous windows and tabs

There are many tabs open in the firefox window. I'm closing the firefox. I'm opening it again.All tabs opened during the previous opening disappear.Either a new page or a… (ďalšie informácie)

There are many tabs open in the firefox window. I'm closing the firefox. I'm opening it again.All tabs opened during the previous opening disappear.Either a new page or a single tab opens. The settings are set to "Open previous windows and tabs" (Image 1)


I go to "Firefox View" ---"Open tabs". (image 2) I see 2-5 windows there.In this case, there are 3 windows.WINDOW 1 is my main window with the tabs that should have been saved and opened when firefox was launched again. I close all tabs from unnecessary windows with a cross.Only window 1 remains. But when restarting, an empty or different window opens again.And again, there are a lot of unnecessary and incomprehensible windows on the list. Previously, a window with restored tabs from the previous session always opened. Question: 1)How can I restore the normal recovery of the previous session when restarting? 2) Tell me.I can somehow switch between windows (Firefox View" ---"Open tabs)(Image 1) Thank you.

Otázku položil(a) omax72 Pred 6 mesiacmi

Na otázku odpovedal(a) jscher2000 - Support Volunteer Pred 6 mesiacmi

  • Vyriešené
  • Archivované

Address bar in Firefox 140 doesn't let me select search engines using up and down arrows

Before upgrading to Firefox 140, I would always quickly switch between my default DuckDuckGo and alternative search options, like Wikipedia, using the up and down arrows.… (ďalšie informácie)

Before upgrading to Firefox 140, I would always quickly switch between my default DuckDuckGo and alternative search options, like Wikipedia, using the up and down arrows. I would just type the search term in the address bar and then tap the down key a couple of times before pressing enter if I wanted to use a different search engine.

The new address bar no longer seems to offer this option. I see I can still select alternative search engines using the mouse, but pressing the down key no longer lets me select them.

Is it possible to re-enable this way of quickly switching between search engines using the keyboard?

Otázku položil(a) askandanswer Pred 6 mesiacmi

Na otázku odpovedal(a) jscher2000 - Support Volunteer Pred 6 mesiacmi

  • Vyriešené
  • Archivované

Sound output problem

I am using FF desktop. All of a sudden, I get no sound through my laptop speakers when trying to watch videos (on YT and FB for example). I still get sound if I use exter… (ďalšie informácie)

I am using FF desktop. All of a sudden, I get no sound through my laptop speakers when trying to watch videos (on YT and FB for example). I still get sound if I use external speakers through the 3.5" jack. I still get sound through other browsers, no matter if it's through the laptop speakers or external ones. So, it is definitely an FF problem. Sound works fine on all other media files on the laptop. Refreshing FF didn't fix it. Nor did reinstalling or restarting the laptop. I tried changing the autoplay settings as suggested in the help article, but still no laptop audio via FF. How can I fix this? Thanks

Otázku položil(a) Corvus Corax Pred 6 mesiacmi

Na otázku odpovedal(a) Corvus Corax Pred 6 mesiacmi

  • Vyriešené
  • Archivované

search local drive before the internet

While I enjoy the capability of selecting a search engine as I see fit, I would prefer that my local drives take precedence. Is there an easy way to enable this for every… (ďalšie informácie)

While I enjoy the capability of selecting a search engine as I see fit, I would prefer that my local drives take precedence. Is there an easy way to enable this for everyday casual use? In other words, can I specify "search local drives first, followed by the web i.e. casting a wider net to search on the world wide web, and an arbitrary third placeholder such as foreign sources (example only) or foreign news items (again, fictitious example)

Otázku položil(a) andy p Pred 6 mesiacmi

Na otázku odpovedal(a) jscher2000 - Support Volunteer Pred 6 mesiacmi

  • Vyriešené
  • Archivované

Twitch not loading after Windows update.

Recently, after the newest Windows 11 update, Twitch hasn't been loading correctly, the tab looks as if it finished loading, but the page gets stuck in endless loading, n… (ďalšie informácie)

Recently, after the newest Windows 11 update, Twitch hasn't been loading correctly, the tab looks as if it finished loading, but the page gets stuck in endless loading, no other site has this problem, and it happens even opening links to Twitch channels directly. I've added and screenshot of the problem.

I'd love some help or at least know if this is a problem on Twitches end or not. Thanks.

Otázku položil(a) LegoKeig24 Pred 6 mesiacmi

Na otázku odpovedal(a) LegoKeig24 Pred 6 mesiacmi

  • Vyriešené
  • Archivované

Linux / Plasma 6.4/Wayland (amd gpu) After enabling HDR in firefox - all non HDR (youtube) content just shows green sceen

I have HDR working in Proton games and mpv fine (using Plasma 6.4 / Wayland) I enabled HDR in Firefox (gfx.wayland.hdr), and HDR content works in YouTube fine ( looks am… (ďalšie informácie)

I have HDR working in Proton games and mpv fine (using Plasma 6.4 / Wayland)

I enabled HDR in Firefox (gfx.wayland.hdr), and HDR content works in YouTube fine ( looks amazing!) however.. I have an issue in that all non HDR content doesn’t show any video (I have sound) just a green sceen (see screen shot) including all ads.

Any idea how to work round this ?

I have AMD 7800 GPU .

Cheers

Otázku položil(a) morgan cox Pred 6 mesiacmi

Na otázku odpovedal(a) morgan cox Pred 6 mesiacmi

  • Vyriešené
  • Archivované

Can't login using Firefox main window but can using Private Window???

Problem logging onto Zoho Mail with Firefox. I have been using both Firefox and Zoho Mail for many years. Now, for some reason, Firefox seems to have a problem completi… (ďalšie informácie)

Problem logging onto Zoho Mail with Firefox.

I have been using both Firefox and Zoho Mail for many years. Now, for some reason, Firefox seems to have a problem completing the Zoho Mail login from the same bookmark I have been using for years, or from a direct URL. The same Firefox installation cannot access Google Maps from a bookmark or directly using a complete URL, but does access some other applications as always.

Now the curious (to me, anyway) part. If I open a new private Firefox window, I can log into both Zoho Mail and Google Maps as I used to from the Firefox private window using bookmarks.

This helps me pinpoint Firefox as the problem – one part working, the other not.

My Firefox is up to date [Version 140.0.4 (64 bit)], and I have scanned all 1,350,000-plus files on my system for viruses and potential startup issues.

Should I reinstall Firefox? If so, how do I do that while keeping my bookmarks and password files?

If I use another browser (i.e., “Google Chrome), I can access both Zoho Mail and Google Maps with no difficulty. That is not a solution for me.

Firefox has been my foundation browser for decades. I don’t want to have to use anything else.

HELP! -Tom Howe

Otázku položil(a) howet1 Pred 6 mesiacmi

Na otázku odpovedal(a) howet1 Pred 6 mesiacmi

  • Vyriešené
  • Archivované

Firefox doesn't display ufc.com while other browsers do

Since a recent update, whenever I try to go to ufc.om, Firefox shows me the error in the attached image. It used to display ufc.com without issues before the update [ don… (ďalšie informácie)

Since a recent update, whenever I try to go to ufc.om, Firefox shows me the error in the attached image. It used to display ufc.com without issues before the update [ don't remember which update ].

Other browsers [ Chrome and Edge ] display ufc.com without issues.

Otázku položil(a) sometibguy Pred 6 mesiacmi

Na otázku odpovedal(a) Denys Pred 6 mesiacmi

  • Vyriešené
  • Archivované

Vertical tabs

With vertical tabs and expand on hover, clicking on the X box rarely closes the tab. Sometimes I have success if the pointer is on the left or right line of the box. No… (ďalšie informácie)

With vertical tabs and expand on hover, clicking on the X box rarely closes the tab. Sometimes I have success if the pointer is on the left or right line of the box. Not having luck on the center of the box. Has been true for several weeks. With hover off, clicking the X works fine. I am running Windows 11.

Otázku položil(a) rdkennbs Pred 6 mesiacmi

Na otázku odpovedal(a) Denys Pred 6 mesiacmi

  • Vyriešené
  • Archivované

Picture Verification

Picture Verification is not working in Firefox. It works correctly in Chrome. When trying to access prosper.com, it continues to send a link to check pictures. When click… (ďalšie informácie)

Picture Verification is not working in Firefox. It works correctly in Chrome. When trying to access prosper.com, it continues to send a link to check pictures. When clicking on the correct pictures, it comes back a repeats another picture.

[email removed]@yahoo.com

Otázku položil(a) soular21804 Pred 6 mesiacmi

Na otázku odpovedal(a) soular21804 Pred 6 mesiacmi

  • Vyriešené
  • Archivované

Where did the Home tab go on the taskbar ?

I upgraded with a new cpu and windows 11. When I open firefox, I noticed the "Home" tab missing from the upper lefthand tabbar next to the refresh. Is there a setting tha… (ďalšie informácie)

I upgraded with a new cpu and windows 11. When I open firefox, I noticed the "Home" tab missing from the upper lefthand tabbar next to the refresh. Is there a setting that I am missing or is it part of a update that eliminated that feature ?

Otázku položil(a) turtlesoup560 Pred 6 mesiacmi

Na otázku odpovedal(a) TyDraniu Pred 6 mesiacmi