Firefox steals focus when window is minimized

It looks like this issue is being ignored/overlooked or shuffled to the bottom of the pile. However, this is the single most annoying issue I have EVER had with Fx.
Since upgrade to Fx 6, and now 7, Fx will steal focus after being minimized. Doesn't matter what I'm doing, or the app I'm working with, or the add-ons (tried it in safe mode), it regularly (a minute or so) will open and steal focus.
I've tried using Tweak to prevent apps from stealing focus, tweaked registry settings, and it STILL does it. On a side note, Fx6 was buggier than shit. I fresh installed 7 and its better, but this focus crap has got to stop.
Please look into this issue, Im not the only one.
Edit: And it doesn't rely on the web page I'm on. It will do it with the about:blank page.

I agree this is a complete PITA and is just about to make me change browsers.
On a dual monitor setup, if I have (for example) my email software on the right screen; and wish to attach photos, picking them out using Windows Explorer (not *Internet* Explorer) on the left screen, any time I click on the left screen, the window containing the email program collapses and the right screen reverts to (I guess) a browser window that Firefox thinks is "more important" than the one I was just working in.
When I click on the left screen, it should have NO EFFECT on the right screen, and vice versa. If it does, the idea of having the real estate of two screens to work on goes to hell.
Likewise, if I have Excel running on one screen and a stock charting program running on the other screen, any time I click on the Excel, the stock charting screen collapses and goes to (I guess) a screen (of another open browser window) that Firefox thinks is "more important" than the last thing I was working on.
I have had this exact setup for about 2 years and it has worked fine. Recently, Firefox upgraded, of course, and I replaced the hard drive.
If you can't fix this organically, then why not include a feature that would "pin" a given window as "always on top"? Of course, that would cause other problems but it would at least make the browser work the way it should.
Clicking on one screen should NEVER affect what happens on the other screen! Period!

