顯示問題標籤 顯示所有問題
  • 已解決
  • 封存

how to detect browser back and forward button clicks

I need to know when a visitor to my site is clicking the back or forward button. The reason is I have a "tabstrip" that hilites the currently selected tab and the target … (閱讀更多)

I need to know when a visitor to my site is clicking the back or forward button. The reason is I have a "tabstrip" that hilites the currently selected tab and the target document is displayed in an iframe. If I click the back or forward buttons the page is updated with the last or next document in the iframe, but the tabstrip is not updated to reflect the change. Part of this is due to me not knowing how to update the tabstrip, but also because I don't know how to detect the back or forward buttons being clicked.

So I need to know how to detect those button clicks. Also, in researching this, I noticed that there seems to be an idea that you can't distinguish between the forward and back button, only that a button was clicked. That doesn't make sense given that each button has a specific action that is opposite of the other. I need to know the truth about this.

Finally, as much as I use only Firefox myself, I know there will be others who use other browsers. Is there any difference between detecting the back and forward buttons on other browsers compared to Firefox?

One of the pages I need this for is here

Edit 15 March 2022:

I had to fix the link because I had renamed the page when I finished the work on its layout. Also, since I asked this question I have realized another similar and sort-of related issue on a different page: https://wayneca.neocities.org/WebDesi.../TagList.html. The relation is that the back and forward buttons don't correctly reload the page. The difference is that this one is concerning named links.

When you click a link in the table on the left it correctly moves the document in the right table to the point where the matching id anchor is. But when you click the back or forward button the tables do not shift back to where they were on the page as reloaded. The back and forward buttons work fine if the link anchors and id anchors are not in tables.

I have been told about the history functions, but I have found no examples of using it to correct the issue in either of the above cases. Is someone here able to point me to examples of using the history to make a selected link reset back to where it was or reload a page with the last jump point being reset correctly?

Also, why does the named link thing work without tables but not with tables?

Wayne 於 1 年前 詢問

jscher2000 - Support Volunteer 於 1 年前 解答

  • 已解決
  • 封存

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… (閱讀更多)

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.

MaxwellQ 於 2 年前 詢問

Wesley Branton 於 2 年前 解答

  • 已解決
  • 封存

Add-on Icons have not shown up on toolbar on last 2 updates.

Any clue why the add-ons like Adblocker and frankly all the others no longer show on the toolbar? Makes them useless when the icons are missing. Anyone have the answer? I… (閱讀更多)

Any clue why the add-ons like Adblocker and frankly all the others no longer show on the toolbar? Makes them useless when the icons are missing. Anyone have the answer? I've refreshed. I've re-installed. I've stood on my head - nothing seems to help!

Gary Watson 於 2 年前 詢問

jscher2000 - Support Volunteer 於 2 年前 解答

  • 已解決
  • 被鎖定
  • 封存

Firefox saves file when "Open with" is selected.

Hello! I used to be able to open a file (with a program) without it being saved. Ever since 98.0, the "open" option saves the file regardless. I even had to find a work … (閱讀更多)

Hello!

I used to be able to open a file (with a program) without it being saved. Ever since 98.0, the "open" option saves the file regardless. I even had to find a work around to get the "What should Firefox do with this file?" prompt.

Is this no longer possible?

Thanks.

zed 於 1 年前 詢問

AliceWyman 於 1 年前 解答

  • 已解決
  • 封存

Secure Connection Failed - PR_END_OF_FILE_ERROR

Immediately on update to 96.0 this afternoon, multiple sites failed to load - Google(Maps, News etc), Yahoo, Flightradar24 etc - others partially loaded - then sat there … (閱讀更多)

Immediately on update to 96.0 this afternoon, multiple sites failed to load - Google(Maps, News etc), Yahoo, Flightradar24 etc - others partially loaded - then sat there blank. Explanation of errors is NOT clear -

Is it possible to revert to previous version? Everything seems to work fine when using EDGE!

randb08 於 1 年前 詢問

FredMcD 於 1 年前 解答

  • 已解決
  • 封存

How do I edit autofill entries

A website MultiSafepay.com has saved my CVV number in Firefox. How do I edit the autofill data? I can't get to the same payment page, to be in a position to delete it. … (閱讀更多)

