• தீர்வுற்றது
  • Archived

Copy and paste into new tab search bar always "looses" the first word

If I copy and paste any two words or more into the search bar on the new tab it goes to google.co.uk as that is set but only searches for the phrase minus the first word.… (மேலும் படிக்க)

If I copy and paste any two words or more into the search bar on the new tab it goes to google.co.uk as that is set but only searches for the phrase minus the first word. If I paste it into the address bar everything is ok. If I do the same with a one word term the search bar does nothing having "lost" that word and the address bar works fine.

Asked by verminhater 1 வருடத்திற்கு முன்பு

Answered by jscher2000 - Support Volunteer 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

My bookmarks are on the tabs toolbar at the top, and the bookmarks toolbar below the URL/search bar is empty

I noticed the toolbars had changed positions and thought I'd use the customize page to see if I could reorganize them. Somehow I ended up with the usual three toolbars, … (மேலும் படிக்க)

I noticed the toolbars had changed positions and thought I'd use the customize page to see if I could reorganize them. Somehow I ended up with the usual three toolbars, but bookmarks are on the top (tabs) toolbar, not the bottom (bookmarks) toolbar, which is empty. This is Ubuntu 21, firefox 95.0b2.

Top: Starting on the far left are the Ubuntu window controls, my bookmarks. and tabs. Middle: The customized URL/search bar. Bottom: The bookmarks toolbar, which is empty. I know this is so because CTRL-SHIFT-B hides and shows it.

I can drag bookmarks on the top(tabs) toolbar around, reorganize them, and and delete bookmarks and folders, but always only on the top (tabs) toolbar. I cannot drag any of them to the bottom (empty bookmarks) toolbar.

Asked by felix39 1 வருடத்திற்கு முன்பு

Answered by jscher2000 - Support Volunteer 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

javascript script works in stackoverflow sandbox and jsfiddle but not on my website

I'm not sure this is a problem with Firefox but I have run out of other options to look at. At first I thought it might be because the page uses a frameset (I know it's o… (மேலும் படிக்க)

I'm not sure this is a problem with Firefox but I have run out of other options to look at. At first I thought it might be because the page uses a frameset (I know it's obsolete) so I created a version that uses an iframe instead. That way the html that needs to be acted on is not in a frame. It still doesn't work. I don't know why it works in stackoverflow's sandbox and jsfiddle but not on my website. Any help is appreciated.

Frameset version iFrame version

If you need to see the tabstrip code (it's virtually identical to the iFrame version): Tabstrip for frameset version

The script is supposed to hilite the selected tab with a red background. The rollover works fine (yellow background and brown text) but the selected tab color never shows up.

Asked by Wayne 1 வருடத்திற்கு முன்பு

Answered by Wayne 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

Firefox can't play youtube streams

I cannot watch a video on youtube when it is in the process of being live streamed. I remember a time when I was able to, years ago, but I can't any longer. I'm not sure … (மேலும் படிக்க)

I cannot watch a video on youtube when it is in the process of being live streamed. I remember a time when I was able to, years ago, but I can't any longer. I'm not sure what has changed. I found an article that says to install the optional update called "Windows Media Pack" in apps and features, but no app with that name exists. It was only a year old solution, so I'm unsure of what changed so significantly. I just installed another optional windows update, and also updated the browser, but still doesn't work.

Edition Windows 10 Home Version 21H2 Installed on ‎09-‎Jun-‎20 OS build 19044.1466 Experience Windows Feature Experience Pack 120.2212.3920.0

Firefox: 97.0 (64-bit)

Asked by tomi.fodor 1 வருடத்திற்கு முன்பு

Answered by tomi.fodor 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

Firefox 100 and OWA Drag and Drop Problem

Hello, Before the release of Firefox 99, the drag and drop function of e-mail using OWA (Microsoft Outlook) stopped working. In the last version of 99, it started workin… (மேலும் படிக்க)

Hello,

Before the release of Firefox 99, the drag and drop function of e-mail using OWA (Microsoft Outlook) stopped working. In the last version of 99, it started working again (and I was very happy). My browser just updated to 100 and it stopped working again (and, of course, Firefox recommends not downgrading).

This is getting very frustrating, as I use Firefox at work and it is actually a lot of time wasted, going in and attaching files without drag and drop. I am on the verge of abandoning Firefox as my browser, since these features work in both Safari and Chrome. However, I do like the usability and security of Firefox, so I am hoping you can fix this very soon.

-Chris

Asked by cmartell 1 வருடத்திற்கு முன்பு

Answered by Chris Ilias 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

How do you remove the muted text and icon from the tabs?

I like to mute all of my tabs so they don't play annoying sounds. However a very annoying mute icon appears when I hover over it and the "muted" text is shown under the … (மேலும் படிக்க)

I like to mute all of my tabs so they don't play annoying sounds. However a very annoying mute icon appears when I hover over it and the "muted" text is shown under the name. I tried adding to my userChrome.css:

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); .tab-icon-overlay[muted], .tab-icon-sound[muted] {

 display: none !important;

}

