Showing questions tagged: Bütün sualları göstər

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.

Asked by bheffe 4 months ago

Last reply by jonzn4SUSE 3 months ago

  • Həll olunub

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… (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.

Asked by phobrain 3 months ago

Answered by Paul 3 months ago

  • Həll olunub

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 … (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!

Asked by phobrain 3 months ago

Answered by phobrain 3 months ago

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

Asked by Mary 4 months ago

Last reply by Paul 3 months ago

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.

Asked by m.groot 3 months ago

Last reply by jscher2000 - Support Volunteer 3 months ago

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 b… (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!

Asked by carl.andersen 4 months ago

Last reply by jonzn4SUSE 3 months ago

"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.

Asked by Ray Jensen 3 months ago

Last reply by TyDraniu 3 months ago

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.

Asked by V Cubed 4 months ago

Last reply by jonzn4SUSE 3 months ago

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

Asked by sam8 3 months ago

Last reply by Harry kane Kane 3 months ago

Application error: a client-side exception has occurred while loading(see the browser console for more information).

Application error: a client-side exception has occurred while loading (see the browser console for more information). where is the browser console? how do i fix it never… (read more)

Application error: a client-side exception has occurred while loading (see the browser console for more information).

where is the browser console? how do i fix it never had an issue with until the last two days?

Asked by J 4 months ago

Last reply by Mark 3 months ago

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...

Asked by update2017 3 months ago

Last reply by Chopper Whitewolf 3 months ago

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.

Asked by bucketbucket222 3 months ago

Last reply by Agent virtuel 3 months ago

  • Həll olunub

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.

Asked by John O'Kane 3 months ago

Answered by John O'Kane 3 months ago

I can't connect two-factor authentication

Hello! I contacted you with a problem with the impossibility of installing two-factor authentication on my account. Despite successfully entering the code and saving back… (read more)

Hello! I contacted you with a problem with the impossibility of installing two-factor authentication on my account. Despite successfully entering the code and saving backups, two-factor authentication disappears immediately after refreshing the page. Mozilla stores all my passwords and data - therefore, two-factor authentication is very important for my account.

Asked by olegnikiforov0 3 months ago

Last reply by Kiki 3 months ago

WebRTC turning inactive

I have a Snowflake add-on, which requires WebRTC for connections. But WebRTC is not permanently active in my Firefox browser. See image. I activate WebRTC by toggling the… (read more)

I have a Snowflake add-on, which requires WebRTC for connections. But WebRTC is not permanently active in my Firefox browser. See image. I activate WebRTC by toggling the config variable media.peerconnection.enabled into 'true' and the add-on works. For some time, only! After a couple of days it is back to 'WebRTC not detected'. What is wrong?

Asked by erik18 3 months ago

Last reply by Syco Path 3 months ago