A website MultiSafepay.com has saved my CVV number in Firefox.

How do I edit the autofill data?

I can't get to the same payment page, to be in a position to delete it.

Most links on this matter refer to:

 Options => Privacy & Security => Forms and Autofill

However in my Version: Firefox 98.0.1 (64 bit) running on an up to date Windows 10 this feature is missing or deprecated.

Can anyone say how I could edit/delete this specific entry, or point me in the direction of where this data is stored?

In the mean time I can't recommend using Firefox for entering critical security data, where websites can allow the storage of CVV numbers.

firefox236 於 1 年前 詢問

firefox236 於 1 年前 解答

  • 已解決
  • 封存

Disable download panel automatically opening?

My job requires me to download and open files in new tabs consistently. However, when I download these files, I don't want the download panel to obscure my vision. Can I … (閱讀更多)

My job requires me to download and open files in new tabs consistently. However, when I download these files, I don't want the download panel to obscure my vision. Can I disable it?

thetitansilva 於 1 年前 詢問

TyDraniu 於 1 年前 解答

  • 封存

Remove sneakily installed saving option of download

Hi guys, I don't know when and how exactly this thing was added to my firefox behind my back, I don't like it, I don't like Baidu Pan either but I have to use it. I che… (閱讀更多)

Hi guys,

I don't know when and how exactly this thing was added to my firefox behind my back, I don't like it, I don't like Baidu Pan either but I have to use it.

I checked the extensions and add-ons, nothing suspicious was found.

Can you please help me remove it?

865285807 於 1 年前 詢問

FredMcD 最近回覆於 1 年前

  • 已解決
  • 封存

PDF files open a new tab

I've recently updated to 92.0.1 and I've noticed that when I download a PDF attachment or file that firefox opens in a new tab rather than using the default adobe program… (閱讀更多)

I've recently updated to 92.0.1 and I've noticed that when I download a PDF attachment or file that firefox opens in a new tab rather than using the default adobe program. I've looked at settings and applications and changed to to "always ask" but I don t get any option to use adobe to open it or any other program. Also it seems to save the file in the downloads folder as a "firefox html document" and not a pdf file

sanj2 於 1 年前 詢問

Terry 於 1 年前 解答

  • 已解決
  • 封存

Memory Use Very High With 1 Tab Open

While playing one of those free poker games there seems to be excessive RAM memory usage. Nothing else running which can account for it. Also, it shows several Firefox pr… (閱讀更多)

While playing one of those free poker games there seems to be excessive RAM memory usage. Nothing else running which can account for it. Also, it shows several Firefox processes while, again, there's only one tab open.

The reason I noticed is that the game which usually runs smoothly began to be choppy/jerky, so I opened Task Manager to have a look. Note: Didn't investigate internet connection speed.

Why is Firefox using so much memory and slowing things down?

andrewbaggins 於 1 年前 詢問

andrewbaggins 於 1 年前 解答

  • 已解決
  • 封存

Tab and menu bar background color.

My tab bar and menu bar background is white. I have the latest FF version and I hear it should be black but it isn't. It used to be but I may have changed something and l… (閱讀更多)

My tab bar and menu bar background is white. I have the latest FF version and I hear it should be black but it isn't. It used to be but I may have changed something and lost it?

How do I make it black for ease of visibility - but not the web pages (just the upper bars). I have searched for hours and none of the answers either match what to do, or work.

klezw 於 1 年前 詢問

Chris Ilias 於 1 年前 解答

  • 已解決
  • 封存

set "print with system dialog" as default

