Firefox not rotating camera when laptop is in tent mode

Hi, I am disabled and in a wheelchair. I have a Dell Inspiron 7591 2-in-1 laptop as a communication device to speak. Since my hands don't work, I have to use head switc… (자세히 살펴보기)

Hi,

I am disabled and in a wheelchair. I have a Dell Inspiron 7591 2-in-1 laptop as a communication device to speak. Since my hands don't work, I have to use head switches in order to operate my device. I downloaded and installed the latest version Firefox (version 132.0.2 (64-bit)) via Microsoft Store on my laptop running Windows 10 Home. I have a Jabber/XMPP account to communicate with my family members and friends. In order to mount my laptop to my wheelchair, my laptop has to be in tent mode (upside down, but my screen automatically rotates to the proper orientation.) When I go to mov.im in the Firefox browser and video call someone, I appear upside-down on their end. I also visited https://webcamtests.com/ in Firefox and I appeared upside-down on my screen. However when I use other programs (eg: the camera app in Windows, Google Chrome, etc.), it recognizes my laptop is in tent mode so those programs automatically adjust my camera orientation. I would like my Firefox browser to recognize that my laptop is in tent mode and automatically rotate my camera to the proper orientation. Is this possible? If not, I would like to make this a feature request please?

Thank you

1주 전에 speedygonzales99님이 질문

6시간 전에 speedygonzales99님이 마지막 답변

PRINTING

Since installing thunderbird, following failure of my Outlook email manager I have been unable to print an email attachment using the system dialog option and also unable… (자세히 살펴보기)

Since installing thunderbird, following failure of my Outlook email manager I have been unable to print an email attachment using the system dialog option and also unable to print in draft format to save on ink.

Any suggested fix?

8시간 전에 kell.19님이 질문

Bookmarks question default folder

Hello, After force closing Firefox app when I tap on the bookmarks under settings it always defaults to "Desktop Bookmarks". Is there a way to make it go to "Bookmarks T… (자세히 살펴보기)

Hello,

After force closing Firefox app when I tap on the bookmarks under settings it always defaults to "Desktop Bookmarks". Is there a way to make it go to "Bookmarks Toolbar" folder content by default?

Thanks, Dejan

9시간 전에 Dejan B.님이 질문

Total Cookie Protection how to shut off completely!

I do not want companies to hold my hand and secretly micro mange my browsing. How do I turn off Total Cookie Protection completely. I am blocked on some sites even if cli… (자세히 살펴보기)

I do not want companies to hold my hand and secretly micro mange my browsing. How do I turn off Total Cookie Protection completely. I am blocked on some sites even if click on the Shield and turn off Total Cookie Protection.

10시간 전에 computerdown님이 질문

Unable to view Images in Thunderbird

For some reason I have recently started to be unable to view images in emails. Various image types such as JPG or PNG do not show & I get an error message like this … (자세히 살펴보기)

For some reason I have recently started to be unable to view images in emails.

Various image types such as JPG or PNG do not show & I get an error message like this one:

You have chosen to open:

 [*) u3pwr_feed.jpg
       which is: JPEG Image (109 KB)
       from: u3pwr_feed.jpg

What should Thunderbird do with this file?

    O Open with
    O  Save File
    [ ] Do this automatically for files like this from now on.

This is a big Thunderbird Portable 128.4.3 32 Bit Install with many years of emails.

Thanks, Brian.



Thunderbird Portable 128.4.3 32 Bit

10시간 전에 BrianS3님이 질문

Can't send or receive email anymore, and can't delete and add the account back.

Came back from an errand earlier this morning and after turning on my Mac again, found that Thunderbird 115.10.1 was prompting me for my username and password at the web … (자세히 살펴보기)

Came back from an errand earlier this morning and after turning on my Mac again, found that Thunderbird 115.10.1 was prompting me for my username and password at the web page for my account, using a pop-up Safari window. But trying to do that doesn't work because my version of macOS is not supported by Yahoo! Mail anymore.

So I tried deleting the account and adding it back, since this is the very first time it's ever done this, but that doesn't work, either, because Thunderbird still prompts me for the same username and password using the same Safari window that won't work anymore.

Tried updating Thunderbird to 115.16.3, but that makes no difference; still can't send or receive email.

Who's idea was this, and why did nobody consider that web sites have dropped support for many older browsers that can't be upgraded, and give you no option to use a browser of your choice that would work for this, even though it should never be required?

How do I (or others that are affected) solve this problem once and for all?