This only removes the muted icon, and when I hover over a tab its favicon disappears. I also tried changing browser.tabs.showAudioPlayingIcon as suggested in [answer] but it isn't an option anymore.

How do I remove it completely without changing the context menu item?

Asked by Anynomous 1 வருடத்திற்கு முன்பு

Answered by cor-el 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

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?

Asked by Wayne 1 வருடத்திற்கு முன்பு

Answered by jscher2000 - Support Volunteer 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

How do I turn off this new address bar feature? This thing, with the buttons?

[See uploaded image] I don't know what this is, what it's called, or why the someone in your UI/UX team continues to think that it's a good idea to change the keyboard n… (மேலும் படிக்க)

[See uploaded image]

I don't know what this is, what it's called, or why the someone in your UI/UX team continues to think that it's a good idea to change the keyboard navigation in the browser with all these new, special, or whatever controls that are ultimately useless.

How do I turn this off?

Asked by metalphoenixrising 9 மாதங்களுக்கு முன்பு

Answered by metalphoenixrising 9 மாதங்களுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

firefox tabs crash on kernel 6.0 (and following)

I have Firefox 107.0b5 (64-bits) Snap for Ubuntu canonical-002 - 1.0 I use Ubuntu Mainline to update to newer kernels. Never had any problem doing that. I am now on 5.19.… (மேலும் படிக்க)

I have Firefox 107.0b5 (64-bits) Snap for Ubuntu canonical-002 - 1.0 I use Ubuntu Mainline to update to newer kernels. Never had any problem doing that. I am now on 5.19.15. But when I upgrade to kernel 6 (which is now at 6.0.5) Firefox tabs crash. Reloading doesn't help. Each new tab I open gives the same crash message. I have to restart to get Firefox going again. So I removed kernel 6 and reverted back to kernel 5.19 and have no problems any more. But question, what is the problem between kernel 6 and firefox? Does anybody else experience this problem?

I have no other problems with kernel 6 with other programs or hardware or whatever, only firefox tabs crash...

Asked by peterpov 7 மாதங்களுக்கு முன்பு

Answered by peterpov 6 மாதங்களுக்கு முன்பு

  • தீர்வுற்றது

Firefox Developer edition 109-b9 breaks focusing in and out of app on Ubuntu 22.10

Noticed yesterday but not as prominent, firefox suddenly steals all window focus, trying to do anything in any other window is pushed into firefox no matter if it is mini… (மேலும் படிக்க)

Noticed yesterday but not as prominent, firefox suddenly steals all window focus, trying to do anything in any other window is pushed into firefox no matter if it is minimised or in another workspace. I have tested this in a clean install along with a clean profile. Bitwarden and other windows seem to act weird when they are interacted with.

This all works well and good on b8 and stable. I am using wayland (Ubuntu 22.* default), but xwayland is available.

Asked by Oliver Wilkes 4 மாதங்களுக்கு முன்பு

Answered by Oliver Wilkes 4 மாதங்களுக்கு முன்பு

  • தீர்வுற்றது

You must enable cookies to use WordPress.

When I try to log into my website - https://huppbrian.us/tsc-admin - with Firefox Developer 111.0b8 (64-bit), get the following error first time every time... Error: Cook… (மேலும் படிக்க)

When I try to log into my website - https://huppbrian.us/tsc-admin - with Firefox Developer 111.0b8 (64-bit), get the following error first time every time... Error: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress. If I try again without making any changes, I'm able to log in fine. I've tried playing with the protections settings, but haven't found the magic pill to fix this yet.

Asked by Brian Hupp 2 மாதங்களுக்கு முன்பு

Answered by Brian Hupp 2 மாதங்களுக்கு முன்பு

  • தீர்வுற்றது

Firefox Developer Edition can't load the Udemy page at some random time

