Hiển thị các câu hỏi được đánh dấu:

imported bookmarks toolbar doesn't display as toolbar

After exporting bookmarks.html from Ffox on old computer, importing it to Ffox on the new one, all good, except that bookmarks toolbar shows on the imported list but does… (xem thêm)

After exporting bookmarks.html from Ffox on old computer, importing it to Ffox on the new one, all good, except that bookmarks toolbar shows on the imported list but doesn't display as toolbar.

Đã giải quyết Đã lưu trữ 1 415

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.… (xem thêm)

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.

Đã giải quyết Đã lưu trữ 8 405

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… (xem thêm)

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.

Đã giải quyết Đã lưu trữ 6 388

Profiles on build 140

Hello all! According to the article [Firefox Profiles] there is supposed to be a way to manage profiles through the account icon. I do not have that option on my build 1… (xem thêm)

Hello all!

According to the article [Firefox Profiles] there is supposed to be a way to manage profiles through the account icon. I do not have that option on my build 140 with windows 11.

I created profiles using the about:profiles command; however, they seem to want to be separate accounts, not profiles.

I want help to achieve the functionality as described in the article so I can stop using Edge because I need to keep my work/personal/school accounts separate.

Thanks!

Đã giải quyết Đã lưu trữ 2 378

Drop Down Menu On Certain Websites Won't Work

I recently ported from chrome to firefox about 3 days ago and was tryin to access the dropdown menus on this website https://www2.gov.bc.ca/gov/content/governments/govern… (xem thêm)

I recently ported from chrome to firefox about 3 days ago and was tryin to access the dropdown menus on this website https://www2.gov.bc.ca/gov/content/governments/government-id/bc-services-card/your-card/get-a-card

I realized it wasn't working so I turned off my adblocker (ublock origin), refreshed the site and still not working.

Also attempted to use troubleshoot mode and still does not work.

Cleared cache + cookies and used troubleshoot mode and nothing working still.

I lastly checked the website was working by opening the same link on chrome after all that and it works perfectly fine over there. Any ideas what could possibly be the issue?? I basically have a fresh install of firefox with no changed settings besides anything that might of been copied over from Chrome when firefox automatically asks you to migrate your stuff over, and used the troubleshoot mode + clearing cookies and cache

Đã giải quyết Đã lưu trữ 3 355

Directv will not allow using Firefox to access

I have spent hours with Tech department and digital assistand department at Directv. Today they are telling me as long as I use Firefox I will be unable to access my acco… (xem thêm)

I have spent hours with Tech department and digital assistand department at Directv. Today they are telling me as long as I use Firefox I will be unable to access my account. I have paid to have my computer checked out and was told that it was updated and the system was working fine. How to I get Directv to recognize my system?

Đã giải quyết 3 334

How do I force firefox to always ask me where to save a bookmark without having to double click each time?

Per title. If I go to bookmarks->bookmark this tab OR clicking the star icon in the address field I always want it to pop up and ask me where to save it, without havi… (xem thêm)

Per title. If I go to bookmarks->bookmark this tab OR clicking the star icon in the address field I always want it to pop up and ask me where to save it, without having to remember to double click the star icon, or go edit bookmarks menu to move it.

This seems like a poor design, at least for me when more than 90% of the time I don't want it to be in the last used folder. I have been adding bookmarks for decades and it has always asked me where to save them, so muscle memory forgets to go back and edit the bookmark I just saved, and then later on I have to go back and change them all because they are never in the right folder.

I understand if I double click the star in the url it will allow me to change it, but when I'm busy I don't remember to click it again, or double click it, then my bookmark is lost and I have to go searching for it and edit it and it's a hassle.

Is there an about:config setting I've missed to re-enable this basic feature to reduce all the clicking?

I've tried browser.bookmarks.editDialog.showForNewBookmarks both false and true without any change to the behavior.

Đã khóa Đã lưu trữ 3 333

Keep Bookmark Folders Open

I have a folder with many bookmarks in it, and when I want to open multiple links in the folder but not ALL of them, I have to keep opening the bookmarks folder after mid… (xem thêm)

I have a folder with many bookmarks in it, and when I want to open multiple links in the folder but not ALL of them, I have to keep opening the bookmarks folder after middle clicking each link 1 at a time. I can't open the entire folder - there are 100+ and say I want to open 10.

Is there a way to keep the bookmark folder open while I open each link in new tabs?

Thanks!

Đã giải quyết Đã lưu trữ 6 325

Text in my Bookmarks bar turned black

All of a sudden, the text in my Bookmarks bar has turned black making it unreadable on the black background. Any idea why this happened and how I may revert the text back… (xem thêm)

All of a sudden, the text in my Bookmarks bar has turned black making it unreadable on the black background. Any idea why this happened and how I may revert the text back to white? Thank you for your help.

