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

Removal of Cut/Copy/Paste menu item breaks functionality on some webpages.

At some point Mozilla removed the Cut, Copy and Paste options in Firefox which breaks functionality on some web-pages. An example is for Ubiquiti's router web interface, … (xem thêm)

At some point Mozilla removed the Cut, Copy and Paste options in Firefox which breaks functionality on some web-pages. An example is for Ubiquiti's router web interface, in their terminal, Ctrl-C is the typical Linux kill command, right click is commandeered for a terminal layout configuration menu, and the only way to past text into the webpage is to use the Paste menu item that used to be in the hamburger menu.

There are other web-pages that using the menu item is the only or best way to cut/copy/paste text.

Removal of this feature breaks those web pages.

Được hỏi bởi Nabeel Rahimpour 2 năm trước

Lần cuối trả lời bởi Nabeel Rahimpour 2 năm trước

  • Đã lưu trữ

browser support

I tried going online this morning and was met with an update screen. When I tried to go to any site I was met with a blue dot going back and forth and no other response.… (xem thêm)

I tried going online this morning and was met with an update screen. When I tried to go to any site I was met with a blue dot going back and forth and no other response. It didn't matter which site I tried, it wouldn't connect with any of them. Thinking it might be a problem with my isp, I tried through Edge and was able to connect with the sites. I did try reloading Foxfire and restarting my computer, bur neither seemed to have any effect. And yet I'm able to connect to Mozilla, go figure.

Được hỏi bởi jeffgoertz 2 năm trước

Lần cuối trả lời bởi jeffgoertz 2 năm trước

  • Đã lưu trữ

UPS tracking after installing their My Choice won't work in FF

I was tracking a package on the UPS website. I decided to sign up for their My Choice program. After I did that I could no longer track packages I just get the error "We … (xem thêm)

I was tracking a package on the UPS website. I decided to sign up for their My Choice program. After I did that I could no longer track packages I just get the error "We are unable to complete your tracking request at this time. Please try again later.". I contacted them, UPS, and they had me try several things and the only one that would work is to use Chrome. Fire Fox will work if I use a private window. Whew do I go to fix this?

Được hỏi bởi steam643 2 năm trước

Lần cuối trả lời bởi Snowmaniac80 1 năm trước

  • Đã lưu trữ

Microsoft .NET Framework 4.5.2

the web based software requires: "Firefox users must install the Microsoft .NET Framework Assistant add-on." downloading / install: https://www.microsoft.com/en-US/downl… (xem thêm)

the web based software requires: "Firefox users must install the Microsoft .NET Framework Assistant add-on."

downloading / install: https://www.microsoft.com/en-US/download/details.aspx?id=42642

results in: .NET Framework 4.5.2 or a later update is already installed on this computer.

searching Firefox Browser ADD-ONS yields: 0 results found for "Microsoft .NET Framework 4.5.2"


...(help) with appreciation in advance, m

Được hỏi bởi Mark Kubicki 2 năm trước

Lần cuối trả lời bởi shopart890 1 năm trước

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

how do i add the trendmicro password manager ext to firefox

how do i add the trendmicro password manager ext to firefox . I think I have to OK the certificate, and I think i did it in the past, but I don't remember how. Elliot Tr… (xem thêm)

how do i add the trendmicro password manager ext to firefox . I think I have to OK the certificate, and I think i did it in the past, but I don't remember how. Elliot Trester

Được hỏi bởi elliot.trester 2 năm trước

Được trả lời bởi elliot.trester 2 năm trước

  • Đã lưu trữ

We are once again asking for Reading List on Desktop

We are once again asking for Reading List on desktop The data exists/syncs with our accounts, right? I don't want to use Pocket. Pocket...is lackluster at best. Why hav… (xem thêm)

We are once again asking for Reading List on desktop

The data exists/syncs with our accounts, right? I don't want to use Pocket. Pocket...is lackluster at best. Why have Reading List at all?

Được hỏi bởi HairyTexan 2 năm trước

Lần cuối trả lời bởi jscher2000 - Support Volunteer 1 năm trước

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

access to michaels crafts store denied

