Отображение вопросов с тегом: Показать все вопросы

URL BAR

I am using Firefox on a desktop and recently upgraded to 112. I have been trying for the last 6 months to SHORTEN the address bar (NO, I do NOT use Search on Firefox) and… (читать ещё)

I am using Firefox on a desktop and recently upgraded to 112. I have been trying for the last 6 months to SHORTEN the address bar (NO, I do NOT use Search on Firefox) and cannot find an answer anywhere. I am completely exasperated at all controls Firefox has taken away from users the past few years and this is the final straw before I leave you. PLEASE tell me how to REALLY shorten the god-awful length of the url bar so I can see more addons ON the desktop. Thank you very much.

Rob Davis, a loyal user of Firefox since 2009.

Задан robddavis 1 месяц назад

Последний ответ от cor-el 1 месяц назад

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) … (читать ещё)

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?

Задан aniki0210 1 месяц назад

Последний ответ от cor-el 1 месяц назад

  • Решено

Can I restrict the password autofill to the exact url / form (sub)domain

I have different login forms on different sub domains so I always get a huge lists of different logins. and also I get my password for the basic auth from the web-server … (читать ещё)

I have different login forms on different sub domains so I always get a huge lists of different logins. and also I get my password for the basic auth from the web-server on my login form.

I also consider this as a security risk when different sub domains belong to different parties and I accidentally put my password into the wrong form.

Can I config Firefox the way that I get only passwords in the list that match the exact url or at least the (sub)domain?

Another Question As a Web-developer can I do something that my client don't experience such a mess (like giving the login form a special id so passwords are restricted do this particular form.

Задан mt14 1 месяц назад

Дан ответ jscher2000 - Support Volunteer 1 месяц назад

bookmarks

I have my bookmarks alphabetized. When I click on one far down the list & then want to click on the next one the list of my bookmarks always reverts to the top of my … (читать ещё)

I have my bookmarks alphabetized. When I click on one far down the list & then want to click on the next one the list of my bookmarks always reverts to the top of my list. Can I change this to have my bookmarks stay in the same place that I left off with instead of having to scroll all the way down again?

Задан smythpa 1 месяц назад

Последний ответ от jscher2000 - Support Volunteer 1 месяц назад

Off Topic: What's the DEFAULT Font and Formatting for the Windows "Notepad"? I've inadvertantly set the wrong Font, and can't put it back[!]

Folks ---- 6 April 2023 --- I posted this request previously, about 4 days ago. I inadvertantly CHANGED the Font used in the Windows Notepad. Since I'm old enough for … (читать ещё)

Folks ---- 6 April 2023 ---

I posted this request previously, about 4 days ago.

I inadvertantly CHANGED the Font used in the Windows Notepad. Since I'm old enough for such changes to be visually significant, AND since the change makes reading text VERY difficult, I need to change it back to whatever it was before. It's just that I don't know what it WAS before[!]

That's my question: what Font do I specify, and what display Format do I use.

Thankx in advance for any help any of you-all can provide.

Chris Madsen [The Gray Cat -- Been here before under that <name>] << tmc@att.net >>

Задан The Gray Cat 1 месяц назад

Последний ответ от Dropa 1 месяц назад

WebAPI SpeechSynthesis (TTS) Unicode Support As Text Field to Speak

Hi, I am translating from English text sentence to Cyrillic and my output of the the translated english sentence are in unicode, which i convert to code points. When I a… (читать ещё)

Hi,

I am translating from English text sentence to Cyrillic and my output of the the translated english sentence are in unicode, which i convert to code points. When I add the code points to the speak function, the system reads the line as literal. "And Number 1091"...etc

What is the proper way to add unicode characters in order for the system to read it?

The process is setup as: const synth = window.speechSynthesis; const speak = (text) => {

       const utterance = new SpeechSynthesisUtterance(text);
       utterance.lang = 'uk-UA';
        synth.speak(utterance);

}

const Text = 'укаінойникое'; // speak(Text);

Any help or pointers would be appreciated.

Задан bokathc 2 месяца назад

Opening Links from Other Apps (Firefox Containers)

I have the Firefox Multi-Account Containers extension installed. When I click on links in other applications, for example email, is there a way to choose which container… (читать ещё)

I have the Firefox Multi-Account Containers extension installed.

When I click on links in other applications, for example email, is there a way to choose which container it opens on? Right now, it opens without a container.

Задан cubingsoda 2 месяца назад

How to reload all broken images

Is there a way or an add-on that can reload all broken images with one click? It's too tiring to use the "Reload Image" context menu on each broken image, and sometimes… (читать ещё)

Is there a way or an add-on that can reload all broken images with one click?

It's too tiring to use the "Reload Image" context menu on each broken image, and sometimes some images are covered by some other controls that make the context menu even not work.

Thanks in advance.

Задан Bellozzz 2 месяца назад

How to remove incorrect information from Firefox forum?

https://support.mozilla.org/bm/questions/1340102#question-reply ^^^^^^ While searching for a very popular FIREFOX topic my top search result on google rendered this page.… (читать ещё)

https://support.mozilla.org/bm/questions/1340102#question-reply ^^^^^^ While searching for a very popular FIREFOX topic my top search result on google rendered this page. The answer is incorrect.

How can I fix or delete this erroneous post or may it be edited?

I can create a help page if it means anything to replace this technically and procedurally incorrect and misleading post. I saw it right away but for a newbie to firefox it could send them away screaming in frustration. A help webpage to address this question would be helpful and I can create one if needed. Or did I miss it?

Задан J4 and J5 Sync Bookmarks and Add-ons 2 месяца назад

Последний ответ от cor-el 2 месяца назад

Email SPAM from Mozilla

Why does unsubscribing from email communications not work with my Mozilla account? I am starting to regret ever giving them my email address. No matter how many times I… (читать ещё)

Why does unsubscribing from email communications not work with my Mozilla account?

I am starting to regret ever giving them my email address.

No matter how many times I unsubscribe I keep getting SPAM from Mozilla.

Nothing is selected under email communications. I never selected anything in the first place but I keep getting Tips.

Задан brandon.docke 2 месяца назад

Последний ответ от Terry 2 месяца назад

Add (import) an old Firefox bookmark backup saved as a JSON file on flash drive, to current Firefox bookmarks

Hi--is there a way to do this? My boyfriend accidentally deleted all my Firefox bookmarks last fall (hundreds), then restored the last backup from July, which he said for… (читать ещё)

Hi--is there a way to do this? My boyfriend accidentally deleted all my Firefox bookmarks last fall (hundreds), then restored the last backup from July, which he said for some reason was a lot larger than the most recent backup he saw, from October. (I hadn't deleted *that* many bookmarks between those two times, plus I had continued adding more, so I have no idea why the October file was so much smaller. Also, incidentally, I have no idea why there were no backups listed from the last one in July to the first one in October. I'm always actively adding and deleting bookmarks.) However, I made a ton of edits and additions to my bookmarks from July to October that I'd like to at least be able to access. I know I probably can't merge them with my current ones, but I'd at least like to be able to add them to what I have. I assume that if I could import these, they would appear in a separate folder, right? Thanks!

Задан Firefoxhunt 2 месяца назад

Последний ответ от Firefoxhunt 2 месяца назад

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… (читать ещё)

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.

Задан wwhs1960 2 месяца назад

Последний ответ от cor-el 2 месяца назад