Similar Messages

  • ITunes v11 steals focus when updating applications

    iTunes continually takes focus away from other programs while it is downloading updates to existing applications.
    I search through the preferences and cannot find a place to tell it to stop.
    Please advise on how to stop it!!!
    iTunes version 11.0.0.163
    WIndows 7 x64bit

    I have found a fix that works for me using  iTunes v. 11.0.2.6 and Windows 8
    The fix however eliminates ANY program from stealing focus in windows.  Which I prefer anyway.  This means that you will have to pay attention to your desktop bar or start menu for flashing.  This will let you know the program is asking for your attention.
    Open Regedit
    Browse to HKCU\Control Panel\Desktop\
    Change “ForegroundLockTimeout” to “30d40”  (make sure this is in HEX not Decimal)
    Restart your Computer.
    For those of you worried about messing with your registry, it is a serious thing to do and it should NOT be taken lightly, Here’s the Page from Microsoft telling you what the key is so you know this is legit fix.  I always recommend backing up your registry and creating a save point BEFORE making any changes.
    http://technet.microsoft.com/en-us/library/cc957208.aspx

  • Windows Forms with ActiveX PDF viewer steals focus when LoadFile called

    I've been very frustrated with the PDF viewer. I currently have the Acrobat Reader 8.1.2 installed and I've created an extremely simple app that has a main window with two additional child windows that are owned by the main window. I've also set a timer to periodically load the same file over and over (to show the focus issue).
    My problem is that if Child1 is currently in Focus, and the timer on Child2 goes off and calls LoadFile(...), then for some reason Child2 steals the focus and comes to the front of the app.
    My Sample Visual Studio 2008 Windows Form code here:
    //Main Window code that creates Child1 and Child2 that have the ActiveX
    //component on them
    namespace PDFViewerStealingFocusIssue
    public partial class MainWindow: Form
    public MainWindow() {
    InitializeComponent();
    private void MainWindow_Load(object sender, EventArgs e) {
    PDFViewerStealingFocusIssue.PDFViewer viewer = new PDFViewer();
    viewer.Text = "Child1";
    viewer.timer1.Interval = 4000;
    viewer.Show(this);
    viewer = new PDFViewer();
    viewer.Text = "Child2";
    viewer.timer1.Interval = 5500;
    viewer.Show(this);
    //in my child window:
    namespace PDFViewerStealingFocusIssue
    public partial class PDFViewer : Form
    public PDFViewer() {
    InitializeComponent();
    private void Form2_Load(object sender, EventArgs e) {
    private void timer1_Tick(object sender, EventArgs e) {
    axAcroPDF1.LoadFile(@"C:\test.pdf");
    //axAcroPDF1.src = @"C:\test.pdf";
    I'd appreciate if anyone has a workaround for stopping this annoying behavior.
    Jeff Braun ([email protected])

    Hi Jeff,
    I have the same problem. Have you found a solution yet? I've spent the past few hours trying to find one to no avail. Your help will be greatly appreciated. If I find anything, I'll be sure to post the solution.
    Thanks,
    Matt

  • Adobe SDK steals focus when user is using another application

    Hi,
    I’m relatively new to using the Adobe Acrobat SDK, and I’ve encountered a problem that I can’t seem to solve.  It is probably related to the various Focus-loosing problems in this forum, although I haven't seen an exact duplicate issue, so I'm submitting this one
    We are using Adobe Acrobat Pro Ver 9 and the Adobe Acrobat SDK 9.1.
    We have an application that produces quite a few documents, mostly AutoCAD DWG files and Excel XLS files.  We just wrote a module to take all the documents we’ve created and convert them into PDFs and then into a single PDF Binder, using the Adobe SDK.  Our application is a Microsoft Visual C++ application using Visual Studio 2005.
    We basically took the SDK sample code from the ReadCADFileVC sample, put it into a loop, and tweaked the dialog to make it look the way we wanted.
    In general, this has actually worked great for us.  However, we have encountered a serious problem.  If the user selects a large number of DWG or XLS files to convert, the conversion of course takes some time.  So while it is running, the Users will usually do something else, like write an email, or write a document, or other things where they type on the keyboard.  The problem is, the Acrobat SDK code periodically temporarily steals the focus from the other application the User is working in, and the typed in characters appear to get redirected to the spawned instance of AutoCAD or Excel that the Acrobat SDK created, and this causes the whole process of conversion to simply freeze!!  It also annoys the user when their typed in characters simply do not appear in their email or document.  It appears that the typed in characters get sent to AutoCAD (or Excel), and those applications stop and wait for more input from the user.  In tests with just Acrobat Pro, Excel usually puts up a "Save As.." dialog, whereas AutoCAD interprets the characters as commands for its Command Line, so it just waits for more input from the user.
    As noted above, we’ve also verified that this problem occurs when you simply run Acrobat Pro Ver 9 and use it to convert a DWG file.  If you have an email or Word doc open, then start the conversion, then go back to the email or Word Doc and start typing, eventually Acrobat Pro steals the focus and the typed in input gets redirected to AutoCAD, which causes the conversion process to fail.
    We’ve tried a lot of different things in code, like calling CAcroApp->Hide(), or making it invisible, etc., but nothing has helped!!
    We need help fixing this, since we can’t ship the product with it acting like this!!!
    I have code anyone can look at, but it's rather long to add to this message, and the forum does not appear to allow attacment of files, so if anyone answering this needs the code, I can email it.
    Thanks!

    Thanks for the quick reply!
    However, since Acrobat Pro has this problem, and the sample code ReadCADFileVC has this problem,  it does not seem correct to say this is "as designed".  It's a major problem!  Just using Acrobat Pro, the process gets aborted when the user is typing in some other program!  This cannot be deemed acceptable by Adobe?!
    This problem makes using Acrobat Pro, ReadCADFileVC, and the code in our application based on ReadCADFileVC very problematic for our users.  The must be some way to get Windows to prevent this from happening.  I've seen too many other posts on this forum and others about this and realted problems to think that Adobe is going to tell us this is "as designed".

  • When window is minimized, I cannot move aroung the window on my desktop

    I had was able to move around foxfire window when minimized when I first installed foxfire

    Close your iTunes,
    Go to command Prompt -
    (Win 7/Vista) - START/ALL PROGRAMS/ACCESSORIES, right mouse click "Command Prompt", choose "Run as Administrator".
    (Win XP SP2 n above) - START/ALL PROGRAMS/ACCESSORIES/Command Prompt
    In the "Command Prompt" screen, type in
    netsh winsock reset
    Hit "ENTER" key
    Restart your computer.
    If you do get a prompt after restart windows to remap LSP, just click NO.
    Now launch your iTunes and see if it is working now.
    If you are still having these type of problems after trying the winsock reset, refer to this article to identify which software in your system is inserting LSP:
    iTunes 10.5 for Windows: May see performance issues and blank iTunes Store
    http://support.apple.com/kb/TS4123?viewlocale=en_US

  • OVI Suite 2.0 steals focus when phone goes out of ...

    I know it is usual methond of SW developer to think, that their program is so important that for most of the events, the SW must pop up and take focus from other windows, or at least start to blink. But in OVI suite it is bad, becouse when this happens (phone is taken out of BT range for example), OVI suite main window pops up and starts scrolling contacts, shows last pictures and messages in the screen.
    I understand that the UI designer thought that every sensible user will either lock down the PC when leaving it, or at least close the screen. But it is not always the case. I can imagine very embrassing or even "terminal" results to either working career or personal life, when for example last picture taken with the phone pops up into screen when user walks away with phone in the pocket. At least I have taken pictures with my phone that are not meant for everybody that happens to walk by my PC in the office to see without me showing those.
    Same goes to contacts. People will have contact names in the phones that are not stored wihtin any conservative reasoning. Gay **bleep** or STUPID_CUSTOMER are pretty bad phrases scrolling in your workstation screen automatically when you walk to get cup of coffee. No, I dont want to judge people by their sexual behaviour or way they treat their colleagues and customers, but think this as an example.
    Further more, it shows the last messages. Of course anyone can walk into PC and start looking your files if it is not locked. But this is only SW ever that does it for you without your approval.
    Can this behaviour be cancelled by tweaking the registry or something? There is no config option for it.

    I am having the exact same concerns. Please fix this! I am thinking of going back to PC Suite if this annoyance continues.

  • ITunes 10.6.3.25 keeps stealing focus

    Hi,
    As of the last week, iTunes keeps stealing focus spontaneously. Even if I have it completely minimized to the system tray it will still steal focus.
    I do not have any external plug-ins installed and I do not run Windows Live Messenger, so the solutions on the dicussion forums that suggest those problems/solutions do not apply here.
    Can anyone advise? This is driving me nuts.
    It seems to happen when iTunes is download my podcasts or updating apps.

    I have found a fix that works for me using  iTunes v. 11.0.2.6 and Windows 8
    The fix however eliminates ANY program from stealing focus in windows.  Which I prefer anyway.  This means that you will have to pay attention to your desktop bar or start menu for flashing.  This will let you know the program is asking for your attention.
    Open Regedit
    Browse to HKCU\Control Panel\Desktop\
    Change “ForegroundLockTimeout” to “30d40”  (make sure this is in HEX not Decimal)
    Restart your Computer.
    For those of you worried about messing with your registry, it is a serious thing to do and it should NOT be taken lightly, Here’s the Page from Microsoft telling you what the key is so you know this is legit fix.  I always recommend backing up your registry and creating a save point BEFORE making any changes.
    http://technet.microsoft.com/en-us/library/cc957208.aspx

  • How do I stop Ical from stealing focus?

    Is anyone aware of a way to stop ical from stealing focus when events are created or modified?  I do not want to lose the ability to fast switch to the app when it is in another space.
    I have some individuals on my team at work who tend to edit multiple events on my calendar multiple times a day.  It makes me nuts that when I am in the middle of some serious debugging or in a groove jamming out some decent code, I get stopped constantly by iCal.

    I had exactly the same problem. A quick google search presented this:
    http://reviews.cnet.com/8301-13727_7-20085680-263/keep-applications-from-stealin g-focus-when-opening-in-os-x/
    I've tried it - editing the Info.plist - and it works a treat. Note - it appears you can no longer cmd-tab to the app once you make this change. But I can live with that
    iCal developers - please, for the love of God and all things UX - please change this default behaviour. Or at least provide an option to make iCal less obnoxious. It was the focus stealing behaviour of Windows 95 that moved me away from Windows.

  • STOP iTunes and iPhoto from stealing focus...

    I was curious if there is anyway to stop iTunes and iPhoto from stealing focus when I plug in my iPhone. I do not have pictures to sync, yet iPhoto still popos up. Not only that, when it finishes loading, it steals focus, so if I am working on something else, now all my mouse commands and keyboard stokes are all in iTunes.
    - Is there anyway to stop iTunes from stealing focus? To just have it pop-up in the background and bounce for all I care, just not steal focus.
    Thanks!

    I already have iTunes configured so it doesn't open up when I plug my iPod touch in. What I don't like is when it steals focus after it's done syncing. Programs on Windows are supposed to "play nice" and not steal focus. They can request focus and flash the taskbar button, but that's it. So, if anyone knows how to prevent iTunes on Windows from stealing focus, I'd really appreciate it.

  • App.executeCommand steals focus on OSX?

    Hi There,
    I'm currently using app.executeCommand() to accomplish specific tasks that cannot be done via AE's ExtendScript API.  The problem I am now noticing (on OSX only) is that if a user has an application other than AE, the script using app.executeCommand() will cause AE to "steal" focus from the users current application.  On Windows, using the app.executeCommand() method does not cause AE to steal focus from another app.
    Is there any way to ensure that AE does not steal focus when using the app.executeCommand() method on OSX?  I know it's a bit of an esoteric question, but I just wanted to see if anybody has had experience with this issue.
    Thank you for your time and help!
    Best,
    Arie

    Thanks for the feedback, David.  I have noticed that AE likes to pop up into focus on OSX every now and then—even without any scripting.  I agree that coding natively is the way to go, but I am needing to use the "Send comp to AME" command from the Composition menu.  There is currently nothing for that in the scripting API, so I am needing to use the executeCommand function.  If I have like 100 comps that I want to run through in a loop, the script takes over the whole machine making it useless until AE finishes its job.  So, I decided to just add a watch folder to AME, and then write a script that moves all the comps in the root of the project panel into a created folder—except of course the one that I want AME to process.  I then save a copy of the AEP to the watch folder and AME processes the comp that was left in the root of the project.  Seems to work, but it does require the user setup a watch folder in AME first.
    --Arie

  • How to stop Firefox windows stealing focus from other Firefox windows?

    I am using Firefox 26.0 on Windows 7 and tend to brows using multiple windows instead of tabs. Frequently when I click on a link in one window, the new page will begin to load and suddenly a firefox window that is in the back ground pops to the front, stealing the focus from the window I had been browsing in.
    There is no consistent pattern as to which websites or pages are loaded into the background windows that suddenly decide to steal focus. Likewise there is no pattern as to which links or actions I use that seem to cause this to happen.
    Is this a known issue? It is driving me absolutely nuts!

    It could be a bug in the Flash Player plugin, caused by the protected mode feature. This thread has the background on that and known workarounds: [https://support.mozilla.org/questions/955659 Opening New Windows and Shockwave Flash].

  • Is there a way to focus the Firefox proxy authorization window to be on top or be the focus when opening a new session?

    Using FF 3.6.7 through a Squid proxy server on Windows XP Pro at my office. When starting FF, the proxy authorization dialogue box (for proxy user ID and password) is always hidden behind other open windows. A new tab for the box doesn't even appear in the Windows taskbar. I have to ALT-TAB may way through the windows to get to it, and sometimes, I even forget that it's there and I wonder why FF isn't opening.
    Is there any way to force that proxy authorization dialogue window to be the focus when opening FF? This problem does not happen with IE.

    This addon ought to do the job
    * https://addons.mozilla.org/en-US/firefox/addon/always-on-top/
    You will need to open your video in a window and not minimise it fully only shrink it to the size you want.

  • ITunes keeps stealing focus from itself when used with Windows Live Messenger 2011

    Dear Community,
    I've always used WinAmp as my default music player, which worked like a charm both at playing music and showing my 'Currently Listening To' in WLM 2011.
    However, I personally think iTunes has better library management, and since I bought an iPod Shuffle (4GB, small stick without buttons, think 3th gen?) I needed it anyway just to be able to listen to my music when I'm in the bus or train, so I made the switch.
    It really works quite nice after you get to know the program, minor flaws here and there, but no really big deals. (except the lack of FLAC support, had to recode like 60% of my library, I like lossless audio without a proprietary codec)
    At least, not until I used it to show the currently playing song in WLM2011.
    Since upgrading from iTunes 9 to 10 (10.4.1.10 to be exact, and upgraded after a clean install of Windows 7 SP1, so to make it clear, iTunes 9 was not installed at the time I installed iTunes 10, nor were there any files or leftovers) it just keeps stealing focus. Not from my browser, or other apps, but from itself!
    Whenever I try to edit a song's information and WLM is running, it keeps popping back to the main window, which makes correcting songs (like putting the artist in the right column) a real pain in the ***.
    I'm running W7 x64 SP1 (build 7601), all drivers are up to date, WLM 2011 (build 15.4.3538.513) and, if it makes a difference, WLM Plus 5.03.0.716.
    I already have it as 'Default Program' for all possible file extensions.
    I have looked through these forums to see if there's a similar problem and found many, however, they all apply to older versions (iTunes 6 and 7 or MSN 7 and 8) and don't seem to work with this new version.
    If any of you know a way to keep iTunes as my default player and show the currently playing son in WLM2011 without iTunes stealing its own focus, I'd love to hear it!
    If there's any more information needed about my system, let me know, I will try to provide
    Thanks in advance!

    hi there, i've had this same issue too for a while...so basically...the problem only happens if you run windows live messenger with compatability mode and while you tell windows live messenger to show what music you're listening to.
    SO the solution to this problem is to:
    1. turn off compatability mode
    OR
    2. turn off "show imformation about the song im listening to" to on windows live messenger
    personally i'd rather just turn off "show imformation about the song im listening to" because windows live messanger tends to crash a lot when compatability mode is turned off.

  • HT5891 When switching between applications on different displays, Microsoft Word (or Excel) "steals focus" and becomes the active window.

    In Mission Control, Displays have separate Spaces is checked. This happens regardlesss of whether I'm switching using Command+Tab or a mouse.  Any suggestions?

    There is a workaround for this problem, which was posted by Highestwater on the Microsoft Community thread for this bug and worked for me as well:
    Go to
    System Preferences > Mission Control >
    and UN-check the box labeled "Displays have separate Spaces" (see image below)
    The original poster on this thread may already be aware of this workaround, because he/she mentioned that the "separate Spaces" option is checked. But if you can live without the extra Mavericks dual display features (like going full screen in 1 display only, switching spaces independently on each display, and having a menu bar on each display), then uncheck this option and the "stealing focus" bug seems to disappear. For me the bug is so annoying that it's worth it to lose the extra features. Just yesterday I closed a Word document I was working on by mistake because I clicked on a Finder window on my other display and immediately pressed command-w to close it, without realizing that the focus had switched to my word document which closed instead. It was saved, but this sort of stuff interrupted my work enough to be both an annoyance and a time drain.

  • Firefox loses window focus when I switch Windows user accounts

    If I have Firefox running in one Windows account and switch to another account (where I don't use Firefox) and then switch back to the account where Firefox is running, and then I open a new Firefox window, Firefox loses focus (in other words, I cannot use the new window unless I first bring it back into focus on the Desktop.) ...and, no, it is not a Windows issue, as other program behave a expected. It's just Firefox that does this. Highly annoying, btw.
    [Oh, and, mods, please reopen my previous thread, I wasn't done with it, thanks.]

    Threads are automatically locked after 6 months and that older thread was started Sunday January 19, 2014.
    This thread was archived:
    *[[/questions/983798]]
    We moderators can't reopen such an archived thread, but can add a link to a new thread if necessary.
    How do you open that new window?
    Is that by clicking the Firefox desktop shortcut or via the Firefox File menu or a toolbar button?

Maybe you are looking for