Fragen mit folgendem Schlagwort anzeigen: Alle Fragen anzeigen
  • Archiviert

Random Unusual Freezing, Yet Not Unresponsive

Hello, I've recently encountered a curious issue with my Firefox browser (Firefox version 102.0, Windows 11 Insider Preview 10.0.25145.1011). At seemingly random times i… (Lesen Sie mehr)

Hello,

I've recently encountered a curious issue with my Firefox browser (Firefox version 102.0, Windows 11 Insider Preview 10.0.25145.1011). At seemingly random times it will freeze for between two and five minutes (roughly). UI elements become completely unresponsive and the cursor does not update when moving over the browser window. The window will not minimize. Yet, Windows Task Manager does not report the application as being unresponsive. While never a common problem, any freezes in the past would eventually cause the Windows Task Manager to identify it as unresponsive.

I have disabled "recommended performance settings" and hardware acceleration to no avail. Everything seems perfectly normal immediately before and after the freezes, and I've yet to identify how I can trigger them. I do not recall having made any changes to my browser before the freezes started occurring, though multiple Windows updates have taken place since then. If I'm too impatient to wait I will end the Firefox processes via Windows Task Manager and restart it so I can return to my tabs without having cookies deleted. I have 13 plugins mainly covering privacy/security concerns. Is there some sort of debug tool I can engage to see what's occupying Firefox while it's frozen? I've just found the Firefox Task Manager, and will see if it can offer any additional information during/after the freezes.

Thanks, Logan

Gefragt von Logan vor 1 Jahr

Letzte Antwort von Asa Dotzler vor 1 Jahr

  • Archiviert

Someone broke into my firefox, I want to see who

Someone broke into my firefox. A ex friends through into my face stuff she could only know if she or someone broke into my firefox history. I deleted firefox browser on … (Lesen Sie mehr)

Someone broke into my firefox. A ex friends through into my face stuff she could only know if she or someone broke into my firefox history.

I deleted firefox browser on both my android and pc's and am brokenhearted because I checked it and it brought back memories going back to 2011.

I want this person who did this for her. The broke into my google, laptop, pc. She's pretty and rediculuos manipulitieve.

I've tried tech guys, computer stores, web sites. They want me delete everything and start over. I don't want to loose decades of memories. I have a vpn and they keep breaking into my phone and pc's.

Is there a goverment contractor worker that does this stuff on the side? I want to find them. I bought Audibles and Kindles on dark web to see if anyone there can help, and will read for next 10 years if I have to in order to find them. Need suggestion.

Gefragt von timkelli vor 1 Jahr

Letzte Antwort von James vor 1 Jahr

Prepopulating Visited URLs

When I want to go to the NY Times, and i type "nyt" the address bar automatically populated with the rest of the URL "nytimes.com". When I do the same thing with gmail an… (Lesen Sie mehr)

When I want to go to the NY Times, and i type "nyt" the address bar automatically populated with the rest of the URL "nytimes.com". When I do the same thing with gmail and "gmail" it runs a search on a search engine instead of completing the rest of the URL.

Why would it do this for one website and not another? How do I fix this, I use gmail all the time so its a bit of a time waster.

Thank you in advance for your help!

Gefragt von dbarnett13 vor 3 Monaten

Letzte Antwort von zeroknight vor 3 Monaten

  • Archiviert

Reply all loses track of the emails the original email was sent to

When I reply to emails, either reply, or reply all, I prefer to see all the email addresses from the email header that the original email was sent to. This is the defa… (Lesen Sie mehr)

When I reply to emails, either reply, or reply all, I prefer to see all the email addresses from the email header that the original email was sent to. This is the default on most email systems I've used. I think it was the default on Firefox until recently.

Now, when I do a reply, or reply all, the message now starts with the original email, without the email headers. I understand some people may prefer that, but I definitely don't like it. It can be useful to see who the original email had been sent to, especially if there are errors in that list of people, or the people included are fewer or more than the previous email.

Note, if I forward the email, the email does contain the email addresses from the original email header.

This behaviour caused me some real grief when I realised some people had made a mistake when sending me an email recently.

Is there a setting to adjust this?

Regards

   Mark Dunn

Gefragt von Mark Dunn vor 1 Jahr

Letzte Antwort von Dropa vor 1 Jahr

  • Archiviert