dear ladies and gentlemen, Firefox has been delivered with the new print dialog since version 82. I have to print around a hundred PDF files at work (usually only the f… (閱讀更多)

dear ladies and gentlemen,

Firefox has been delivered with the new print dialog since version 82.

I have to print around a hundred PDF files at work (usually only the first page of the document). The new print dialog means that there is a lot more work for me here.

Is it possible to set the "old" system print dialog by default or to instruct firefox to always print only the first page of the document by default?

Bruce Wayne 於 2 年前 詢問

cor-el 於 2 年前 解答

  • 已解決
  • 封存

Stop auto-download for Version 98.0.1 (64-bit)

Hi, new updates on Version 98.0.1 quite a hassle for me. It auto-download all my files even when I just want to view. Is there any other way to disable this feature? I op… (閱讀更多)

Hi, new updates on Version 98.0.1 quite a hassle for me. It auto-download all my files even when I just want to view. Is there any other way to disable this feature? I opened Setting>Download but there is no disable button or checkbox for that. Please help me. Thank you in advance.

miszluuna 於 1 年前 詢問

Terry 於 1 年前 解答

  • 已解決
  • 封存

Backspace keyboard button no longer emulates "Back" browser button

I think the title covers it. Until recently, pressing the <Backspace> key on the keyboard would take me back to the previous webpage. Now it doesn't. Using FF v87 … (閱讀更多)

I think the title covers it. Until recently, pressing the <Backspace> key on the keyboard would take me back to the previous webpage. Now it doesn't.

Using FF v87 in Win10 Home.

MyUsernameHere 於 1 年前 詢問

TyDraniu 於 1 年前 解答

  • 已解決
  • 封存

All of a sudden, I cant print my emails from my gmail account.

Using Firefox and accessing my gmail account. A notice comes up saying "A pop up blocker may be preventing the application from printing the page. If you have a popup blo… (閱讀更多)

Using Firefox and accessing my gmail account. A notice comes up saying "A pop up blocker may be preventing the application from printing the page. If you have a popup blocker, try disabling it to open the window". I have no idea how to find what this pop up blocker is so I can disable it.

marie on firefox 於 1 年前 詢問

jscher2000 - Support Volunteer 於 1 年前 解答

  • 已解決
  • 封存

No sound on firefox

I have lost all sound comming from firefox after disconnecting an audio output device while it was being used. To be more precise, the output device is shared between t… (閱讀更多)

I have lost all sound comming from firefox after disconnecting an audio output device while it was being used.

To be more precise, the output device is shared between two computer via a hardware usb switch. I was a bit to fast switching from one to the other multiple times and all audio bugged for a few second, everything worked after that except for firefox.

I have no sound comming from firefox even when using an some other output (such as a headset from a jack).

Firefox does appear in the volume mixer but no sound to be seen there either. (see attached image where firefox and spotify both are playing music, but only spotify is working as intended). However firefox does not appear at all in eartrumpet's volume mixer

I have tried : - PC reboots - firefox re-install (un-installed, deleted the %appdata%/firefore, before re-installing) - turning FF hardware acceleration on/off - using a different profile (about:profiles) - disabling all plugins - disabling / enabling every audio output in the device manager

whyazerty 於 1 年前 詢問

whyazerty 於 1 年前 解答

  • 已解決
  • 封存

Disable certificate verification

I can't seem to disable the certificate verification on Mozilla Firefox. As you can see on the screenshot, the error code is SEC_ERROR_UNKNOWN_ISSUER. I tried multiple s… (閱讀更多)

I can't seem to disable the certificate verification on Mozilla Firefox. As you can see on the screenshot, the error code is SEC_ERROR_UNKNOWN_ISSUER.

I tried multiple solutions, including :

- https://smallbusiness.chron.com/disable-firefox-rejecting-certificates-59249.html - The three solutions from https://stackoverflow.com/questions/20088/is-there-a-way-to-make-firefox-ignore-invalid-ssl-certificates - https://support.mozilla.org/en-US/questions/1234483 - All of the solutions from https://browserhow.com/how-to-fix-mozilla-firefox-ssl-certificate-error/ - https://itectec.com/superuser/how-to-make-firefox-ignore-all-ssl-certification-errors/

and so on.

Is there a way to disable this for only one website, or at least for all website ? I got a web interface which is self signed (if I understand everything correctly) where we can bypass the certificate "error" but it would be great if I just could configure Firefox to skip it entirely for this interface (as I'm certain it's not insecure and even if it was I'd still use it because I can't use anything else for now.

I know Chrome has a command line which do exactly what I want (--ignore-certificate-errors) but Firefox is a must go for me so I'd prefer to find an option on this browser.

Thank you for your time.

r.roch 於 1 年前 詢問

cor-el 於 1 年前 解答