Why am I denied access to Michaels craft store. this is the message I receive. You don't have permission to access "http://www.michaels.com/?" on this server. Referenc… (xem thêm)

Why am I denied access to Michaels craft store. this is the message I receive. You don't have permission to access "http://www.michaels.com/?" on this server.

Reference #18.beeb7068.1641080631.1ce8b9b5

Được hỏi bởi juice4u 2 năm trước

Được trả lời bởi Chris Ilias 2 năm trước

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

userChrome.css not working

I'm trying to take off this "Extension (Tabliss)" tag on my url. I have followed the instructions down below from another Firefox support forum: https://discourse.mozill… (xem thêm)

I'm trying to take off this "Extension (Tabliss)" tag on my url. I have followed the instructions down below from another Firefox support forum: https://discourse.mozilla.org/t/make-addressbar-text-extension-name-of-the-extension-shorter-or-hide/28026/3

The instructions I followed are listed below:

"Users can apply custom style rules to modify Firefox’s toolbar area by creating a userChrome.css file. This takes about 10 minutes so when you have time to take it slowly and carefully:

(1) Set up your chrome folder and userChrome.css file following the five six steps in this article:

https://www.userchrome.org/how-create-userchrome-css.html 45

I have a boring video there if you like demonstrations.

(2) This is the code to paste into the file. You can edit the file using Notepad or a better editor. Make sure to keep it in a plain text format with a .css file extension (not .css.txt).

See improved rule down in: Make addressbar text "Extension (Name Of The Extension)" shorter or hide

/*
   Hide Extension Name in the identity area unless
   hovered for half a second (updated for Fx80)
*/
#identity-box.extensionPage #identity-icon-labels,
#identity-box.extensionPage #identity-icon-label {
  visibility: collapse !important;
  transition: visibility 250ms ease-in-out;
}
#identity-box.extensionPage:hover #identity-icon-labels,
#identity-box.extensionPage:hover #identity-icon-label {
  visibility: visible !important;
  transition: visibility 250ms ease-in-out 500ms;
}

(3) Firefox should read the file at its next startup and apply it to every extension page you load."

Edit: So, yeah, I need help getting this tag off. I'm new to Firefox so it could be something obvious I'm missing. I have also tried CTRL+SHIFT+R to reload the page for changes and also closed and reopened my Firefox entirely.

Thanks in advance.

Được hỏi bởi MaxwellQ 3 năm trước

Được trả lời bởi Wesley Branton 3 năm trước

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

I paid $28 to Firefox

I paid Firefox $28 for unmarked videos. Now the mark, the stamp in the corner of the video, is back. I would like my money back or the non-stamped videos back. Who do I s… (xem thêm)

I paid Firefox $28 for unmarked videos. Now the mark, the stamp in the corner of the video, is back. I would like my money back or the non-stamped videos back. Who do I see about that?

Được hỏi bởi miketimpiz 3 năm trước

Được trả lời bởi FredMcD 3 năm trước

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

Spell checker

How to make firefox enable to recognize the language that are typed? In microsoft edge we can just click "all language", but in firefox no similar option to it.

Được hỏi bởi MRA 2 năm trước

Được trả lời bởi James 2 năm trước

  • Đã lưu trữ

Firefox 'download' behavior screwy with windows opened from Office 365.

I have to curate and compile sheets of announcements for a local humanitarian service provider forum. I do this by sifting through my Office 365 emails, and double click… (xem thêm)

I have to curate and compile sheets of announcements for a local humanitarian service provider forum. I do this by sifting through my Office 365 emails, and double clicking those that contain announcements so they open a window, then sorting the windows on a second screen, then read them, summarize them, file the pertinent information with links for my summaries, and when I get a page of them, send them out. I usually start with about 15 announcements on my other screen, and it takes me some time to get them all sorted and cascaded in order for the curation.

Some of them link to PDFs which Office 365 doesn't always preview and I click download, and this used to open them in the main browser window in a new tab, where I could read them and then save them. Recently, this behavior changed and they now open right in the window the email is in, with no bars of any kind or tabs to get out of them again. I hit the stack of pancakes button, and it had a tab marked Exit, so I thought that would exit me from the view.