The bounding rectangle of an input control getting by UIAutomation is not up-to-date

I'm using UIAutomation to get the bounding rectagle of an input control. Here's my C++ code. IUIAutomation* p_iui; ... IUIAutomationElement* p_fcs_element; while(TRUE) … (Lesen Sie mehr)

I'm using UIAutomation to get the bounding rectagle of an input control. Here's my C++ code.

IUIAutomation* p_iui; ... IUIAutomationElement* p_fcs_element; while(TRUE) {

   Sleep(1000);
   p_iui->GetFocusedElement(&p_fcs_element);
   RECT r;
   p_fcs_element->get_CurrentBoundingRectangle(&r);
   _cprintf("Rect: %d,%d,%d,%d\n", r.left, r.top, r.right, r.bottom);

}

When I put focus on some input text area and move Firefox by drag&drop, the RECT r's data(left,top,right,bottom)does not change, unless I change the focus to another text area and back to the first one. Should I change some Firefox settings to make the location information up-to-date when get_CurrentBoundingRectangle every time?

Gefragt von aniki0210 vor 1 Jahr

Letzte Antwort von cor-el vor 1 Jahr

  • Archiviert

How may I can turn off "share image" feature?

Please help me..... After update my firefox its showing a share option on each featured image on amazon product page. How may I can turn this off? Sample link: [https:/… (Lesen Sie mehr)

Please help me.....

After update my firefox its showing a share option on each featured image on amazon product page. How may I can turn this off?

Sample link: [https://www.amazon.com/dp/B0057ECYS0]

-Advance Thanks

Gefragt von Romeo Islam Rabby vor 2 Jahren

Letzte Antwort von cor-el vor 2 Jahren

  • Archiviert

How can you disable selection mode in the new PDF editing capability?

A feature for editing PDF files has recently been added to the released code. I cannot find comprehensive documentation for it. If such exists, a pointer would be appre… (Lesen Sie mehr)

A feature for editing PDF files has recently been added to the released code. I cannot find comprehensive documentation for it. If such exists, a pointer would be appreciated.

Here is the specific problem with which I am struggling. I am marking up a converted web page (Waze) with the tool with the pencil icon. That starts out OK. However, after a while, it gets into a mode in which it thinks I am trying to select some of my previous markings. Once a box has been selected all I can do is move the content or delete it. I do not want to do that. I want to make new marks nearby. It seems to be impossible. The only way I have managed to get around the problem is to save the PDF to a file and then reload it. But that only lasts for a while until it gets back into the mode in which it thinks I am trying to select some of my new marks.

I don't know what is getting it into the selection mode or how to get out once there. There are no clues in the menu. I could use the mode at times for removing marks, so I do also want to know how to get into it.

Help would be much appreciated.

Gefragt von DrHow vor 1 Jahr

Letzte Antwort von Adrian vor 1 Jahr

  • Archiviert

How to turn off Firefox usage hints

Just now, as I was in the middle of something, Firefox popped up a usage tip about tabs. I find this disruptive. Is there a way to turn these off? If I want to know how t… (Lesen Sie mehr)

Just now, as I was in the middle of something, Firefox popped up a usage tip about tabs. I find this disruptive. Is there a way to turn these off? If I want to know how to do something, I'll look in the help.

It's fine when you create a new feature to display a tab when I first launch after an upgrade, or to have the Help menu show a Latest Features item, but please don't interrupt my work with pop-ups.

For the moment, I don't see anything in Preferences about this. Is there an about:config setting I can add to suppress this feature?

Gefragt von CharlesBelov vor 1 Jahr

Letzte Antwort von jscher2000 - Support Volunteer vor 1 Jahr

  • Archiviert

told to clear cache avice ctrl + f5 did not work

RIGHT i was told to clear cache - and also to do it - like ctrl + f5 Nothing seemes to happen something i gting in the way of operating this awful self-willed machine … (Lesen Sie mehr)

RIGHT i was told to clear cache - and also to do it - like ctrl + f5 Nothing seemes to happen something i gting in the way of operating this awful self-willed machine

Gefragt von Patricia vor 1 Jahr

Letzte Antwort von jscher2000 - Support Volunteer vor 1 Jahr

  • Archiviert

openeing or saving "transferd open tabs" from mobile to pc

hi i have Firefox on mobile ( android Samsung a125f) and PC. i wanted to transfer all open tabs from mobile to PC.after sync . i can see open tabs below sing out in… (Lesen Sie mehr)

hi

i have Firefox on mobile ( android Samsung a125f) and PC.

i wanted to transfer all open tabs from mobile to PC.after sync .

i can see open tabs below sing out in Firefox account window in my PC. i wanted to save them  but i only can select them  only one by one and i can not select all them together. 

also i did right click and left click on title: "Firefox on Samsung sm-A125f" but nothing occurred. can you guide me about this issue? i wanted to upload a image file( it is 20.2k) of it, but after 10 minutes it did not uploaded. i tried twice , but it was not successful. thanks

Gefragt von goy123t vor 1 Jahr

Letzte Antwort von Alex R vor 1 Jahr

  • Archiviert

Prevent a Website to automatically change to the Main Page after opening a Link

Hi, is there a way to stop a website to automatically forcefully boot me to their main page after like 1sec? In my case its this Link: https://multiversus.bugs.wbgames.… (Lesen Sie mehr)

Hi,

is there a way to stop a website to automatically forcefully boot me to their main page after like 1sec?

In my case its this Link: https://multiversus.bugs.wbgames.com/bug/MVS-1-3162 It straight up throws me back to the original website after being able to see it for probably less than a second.

Thanks in advance!

Gefragt von Dharc vor 1 Jahr

Letzte Antwort von jscher2000 - Support Volunteer vor 1 Jahr

  • Archiviert

cmd+` doesn't switch between firefox windows on mac

I've seen in many places that cmd+` should allow me to switch between windows within an app on Mac. For me, it only works in Safari and other native Mac apps. It does not… (Lesen Sie mehr)

I've seen in many places that cmd+` should allow me to switch between windows within an app on Mac. For me, it only works in Safari and other native Mac apps. It does not work in Firefox. I have the latest Mac OS and the latest version of Firefox. Is there a solution to this? I would LOVE for this shortcut to work, since I'm also a Windows user and it's the closest thing to the Windows window-switching shortcut.

Gefragt von mcf1731 vor 9 Monaten

Letzte Antwort von Terry vor 9 Monaten

  • Archiviert

your pop up says firefox will edit pdfs

you are a bunch of nut cases. you post that you can help me edit a pdf then it takes me nowhere. I guess you have to have fired by McDonalds to work for firefox. very dis… (Lesen Sie mehr)

you are a bunch of nut cases. you post that you can help me edit a pdf then it takes me nowhere. I guess you have to have fired by McDonalds to work for firefox. very disappointed.

Gefragt von wwhs1960 vor 1 Jahr

Letzte Antwort von cor-el vor 1 Jahr

  • Archiviert

104.0.2 firefox doesn't allow download button to display dropdown downloaded file list

Up until now, when I've downloaded a file, the download button displays a dropdown of the downloaded file list, and other features. After updating to v104.0.2, the downlo… (Lesen Sie mehr)

Up until now, when I've downloaded a file, the download button displays a dropdown of the downloaded file list, and other features. After updating to v104.0.2, the download button ONLY highlights to signal that files have been downloaded to my download directory, but clicking this button does nothing. Instead, the only way I can access my downloads is by Ctrl-J or clicking on the 3-horiz-lines and select Downloads, which opens a separate dialog box. Why this change? How can I restore the old/standard feature which worked quickly and intuitively?

Gefragt von etcadman vor 1 Jahr

Letzte Antwort von jscher2000 - Support Volunteer vor 1 Jahr

  • Archiviert

Pinned newtab links from another device

Hello, on one of my computers I have my new tab set to have 10 rows of pinned links. I went to `about:config` and copied the `browser.newtabpage.pinned` string. I then pa… (Lesen Sie mehr)

Hello, on one of my computers I have my new tab set to have 10 rows of pinned links. I went to `about:config` and copied the `browser.newtabpage.pinned` string. I then pasted it into the string on a new device I'm setting up, but it doesn't do anything.

Is there any way to get this working? My new tab on the device I'm setting up has none of the pinned links, just sites I commonly visit

Thanks, let me know if I need to provide any more information.

Gefragt von jack.a.watt vor 10 Monaten

Letzte Antwort von cor-el vor 10 Monaten