搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Firefox 4 small window pops up everything else is grayed out

  • 3 个回答
  • 3 人有此问题
  • 1 次查看
  • 最后回复者为 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 }

由c627627于修改

所有回复 (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].

由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 }