Hiển thị các câu hỏi được đánh dấu: Xem tất cả các câu hỏi
  • Đã giải quyết
  • Đã lưu trữ

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.

Được hỏi bởi phobrain 6 tháng trước

Được trả lời bởi Paul 6 tháng trước

  • Đã lưu trữ

重装系统后登陆邮箱账号,书签全都不见了

重装系统后登陆邮箱账号,书签全都不见了。我从2022年开始用火狐,积累了很多书签,出于对火狐的信任,重装系统前没有另外备份书签,正常来说,书签都会自动保存云端,登陆就有,可是这次完全没有。

Được hỏi bởi 1146783255 7 tháng trước

Lần cuối trả lời bởi 19490793 7 tháng trước

  • Đã lưu trữ

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

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?

Được hỏi bởi erik18 7 tháng trước

Lần cuối trả lời bởi Syco Path 7 tháng trước

  • Đã lưu trữ

Second charachter on address bar stops autocomplete

Hi all, I'm using Firefox 140.0.4 (64-bit) on Debian Trixie and I'm getting a weird behavior with the auto-complete functionality of the address bar. If I type the first … (xem thêm)

Hi all, I'm using Firefox 140.0.4 (64-bit) on Debian Trixie and I'm getting a weird behavior with the auto-complete functionality of the address bar.

If I type the first character the address gets auto filled (see 20250711_First-character-auto-fill-working.png attachment), then if I type the second character the auto filled result disappears (see 20250711_Second-character-auto-fill-NOT-working.png).

I've tried any search option combination, but results doesn't change. At the moment I'm using for the address bar just "Browsing history" (see 20250711_Address-bar-settings.png).

The correct behavior would be, as in the past, that new characters confirming the address would leave things as they are. Do you have any suggestion on how to restore the original behavior?

Many thanks,

Raoul

Được hỏi bởi rasca 7 tháng trước

Lần cuối trả lời bởi rasca 7 tháng trước

  • Đã lưu trữ

Is there a way I can middle click bookmarks in my "other bookmarks" panel and have them open in new tabs?

Recently switched from Chrome and in Chrome I would open my "Other Bookmarks" folder and middle click a bunch of bookmarks which would open them up in a new tab without s… (xem thêm)

Recently switched from Chrome and in Chrome I would open my "Other Bookmarks" folder and middle click a bunch of bookmarks which would open them up in a new tab without switching to that tab or closing the "Other bookmarks" folder.

Is there a way I can replicate this on Firefox? Because at the moment, middle clicking the bookmarks does nothing. This is not about the bookmarks bar at the top.

Được hỏi bởi mb98 7 tháng trước

Lần cuối trả lời bởi bitdecay 7 tháng trước

  • Đã lưu trữ

Subject: Firefox Sync Not Working Despite Logging In With Same Account

Hello Firefox Support Team, I am facing an issue with Firefox Sync. I have logged in using the same Firefox account on my new device (or after reinstalling), but my bookm… (xem thêm)

Hello Firefox Support Team,

I am facing an issue with Firefox Sync. I have logged in using the same Firefox account on my new device (or after reinstalling), but my bookmarks, saved passwords, and other synced data are not appearing.

I have tried signing in again, checked my internet connection, and confirmed that I am using the correct Firefox account. Despite this, nothing is syncing.

Please help me restore my synced data. I would really appreciate your support.

Thank you, Shubham Sen

Được hỏi bởi shubham 7 tháng trước

Lần cuối trả lời bởi jonzn4SUSE 7 tháng trước

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

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

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.

Được hỏi bởi John O'Kane 7 tháng trước

Được trả lời bởi John O'Kane 7 tháng trước

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

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!

Được hỏi bởi Thomas DiPasquale 7 tháng trước

Được trả lời bởi TechHorse 7 tháng trước

  • Đã lưu trữ

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

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!

Được hỏi bởi carl.andersen 7 tháng trước

Lần cuối trả lời bởi jonzn4SUSE 7 tháng trước

  • Đã lưu trữ

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

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.

Được hỏi bởi Ray Jensen 7 tháng trước

Lần cuối trả lời bởi TyDraniu 7 tháng trước

  • Đã khóa
  • Đã lưu trữ

Where can I find Firefox Relay Dashboard in settings on my computer.

I suspect Firefox Relay is not allowing me to sign into a site on the internet. Following instructions I put the Relay Dashboard in my Firefox Settings or so I thought. … (xem thêm)

I suspect Firefox Relay is not allowing me to sign into a site on the internet. Following instructions I put the Relay Dashboard in my Firefox Settings or so I thought. How do I locate it?

Được hỏi bởi SuMo Bot 7 tháng trước

Lần cuối trả lời bởi Paul 7 tháng trước

  • Đã khóa
  • Đã lưu trữ

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.

Được hỏi bởi SuMo Bot 7 tháng trước

Lần cuối trả lời bởi SuMo Bot 7 tháng trước

How do I turn off the Firefox sidebar key combinations?

I often use the key combination Ctrl+Alt+X in Google Docs when on different devices but it doesn't function properly when instead it brings up the AI sidebar gadget. Remo… (xem thêm)

I often use the key combination Ctrl+Alt+X in Google Docs when on different devices but it doesn't function properly when instead it brings up the AI sidebar gadget. Removing the sidebar button doesn't really help and it's annoying. So how exactly do I turn off the key combination for the sidebar?

Được hỏi bởi llama.qwerty 2 tháng trước

Lần cuối trả lời bởi Agent virtuel 2 tháng trước

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

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

Được hỏi bởi Raye Elaine 7 tháng trước

Được trả lời bởi Bradforth 7 tháng trước