11시간 전에 Robert Hoffman님이 질문

CAN'T SEND EMAILS ? HAVE THIS MESSAGE....ERROR MAILBOX FULL. VISIT AKA.MS MAILBOX FULL FAILED TO PROCESS DUE TO PERANET EXCEPTION

SENDIN MESSAGE FAILED AN ERROR OCCURRED WHILE SENDINDING MAIL. THE MAIL SERVER RESPONDED; MAIL BOX FULL ... FAILED TO PROCESS MESSAGE DUE TO A PERMANENT EXCEPTION WITH M… (자세히 살펴보기)

SENDIN MESSAGE FAILED AN ERROR OCCURRED WHILE SENDINDING MAIL. THE MAIL SERVER RESPONDED; MAIL BOX FULL ... FAILED TO PROCESS MESSAGE DUE TO A PERMANENT EXCEPTION WITH MESSAGE... MICROSOFT UNITED STORAGE IS FULL

11시간 전에 garysviking님이 질문

Canadian English has Missing Definitions

I was excited to see that Firefox had support for Canadian English, however the dictionary seems to be missing numerous words and I get spelling errors for words like "la… (자세히 살펴보기)

I was excited to see that Firefox had support for Canadian English, however the dictionary seems to be missing numerous words and I get spelling errors for words like "lasagna."

Is this a bug or is the dictionary just barely populated with words and missing a tremendous amount?

4일 전에 Gerrit Kat님이 질문

11시간 전에 Gerrit Kat님이 마지막 답변

Tabs on bottom

Well looks like they did it to us again. My tabs are back on top again and need to put them below where I am a lot of other users like our tabs! Below is my current c… (자세히 살펴보기)

Well looks like they did it to us again. My tabs are back on top again and need to put them below where I am a lot of other users like our tabs!

Below is my current coding if anyone knows how to adjust it to force the tabs to the bottom again would be much appreciated!!

Current version I am running of FF is 133.0

/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */

/* IMPORTANT Get window_control_placeholder_support.css Window controls will be all wrong without it. Additionally on Linux, you may need to get: linux_gtk_window_control_patch.css Use tabs_on_bottom_menubar_on_top_patch.css if you have menubar permanently enabled and want it on top

  • /
  1. toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container,
  2. TabsToolbar > .titlebar-buttonbox-container{
 position: fixed;
 display: block;
 top: 0px;
 right:0;
 height: 40px;

} @media (-moz-gtk-csd-reversed-placement),

      (-moz-platform: macos){
 .titlebar-buttonbox-container{ left:0; right: unset !important; }

} @supports -moz-bool-pref("userchrome.force-window-controls-on-left.enabled"){

 .titlebar-buttonbox-container{ left:0; right: unset !important; }

}

root[uidensity="compact"] #TabsToolbar > .titlebar-buttonbox-container{ height: 32px }
  1. toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 }

.titlebar-buttonbox-container > .titlebar-buttonbox{ height: 100%; }

  1. titlebar{
 -moz-box-ordinal-group: 2; /* Fx <112 compatibility */
 order: 2;
 -moz-appearance: none !important;
 --tabs-navbar-shadow-size: 0px;
 --uc-menubar-vertical-overlap: 19px; /* for hide_tabs_with_one_tab_w_window_controls.css compatibility */

} /* Re-order window and tab notification boxes */

  1. navigator-toolbox > div{ display: contents }

.global-notificationbox,

  1. tab-notification-deck{
 -moz-box-ordinal-group: 2; /* Fx <112 compatibility */
 order: 2;

}

  1. TabsToolbar .titlebar-spacer{ display: none; }

/* Also hide the toolbox bottom border which isn't at bottom with this setup */

  1. navigator-toolbox::after{ display: none !important; }

@media (-moz-gtk-csd-close-button){

 .titlebar-button{
   -moz-box-orient: vertical; /* Fx <112 compatibility */
   flex-direction: column;
 }

}

/* At Activated Menubar */

root:not([chromehidden~="menubar"], [sizemode="fullscreen"]) #toolbar-menubar:not([autohide="true"]) + #TabsToolbar > .titlebar-buttonbox-container {
 display: block !important;

}

  1. toolbar-menubar:not([autohide="true"]) > .titlebar-buttonbox-container {
 visibility: hidden;

}

