Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Firefox 4 small window pops up everything else is grayed out

  • 3 replies
  • 3 have this problem
  • 3 views
  • Last reply by c627627

more options

I noticed that in Firefox 4, when I click to empty trash in web mail, the background gets grayed out like so:

Screen Shot here


I would like to disable that because everything time it happens - it makes me think that something's wrong... How do I disable this behavior and have the window pop up but not gray out the background, which is how it used to work in Firefox 3.


EDIT: Thank you Gingerbread Man for your help. After thinking about it, I think the best approach is not to disable it but to simply prevent it from changing the background to dark gray. Adding this to \chrome\userChrome.css file accomplishes that:

tabmodalprompt {

 background: transparent !important }
I noticed that in Firefox 4, when I click to empty trash in web mail, the background gets grayed out like so: [http://www.c627627.com/IMG/Other/Firefox4GrayBackground.jpg Screen Shot here] I would like to disable that because everything time it happens - it makes me think that something's wrong... How do I disable this behavior and have the window pop up but not gray out the background, which is how it used to work in Firefox 3. '''EDIT: Thank you Gingerbread Man for your help. After thinking about it, I think the best approach is not to disable it but to simply prevent it from changing the background to dark gray. Adding this to \chrome\userChrome.css file accomplishes that:''' tabmodalprompt { background: transparent !important }

Modified by c627627

All Replies (3)

more options

EDIT: Resolved here:


You can go to about:config and switch a preference to false, but then you'll lose the ability to switch tabs while the prompt is open. KWierso

prompts.tab_modal.enabled


Thank you. Yes, you may not click on other tabs while the prompt is open [now I understand why they did this].

Modified by c627627

more options

You can also look at this forum thread:

more options

Thank you Gingerbread Man for your help. After thinking about it, I think the best approach is not to disable it but to simply prevent it from changing the background to dark gray. Adding this to \chrome\userChrome.css file accomplishes that:

tabmodalprompt {

background: transparent !important }