Visar taggade frågor: Visa alla frågor

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… (läs mer)

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.

Frågat av bheffe 4 månader sedan

Senaste svar av jonzn4SUSE 3 månader sedan

  • Löst

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… (läs mer)

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.

Frågat av phobrain 3 månader sedan

Besvarad av Paul 3 månader sedan

  • Löst

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 … (läs mer)

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!

Frågat av phobrain 3 månader sedan

Besvarad av phobrain 3 månader sedan

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… (läs mer)

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

Frågat av Mary 4 månader sedan

Senaste svar av Paul 3 månader sedan

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… (läs mer)

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.

Frågat av m.groot 4 månader sedan

Senaste svar av jscher2000 - Support Volunteer 3 månader sedan

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… (läs mer)

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!

Frågat av carl.andersen 4 månader sedan

Senaste svar av jonzn4SUSE 3 månader sedan

"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… (läs mer)

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.

Frågat av Ray Jensen 4 månader sedan

Senaste svar av TyDraniu 4 månader sedan

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… (läs mer)

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.

Frågat av V Cubed 4 månader sedan

Senaste svar av jonzn4SUSE 4 månader sedan

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 … (läs mer)

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

Frågat av sam8 4 månader sedan

Senaste svar av Harry kane Kane 4 månader sedan

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… (läs mer)

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?

Frågat av J 4 månader sedan

Senaste svar av Mark 4 månader sedan

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… (läs mer)

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

Frågat av update2017 4 månader sedan

Senaste svar av Chopper Whitewolf 4 månader sedan

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… (läs mer)

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.

Frågat av bucketbucket222 4 månader sedan

Senaste svar av Agent virtuel 4 månader sedan

  • Löst

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… (läs mer)

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.

Frågat av John O'Kane 4 månader sedan

Besvarad av John O'Kane 4 månader sedan

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… (läs mer)

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.

Frågat av olegnikiforov0 4 månader sedan

Senaste svar av Kiki 4 månader sedan