Instead, counterintuitively, it exited me completely from FireFox, closing all of my carefully cascaded windows of announcements, and my main browser window with Office 365 in it and everything else.

Thanks a bunch. 1) What was so wrong with the previous setup that you needed to change it? 2) How for the love of whatever the author of this new "feature" was smoking, do I get it to revert to the email or is opening these attachments by "download" no longer possible without punting the whole thing to exit? 3) Does this mean I need to permanently disallow Firefox as the browser for all my PDFs or is there some way of doing something non-fatal to my work on a per-boot basis?

Được hỏi bởi hkr3 2 năm trước

Lần cuối trả lời bởi hkr3 2 năm trước

  • Đã lưu trữ

print.tab_modal.enabled = false stopped working today 2/12/22 with latest FF update

Cannot get out of the terrible firefox print dialog. Literally no one wants this print dialog, it is a waste of time, and does not support all the printer options. I do… (xem thêm)

Cannot get out of the terrible firefox print dialog. Literally no one wants this print dialog, it is a waste of time, and does not support all the printer options. I do not want to have to click "print using the system dialog" every time. Please restore the print.tab_modal.enabled = false functionality immediately. Or better yet get rid of your stupid print dialog.

thanks

Được hỏi bởi t_collins 2 năm trước

Lần cuối trả lời bởi jscher2000 - Support Volunteer 1 năm trước

  • Đã lưu trữ

Is Firefox no longer reading *local* VTT files?

I have a website that has MP4 video in a HTML5 video player, with subtitles done in the WebVTT format (*.vtt). I just noticed that, when testing my pages locally on my C … (xem thêm)

I have a website that has MP4 video in a HTML5 video player, with subtitles done in the WebVTT format (*.vtt). I just noticed that, when testing my pages locally on my C drive, the subtitles no longer appear on the movies. They do appear on the website (thankfully). Does this mean that lately Firefox has dropped support for local VTT files? Chrome has always ignored local VTTs, for some reason, which is why - until now - I used Firefox to test subtitles off the C drive. Note: If I link the local page to the VTT file on my website, subtitles still do not appear in Firefox. It could be something else, of course, so just need to know if VTTs are now unloadable locally in FF.

Được hỏi bởi roberto32 2 năm trước

Lần cuối trả lời bởi roberto32 1 năm trước

  • Đã lưu trữ

web mail

Thought I should bring it to your attention. My default browser is Firefox and I use Earthlink as my email. Earthlink just informed me that Firefox no longer supports Ear… (xem thêm)

Thought I should bring it to your attention. My default browser is Firefox and I use Earthlink as my email. Earthlink just informed me that Firefox no longer supports Earthlink. They have asked me to switch to Google Chrome where my email works fine. If you need to contact me , my phone is [phone# removed from public] and my name is Ken Westlund. My email is [email removed from public].

Được hỏi bởi west47916 2 năm trước

Lần cuối trả lời bởi Chris Ilias 2 năm trước

  • Đã lưu trữ

Place holders upside down in Google News (logged in)

The arrows for place holders, such as Page Up, on Google News are appearing as large fonts and sometimes upside down. Not sure if it's a local issue or not but I thought … (xem thêm)

The arrows for place holders, such as Page Up, on Google News are appearing as large fonts and sometimes upside down. Not sure if it's a local issue or not but I thought I'd report in case it's global. I wouldn't know how to title the search to see the issue has been reported. Forgive me if so.

Edition Windows 10 Home Version 21H2 Installed on ‎2/‎27/‎2022 OS build 19044.1586 Experience Windows Feature Experience Pack 120.2212.4170.0 AMD Ryzen 3 3350U with Radeon Vega Mobile Gfx 2.10GHz Firefox 98.0.1 (64-bit) Chrome: Version 99.0.4844.74 (Official Build) (64-bit) Website: https://news.google.com/topstories?hl=en-US&gl=US&ceid=US:en

Được hỏi bởi whocanduncan 2 năm trước

Lần cuối trả lời bởi whocanduncan 2 năm trước