Đã giải quyết Đã lưu trữ 3 316

ATT/Yahoo email

I cannot sign into my att/yahoo email while using Firefox. After calling AT&T they told me to use Microsoft Edge which I told them I would not! When trying to sign i… (xem thêm)

I cannot sign into my att/yahoo email while using Firefox. After calling AT&T they told me to use Microsoft Edge which I told them I would not! When trying to sign in I receive the error message "It's not you, It's us" try again. It is my belief that att is trying to coerce me to change browsers so they can spy on me

Đã giải quyết Đã lưu trữ 1 307

My Bookmarks and history is lost as I updated to IOS 26.0.1

Hello Firefox team, I did update my Mac to IOS 26.0.1 and I have lost all the history and bookmarks, I have the "Sync" enabled with my browser. All my important data has … (xem thêm)

Hello Firefox team,

I did update my Mac to IOS 26.0.1 and I have lost all the history and bookmarks, I have the "Sync" enabled with my browser.

All my important data has been lost, can you please look into this and help me please.

Thanks, Sajeel Irkal

Đã giải quyết Đã lưu trữ 2 298

password import

literally what the [expletive] was the thought process in making it so that when u import all ur passwords from a csv it AUTOMATICALLY DELETES "DUPLICATES" WITHOUT CHECKI… (xem thêm)

literally what the [expletive] was the thought process in making it so that when u import all ur passwords from a csv it AUTOMATICALLY DELETES "DUPLICATES" WITHOUT CHECKING AT ALL WHICH ONE IS CORRECT. I HAVE SO MANY [expletive] PASSWORDS THAT ARE WRONG BECAUSE UR [expletive] BROWSER DOESNT ALLOW ME TO [expletive] MANUALLY CHANGE THAT STUPID OPTION. WHAT THE [expletive] WAS THE THOUGHT PROCESS IN MAKING IT [expletive] AUTOMATIC???

Đã khóa Đã lưu trữ 1 297

Tab Groups Limit of 10?

I've been using tab grouping and it is really helpful. But this morning when I created a new tab group called "MISC" I was unable to add any tabs to it. 1. I noticed tha… (xem thêm)

I've been using tab grouping and it is really helpful.

But this morning when I created a new tab group called "MISC" I was unable to add any tabs to it.

1. I noticed that this new group happens to be the 11th group I've created. So I'm guessing that there may be a limit of ten groups. Am I right?

2. And now, some hours later, I see that the new MISC group does appear on my tab bar, but one of my old groups, TECH, has disappeared, but its contents seem to have been added to the MISC group.

Will in Seattle a.k.a. "Clueless"

Đã giải quyết Đã lưu trữ 1 297

Bank website always adds password but the passwords have never been saved! And they're incorrect!

My bank website asks for pin and password codes but each character option displays the fancy Firefox symbol which I can;t delete. The passwords for the site have never be… (xem thêm)

My bank website asks for pin and password codes but each character option displays the fancy Firefox symbol which I can;t delete. The passwords for the site have never been saved but I can't enter the correct password characters because I can't override the symbol. I'm having to access this bank account on Chrome unfortunately. Most frustrating because the website is not listed in "Saved passwords" so I can't edit it! Thanks Mike Bathgate

Đã giải quyết Đã lưu trữ 1 297

Unable to make Purchases on Firefox

Hello. I frequently shop at particular store and have never had a problem. Now, it's off and on. One order will go through with the help of their customer service (doing… (xem thêm)

Hello. I frequently shop at particular store and have never had a problem.

Now, it's off and on. One order will go through with the help of their customer service (doing a direct purchase). Then a few weeks later I don't have a problem and can order without assistance. Now, once again, I can't purchase anything. Once my credit card goes through my address disappears. Then I add my address again and then my credit card is deleted. When my address or my credit card is deleted the order has in bold red letters telling me to add it again. I've tried Chrome after Firefox had issues but it had an issue too.

Is there something I can disable while I shop? I'm not having any problems with any other sites. Thank you!

Đã giải quyết Đã lưu trữ 4 288

How do i get FF to open a bookmark in a new tab, without having to create a new tab first? Its an annoying extra step

When I click on a bookmark, FF opens it in the current tab, overwriting the site I had open. I have to add a tab, then click on the bookmark to have it in a new tab. This… (xem thêm)

When I click on a bookmark, FF opens it in the current tab, overwriting the site I had open. I have to add a tab, then click on the bookmark to have it in a new tab. This is an annoying extra step. How to I change it? I already tried the open links in new tabs instead of windows. Makes no difference On or Off

Đã giải quyết Đã lưu trữ 3 288

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… (xem thêm)

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 ?

Đã giải quyết Đã lưu trữ 2 261