/* These exist only for compatibility with autohide-tabstoolbar.css */ toolbox#navigator-toolbox > toolbar#nav-bar.browser-toolbar{ animation: none; }

  1. navigator-toolbox:hover #TabsToolbar{ animation: slidein ease-out 48ms 1 }
  2. TabsToolbar > .titlebar-buttonbox-container{ visibility: visible }
  3. navigator-toolbox:not(:-moz-lwtheme){ background-color: -moz-dialog }

/* Uncomment the following if you want bookmarks toolbar to be below tabs */ /*

  1. PersonalToolbar{
 -moz-box-ordinal-group: 2;
 order: 2;

}

  • /



/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom_menubar_on_top_patch.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */

/* Menubar on top patch - use with tabs_on_bottom.css */ /* Only really useful if menubar is ALWAYS visible */

root:not([sizemode="fullscreen"]){ --uc-window-control-width: 0px !important }
root{
  /* height if native titlebar is enabled, assumes empty menubar */
 --uc-menubar-height: 20px;

}

root[tabsintitlebar]{
 /* height when native titlebar is disabled, more roomy so can fit buttons etc. */
 --uc-menubar-height: 29px;

}

root:is([sizemode="fullscreen"],[chromehidden~="menubar"]){
 --uc-menubar-height: 0px;

} /* Since menubar is statically at top, remove fake drag-space that might be set by window_control_placeholder_support.css */

root:not([sizemode="fullscreen"]) #nav-bar{ border-inline-width: 0 }
  1. navigator-toolbox{
 -moz-window-dragging: drag;
 padding-top: var(--uc-menubar-height) !important;

}

/* Remove window dragging from notification boxes */

  1. tab-notification-deck,

.global-notificationbox{

 -moz-window-dragging: no-drag;

}

  1. toolbar-menubar{
 position: fixed;
 display: flex;
 top: 0px;
 height: var(--uc-menubar-height);
 width: 100%;
 overflow: hidden;

}

  1. toolbar-menubar > .titlebar-buttonbox-container{ height: 100%; order: 100; }
  1. toolbar-menubar > [flex]{ flex-grow: 100; }
  2. toolbar-menubar > spacer[flex]{
 order: 99;
 flex-grow: 1;
 min-width: var(--uc-window-drag-space-post,20px);

}

  1. toolbar-menubar .toolbarbutton-1 { --toolbarbutton-inner-padding: 3px }
root:not([sizemode="fullscreen"]) #toolbar-menubar.browser-toolbar > .titlebar-buttonbox-container{
 visibility: visible;

}

root:not([chromehidden~="menubar"], [sizemode="fullscreen"]) #TabsToolbar#TabsToolbar#TabsToolbar > .titlebar-buttonbox-container {
 display: none !important;

}

12시간 전에 scottish2님이 질문

Emails disappear on their own.

I've recently been experiencing a new problem with Thunderbird. As soon as I click on a subfolder in the left column that is bolded to indicate the presence of an unread … (자세히 살펴보기)

I've recently been experiencing a new problem with Thunderbird. As soon as I click on a subfolder in the left column that is bolded to indicate the presence of an unread email, the unread email immediately disappears. I can usually find it in either the Junk folder or in Trash. Is this possibly a bug in the latest update?

12시간 전에 doggit님이 질문

Errors setting up an email account

I am trying to setup an email account through Spectrum. My user name and password are correct, so I think the problem is in the server settings. Thunderbird has the setti… (자세히 살펴보기)

I am trying to setup an email account through Spectrum. My user name and password are correct, so I think the problem is in the server settings. Thunderbird has the settings as "mobile.charter.net". I have checked with Spectrum and this is correct. But Thunderbird says that something is still incorrect. Any advice on what I should do?

12시간 전에 Norm Hoffman님이 질문

email

email page very delayed and always "not responding' message popping up. won't let me send everytime. generally not working for me.

13시간 전에 treesr님이 질문

search from location bar takes over existing (new, blank) tab instead of opening new one

I have the setting browser.search.openinnewtab and also browser.urlbar.openintab both set to true, but when I type a search into either the address bar or the search bar … (자세히 살펴보기)

I have the setting browser.search.openinnewtab and also browser.urlbar.openintab both set to true, but when I type a search into either the address bar or the search bar next to it, instead of opening a new tab, it puts that search into an already-open blank tab, if one is already open.

I often use blank tabs to separate my currently open tabs into groups by topic and whatnot, so it's incredibly annoying when the search bar takes over one of my adhoc 'separators' instead of opening a new tab like I want it to.

Is there a setting to force the search bar to always open a brand new tab, even if 'new tabs' are already open??

13시간 전에 drysdan님이 질문