Hi, I use the Firefox Developer Edition for Windows Desktop (112.0b4 (64-bit) on daily basis. When I play the Udemy DRM content nothing goes wrong first and the browser … (மேலும் படிக்க)

Hi, I use the Firefox Developer Edition for Windows Desktop (112.0b4 (64-bit) on daily basis. When I play the Udemy DRM content nothing goes wrong first and the browser loads the page well. But after some time passed I see that Firefox stops to load the page and the tab spinning infinitely. Pressing the realod button doesn't help. The only solution is to restart the browser. I use no-proxy setting. The refreshing of the browser didn't help either. I have configured the following options in the "about:config" but it didn't help as well: network.dns.disableIPv6 : true network.dns.disablePrefetch : true network.http.http3.enabled: false

Asked by Taras 2 மாதங்களுக்கு முன்பு

Answered by jonzn4SUSE 1 மாதத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

Firefox home search fake editable inconvinience

Hi, FF 89.0b2 Developer edition now contains a "fake editable" search field at the home page (the sentence contains in the class attribute so I used it here), when one st… (மேலும் படிக்க)

Hi, FF 89.0b2 Developer edition now contains a "fake editable" search field at the home page (the sentence contains in the class attribute so I used it here), when one start typing in it and the letters appear in the address bar.

For me personally this is partly non-intuitive partly annoying. I never met a scenario in UI of other programs, when typing in one place (where the caret is) show actual letters at another place.

Is this feature is here to stay or are there plans to to make it customizable? I used ff home page search for ages, now I installed a new tab home page extension with manually setting www.google.com in it.

Thanks

Asked by maxerist 2 ஆண்டுகளுக்கு முன்பு

Answered by jscher2000 - Support Volunteer 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

bookmarks line spacing doubled

Hello, Since my last update, Firefox 93, my bookmarks present a huge line spacing between them, line spacing that I would like to control to see more bookmarks at a time.… (மேலும் படிக்க)

Hello, Since my last update, Firefox 93, my bookmarks present a huge line spacing between them, line spacing that I would like to control to see more bookmarks at a time. Do you know how to proceed ? Thank you very much.

Asked by snamedpers1 1 வருடத்திற்கு முன்பு

Answered by jscher2000 - Support Volunteer 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

Inspect element autocompletes endlessly

The tab under Inspect Element -> Inspector -> The column right beneath filter styles column has this feature that suggests you some css properties. On my browser th… (மேலும் படிக்க)

The tab under Inspect Element -> Inspector -> The column right beneath filter styles column has this feature that suggests you some css properties. On my browser they get filled in more than once, endlessly I might say (without me pressing any button). This makes it very hard to add any css styles and I'd like to know how to stop this behaviour.

Asked by TheBlackEagle 1 வருடத்திற்கு முன்பு

Answered by TheBlackEagle 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

Browser Cache breaks the website in Mozilla Firefox, but works fine on Google Chrome

Hello, I am a Web Developer, fixing a website for my client. After the page is cached in Mozilla Firefox the layout breaks, when I clean the cache everything is back to … (மேலும் படிக்க)

Hello,

I am a Web Developer, fixing a website for my client. After the page is cached in Mozilla Firefox the layout breaks, when I clean the cache everything is back to normal. This issue is only present in Mozilla Firefox, I don't have that issue with Google Chrome.

Website URL: https://www.impeccablex.com/ Please see the screenshots attached, you can see the layout before and after.

I have tried almost everything that I could think of, don't know what to try next. Any suggestions?

Thank you in advance! Best Regards, Mario C.

Asked by cvetkovski.mario 1 வருடத்திற்கு முன்பு

Answered by cor-el 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

Bookmarks in dark mode after update

I hate dark mode in anything. My bookmarks and side setting are in dark mode. How do I get rid of that and return to normal?

Asked by LLL 1 வருடத்திற்கு முன்பு

Answered by jscher2000 - Support Volunteer 1 வருடத்திற்கு முன்பு

  • Locked
  • Archived

Firefox communication ceases

FireFox Developer 99.0b8 (64-bit) on the "aurora update channel" on Windows 10 PC (version 1803, build 17134.2208) I notice whenever an update is pending (the green dot … (மேலும் படிக்க)

FireFox Developer 99.0b8 (64-bit) on the "aurora update channel" on Windows 10 PC (version 1803, build 17134.2208)

I notice whenever an update is pending (the green dot appears in the icon for the "Open Application Menu"), FF becomes unresponsive in a way. When it happens: It does not totally freeze. I can select/switch between existing tabs & scroll thru their pages. I can close tabs. I can open a new empty tab. But I can't load or refresh any pages. The only fix is to do the update, and re-launch.

Since the developer edition gets updated frequently, it is a pain.

I like the Developer Tools! But... How can I scale back the FF "update frequency", or "change the channel", so updates are, like monthly at most?

thank you.

Asked by richs2 1 வருடத்திற்கு முன்பு

Last reply by jonzn4SUSE 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

I cannot load pages and I've tried all the support guidance

I'm running Firefox Dev edition and I cannot get it to load any pages except for Mozilla pages. I have tried all the fixes suggested there and it still refuses to connect… (மேலும் படிக்க)

I'm running Firefox Dev edition and I cannot get it to load any pages except for Mozilla pages. I have tried all the fixes suggested there and it still refuses to connect. I'm at my wits end. Any hail mary optoins or do I have to reinstall and start again?

Asked by Charlie Evans 10 மாதங்களுக்கு முன்பு

Answered by Chris Ilias 10 மாதங்களுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

OPEN URL IN MICROSOFT EDGE (CONTEXT MENU)

I am attempting to build a script (extension) that will open any focused page in Firefox with Microsoft Edge from the context menu. The intention is to utilise the existi… (மேலும் படிக்க)

I am attempting to build a script (extension) that will open any focused page in Firefox with Microsoft Edge from the context menu. The intention is to utilise the existing microsoft-edge URL Protocol in Windows instead of a native client.

QUESTION WILL MOVE TO https://discourse.mozilla.org/

Asked by deanone 10 மாதங்களுக்கு முன்பு

Answered by Paul 10 மாதங்களுக்கு முன்பு