Exposé activates randomly - not trackpad, mouse, or simple preference

Hi all,
I'm experiencing an interesting glitch with exposé triggering randomly. During normal Macbook use, the expose window randomly pops up, may "jitter", and eventually goes away. During the glitch, I can click the applications in the expose window, which will bring up the app for a moment, but usually expose comes right back (creating a temporary zoom in / zoom out jitter from the back-and-forth). This can occur for a few seconds before normal operations resume.
I've done a fairly thorough search of the forums and the almighty interwebs with Google, but no luck yet with any solutions. Help would be super appreciated since I'd prefer not to do a clean install! Here are some important details about my system and the troubleshooting I've already done:
My system Macbook (from 2009) is running OS 10.6.8. Everything is up-to-date to the best of my knowledge.
As a first obvious step, I have disabled all gestures from the expose and trackpad preferences. Right now, only F3, which is hardwired to expose, should trigger it (see this post).
Expose works normally when I hit F3
I have tried using a USB mouse, but the problem still occurs (with the "ignore trackpad when mouse connected" option enabled).
The glitch can occur seemingly anytime. I can be typing or using the trackpad or even not touching the computer at all (e.g., watching a video on Netflix).
There does not appear to be any certain program or activity which triggers the glitch. Most of my computer use involves web surfing, e-mails, writing documents, and other light use.
No extra applications are starting up with login (i.e., I double-checked the relevant page on my user preferences, like this).
And for reference, here are two more threads of interest:
One post recommended disabling a feature in Google Drive, but I do not have Google Drive desktop installed.
Here is a thread which sounds very similar to my problem, but the only response directs the user to post in the hardware forum. I couldn't find another thread from the original poster though.
I've been struggling with this for awhile now and it can be very frustrating. Any help is MUCH appreciated! I've tried to do my homework, but I'm at a dead end. Please let me know if I can provide more information or conduct any experiments. And many apologies if I've missed anything.
Thanks so much!
-Joanna

Also, I don't believe this is a "cursor jump" issue. I'm working on get a short video recording of the gltich, but it can be tricky to capture it.

Similar Messages

  • Trackpad Mouse slow or freezing

    My trackpad & mouse are being slow or freezing. This does not have to do with changing the speed of the mouse. I have tried the forced shutdown as told by the online support, but it only fixes it for a little bit. Once your restart again the mouse freezes. The only programs I have downloaded are the CS3 package; would this effect the mouse? Please assist, I don't have a schedule that allows me to call during apple call hours.

    Hi:
    I've got virtually the same problem on my new MBP (4 days old!). Purely at random the mouse freezes or goes jerky, any attempt to move an open window gives a jerky motion. It's almost as if something is overloading the CPU but Activity Monitor shows nothing. It happens both with the trackpad and also with an external mouse. If I restart, it's OK for a while and then happens again.
    Apart from reinstalling the system - which I'm about to do - has anyone got any ideas? Otherwise it's back to the Apple Store - I'm still in the 14 days so maybe they'll treat it as DOA.

  • Trackpad mouse is stuck in down position

    I have a Powerbook G3 Pismo whose mouse has stopped working. Even thought the mechanical switch under the case is not being pressed down, the system thinks the mouse is being permanently pressed down ("clicked"). For example, when I boot the system, the DVD tray pops out. Then if I let the PB continue to boot to the OS, the mouse can be navigated around the screen, but clicking has no effect. If I connect an external mouse before booting, the external mouse works okay. But if I connect the external mouse after the system has booted, the right button performs as a default left mouse click. I've tried using compressed air to blow away any dust that may be in the underlying circuit cards in the G3, but have had no success.
    How do I get the internal trackpad mouse working? Do I need to replace a mouse controller card?

    Joe,
    Welcome to the Discussions.
    The simplest procedure to get you back up and running is to disconnect the orange trackpad ribbon cable from the logic board, then use a USB mouse. It is really quite simple:
    1. remove all power
    2. lift off the keyboard (lay it face down on the palm rest without disconnecting it)
    3. carefully disconnect the connector from the logic board
    IFixit has good disassembly guides; here is the Pismo:
    http://www.ifixit.com/Guide/Mac/PowerBook-G3-Pismo/6/
    This page shows the orange trackpad ribbon cable slightly to the left of the trackpad next to the edge of the palm rest (click on the bottom photo to enlarge):
    http://www.ifixit.com/Guide/Mac/PowerBook-G3-Pismo/PRAM-Battery/6/4/Page-2/Heat- Shield
    The only permanent fix is to buy a top case with all the parts and iFixit also has those.

  • Follow sprite when the mouse is down, but randomly move when mouse is up?

    I have a sprite that has a Random Movement behavior.
    While the mouse is down, I want it to stop this behavior and initialize a Follow Sprite behavior instead.
    When the mouse is lifted, I want to stop the Follow Sprite behavior and reset/restart the Random Movement behavior.
    Openspark helped me out with a different version of a very similar behavior a long while back, which worked. It switched between Random Movement and Draggable. I tried to edit the code so that it would apply to Follow Sprite instead of Draggable, but it isn't working the way I thought it would.
    The order of behaviors on my sprite is as such:
    followSprite (Follow Sprite)
    moveToward (The behavior described above)
    randomMove (Random Movement)
    turnTowardsMouse (sprite faces mouse when it is clicked)
    Face Destination (if not facing mouse, sprite faces toward the randomized endpoints generated by randomMove)
    This is the moveToward behavior - the middleman that's supposed to be swapping between the two:
    property pSprite
    property pTouching
    on beginSprite(me)
      pSprite = sprite(me.spriteNum)
    end beginSprite
    on mouseDown(me)
      -- Overrule the Random Movement and Rotation behavior until the mouse
      -- is released. See the on prepareFrame() handler for the effect.
      pTouching = TRUE
    end mouseDown
    on prepareFrame(me)
      if pTouching then
        -- Block the event from reaching the Random Movement and Rotation
        -- behavior, so that only the Draggable behavior will work.
        if the mouseDown then
          stopEvent
        else
          -- The user has released the mouse.
          -- Start a new movement in the Random Movement and Rotation behavior.
          pSprite.pPath = VOID
          sendSprite(pSprite, #mNewPath)
          pSprite.pRotate = VOID
          sendSprite(pSprite, #mNewRotation)
          pTouching = 0
        end if
      end if
    end prepareFrame
    Can anyone help me figure this out?
    If you want to imagine a visual, it's essentially a touchscreen fish tank. Fish swim around randomly, but when someone is touching the screen, they approach the point of contact (which is defined by a tiny invisible sprite centered on the cursor).
    Once again, thank you so much to anyone who can help me out. This is part of a capstone undergraduate art project I am doing - and I am far more experienced in making the visuals than I am in coding. I am having to mostly tackle Lingo on my own. Any coding help I've received will be recognized (with permission) on my artist website as well as a thesis paper I am writing that will be published in May.

    As first steps at troubleshooting you could try an SMC reset and a PRAM reset:
    SMC Reset
    Shut down the computer.
    Unplug the computer’s power cord and disconnect peripherals.
    Press and hold the power button for 5 seconds.
    Release the power button.
    Attach the computers power cable.
    Press the power button to turn on the computer.
    Reset PRAM
    Shut down the computer.
    Locate the following keys on the keyboard: Command, Option, P and R.
    You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys. You must press this key combination before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.
    If that doesn't help, what OS are you running? Depending on the OS (Lion/Snow Leopard) will help determine the next step.

  • Problems after the last Apple Security Update with trackpad/mouse tapping/clicking

    Dear All,
    I do have a MacBook Pro 15 (early 2008), Mac OS X (10.6.8). The logic board was replaced a couple of years ago under Apple warranty (distorted video problem). I am planning to repalce it after the next apple update on the macbook pro line. Before someone asks, I am using Snow Leopard because I still have some programs that needs Rosetta. I did apply the last security update and after I did shutdown and restarted the computer last night, the trackpad/mouse (mighty mouse, usb mouse) is not working properly. I just cannot do the left click or tap on the trackpad. The mighty mouse works perfectly, except the clicking. The same for the trackpad (tapping). I manage to open a pdf file with some keyboard shortcuts. I can use the mouse/trackpad to scroll and zoom in/out the document. I can use the trackpad to rotate the document, etc. Pressing on the might Just can´t tap/clock on the document to select or open it.
    I alread did the obvious thing: command-alt PR, start in safe mode, unplug the power/battery for a few minutes...
    Did you have a similar problem with the last security update. Do you have any suggestions.
    Thanks,
    Carlos

    I have resolved the issue! As I mentioned, I am using a Logitech cordless optical mouse. I connected up my Apple keyboard & mouse and disconnected the Logitech. The problem no longer occurred with the Apple mouse.
    I removed the batteries from the Logitech mouse and disconnected the USB receiver. Restarted the computer, reconnected the Logitech setup, disconnected the Apple stuff, and now it is working.

  • Loud Click when I press the right half of my trackpad mouse button

    Hello,
    I have been using a macbook for the past year, and just recently I get a very load metal on metal click or crunching noise when I press the right side of my trackpad mouse button. I have removed the battery and looked behind to see the trackpad assembly and when I press on the corresponding side of the assembly it also make the same clack or click or bad noise. When I do the same to the opposite side there is no noise. My guess is that there is a spring on that side that has come undone, am I right? If so how do I fix it? I bought my laptop in the US, but right now and for the next few months I am living in Norway (no apple stores) is there a place where I can bring it to in order to get warrentied service? Will apple mail me the part? It ought to be fairly easy to fix. Thanks

    I also had a trackpad 'click' problem ...my complete topcase had to be replaced. Although there may not be an 'Apple Store' in Norway, I'm sure there are Apple certified dealers there that can complete the repair. Here's a list of contact numbers...
    http://www.apple.com/support/contact/phone_contacts.html
    The repair itself (top case) should only take a few hours.

  • Trackpad mouse function

    How can i get  my trackpad mouse click to function? other functions work fine, have had to set it to "tap to click".....

    Try resetting the PRAM. If that does not help, take it in for testing/diagnosis.
    Barry

  • Help: Trackpad&Mouse desappeared from System Preferences

    I do not find Trackpad&Mouse in SystemPref at all, so I cannot control trackpad and apple wireless mouse...it is possible I have put something in the trash by mistake... what I have to do now? Not reistalling OS, I hope...
    iBook G4 OS 10.4.11 AppleWirelessMouse (Bluetooth)

    Hi pinomirenda, e un caloroso benvenuto al forum!
    Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions.
    PS. Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.
    Trash this file...
    /Users/YourUserName/Library/Preferences/com.apple.systempreferences.plist
    Reboot.
    If that doesn't help, then it appears to be time for a relatively painless Archive & Install, which gives you a new/old OS, but can preserve all your files, pics, music, settings, etc., as long as you have plenty of free disk space and no Disk corruption, and is relatively quick & painless...
    http://docs.info.apple.com/article.html?artnum=107120
    Just be sure to select Preserve Users & Settings.

  • "Drag" and "Drag lock" indicator for the trackpad (mouse) cursor

    Anyone know how to get a "Drag" and "Drag lock" indicator for the trackpad (mouse) cursor. When using the track pad, I'm often finding that my final click does not release the item I was dragging and then I inadvertently drag it across my screen, as I go to my next function. Would be nice if there was some type of indicator that would pop up on the cursor so you knew when drag lock is active.
    Thanks!

    Idiot question - How do I re-install Leopard? No matter what I do, it kicks the disk out on restart. I have tried using the 'install' command on the disk, nothing. It kicks the disk out and boots from the hard drive. I have tried rebooting holding down the 'c' key to force it to read from the drive, it still kicks the disk out and boots from the hard drive. What else should I do?
    I researched back further and found another thread where people were complaining of the same drag and drop issue: http://discussions.apple.com/thread.jspa?messageID=6446208
    Someone suggested a solution involving permissions. I fixed my permissions. Drag and drop is still not working.
    There was also a set of commands to type into terminal that would supposedly fix the issue, or perhaps it was a Spotlight issue that the thread had morphed into. I did that. Drag and drop is still not working.
    Am I just totally hosed? Help!

  • Drag lock indicator for trackpad (mouse) cursor

    Anyone know how to get a drag lock indicator for the trackpad (mouse) cursor. When using the track pad, I'm often finding that my final click does not release the item I was dragging and then I inadvertently drag it across my screen, as I go to my next function. Would be nice if there was some type of indicator that would pop up on the cursor so you knew when drag lock is active.
    Thanks!

    Have you gotten a solution?

  • I am trying to stop encryption in fire vault, but I keep getting the message, The target disk isn't eligible for reversion because it wasn't created by conversion or it is not part of a simple setup of exactly one logical and one physical volume.¨

    I am trying to cease encryption in fire vault, Mac os x lion 10.7 4
    I keep getting the message,
    ¨The target disk isn’t eligible for reversion because it wasn’t created by conversion or it is not part of a simple setup of exactly one logical and one physical volume.¨
    Please can someone advise the way to disable?
    Thank you.

    Are you using Boot Camp? See this discussion at MacRumors.
    Clinton

  • Remmina not transmitting mouse wheel to VNC session

    Hi,
    I have just noticed that remmina is not transmitting mouse wheel events to VNC session. Never tried RDP, so I don't know if this is also affected.
    First question: Is it only on my system or a general problem on Arch ?
    If it is a general problem on Arch ...
    I did a bit research abot this subject area, and I found some bug reports in multiple distros, but they are all marked as solved. So I think that it is fixed upstream. Otherwise the distros could not mark it as solved, right ?
    If the package maintainer should read this ... is there a plan to update this package in near future ?
    Thanks and Regards,
    Markus

    Usability bugs. The most annoying one was the size of the remmina window that was "never" right. And clicking the "1" button (top left) did unpredictable things. In most cases the window was maximised to full screen height leaving black bars above and below. The bug seems to appear less and less. I promise I will file a bug when I experience it again :-)
    Crashes were always rare in my case.
    But here's not the right place to lament around.

  • Lion doesn't allow me to activate "Mail & Notes"

    My AppleID is a .Mac, then MobileMe ID. It was inactive for some time. Now I logged in on icloud.com with that ID. It told me, I have to activate "Mail & Notes" in the System Settings of Lion, but Lion doesn't want to activate "Mail & Notes". It just keeps spinng on "starting..".
    http://s1.directupload.net/images/111017/ajtp86pk.png
    I can fetch my email over a Windows PC and by manually configuring the mail.app, however I can't send emails over the Mail.App, because it keeps telling me the password is wrong.
    So for now, I can't activate "Mail & Notes" on Lion and can't access Email on icloud.com.
    Apple Chat doesn't have a clue.
    Any Ideas?

    Hi everyone,
    after 3 weeks, nothing changed for me, I can't activate Mail & Notes for iCloud with my mac, and iOS devices.
    I have a @mac.com Apple ID.
    If any apple techs pass by this post, please help !
    I will just try to re-explain the issue:
    1/ on mac
    I try to activate mail and a windows is poping where I can see a textfield to enter a new me.com mail. The fact is that this windows disappears instantly, I can't do nothing about that. Then I see the iCloud settings pane with a "starting..." at the right of the mail activation line and an activity indicator spinning endlessly. If I quit the pref app and come back, the mail is activated (but in real, it is not).
    2/ on iOS (iPad 2, iPhone 4, iPhone 4S)
    I try to activate mail, it asks me if I want to create a new @me.com mail adress. I say yes and a popup alert is displayed saying that there was an issue and I need to try later. (it's been 3 weeks).
    My conclusion:
    My @mac.com was a free mac.com adress long time ago, it became a iChat only ID when I stop using the .mac service.
    I then tried with this same account Mobile Me during 1 year, I did not remember (it was a couple of years ago) if I was using a @me.com alias or not. I then stop mobile me membership and I still had the chance to be able to use this @mac.com adress for iChat.
    I assume everything is related and that is why Apple had an issue with olds @mac.com + @me.com.
    Is there anyone in the same position than me ? Is my only way to create a new apple id from scratch and loose all my app /music / books history ?
    Thanks for your help

  • JOptionPane's message dialog over JDialog not recognizing mouse click

    I have a JOptionPane's message dialog like JOptionPane.showMessageDialog() which comes over a JDialog. When I try to click the OK button of this message dialog, nothing is happening. But, Enter key and Escape keys are working on it.
    Can any one give a solution?

    Hi,
    here are the steps how it goes.
    Step 1:
    private void generateMessageDialog(
            String message,
            int messageType,
            String messageTypeText,
            Component parentFrame)
            JOptionPane optionPane = new JOptionPane();
            optionPane.setMessage(message);
            optionPane.setMessageType(messageType);
            JDialog dialog = optionPane.createDialog(parentFrame, 
    messageTypeText);
            dialog.show();
    }If an exception occurs while connecting to my server, this method will be called to generate an error dialog.
    I have another thread which monitors the connection to server every 2500 ms. If the connection is lost, this thread will automatically generates a logon dialog. This dialog is a custom dialog that contains login fields.
    Step 2:
    public void run()
            int previousState = -1;
            while(previousState != CErrorCodes.SESSION_INVALID && previousState != CErrorCodes.NO_CONNECTION_TO_SERVER)
                int currentState = isConnected();
                // Check if a logoff action is pending
                if (currentState == CErrorCodes.REQUEST_SUCCEEDED)
                    if (getClientController().isLogOffPending())
                        break;
                previousState = currentState;
                try
                    sleep(2500);
                catch (InterruptedException e)
                    break;
    // generate the logon  dialog
            getClientController().getLogOnDialog();
    }If step 2 is executed before step 1, then the dialog generated by step 1 will come over the logon dialog generated by step 2. In this case, the ok button of the dialog generated in step 1 will not recognize mouse click. but enter or escape works. Both the dialogs are modal.
    Please let me know if you need furthur info. I look forward for your rep.
    Edited by: MallikMajety on Nov 8, 2007 6:02 AM

  • My computer blacks out randomly, not pitch black though if you hold it in the light you can faintly still see the desktop.

    My computer blacks out randomly, not pitch black though if you hold it in the light you can faintly still see the desktop.
    If you close and open it again it flashes on for a second and then goes black again.
    Sometimes after closing and opening it several times it works again, other times it doesnt.
    Does anyone know why this is?
    Thanks!

    My iPod touch does this and I need to find out why

Maybe you are looking for

  • Nokia Lumia 620 Hangs

    My brand new nokia Lumia 620 phone start hanging now its from 30 days of purchase Download many apps that's why????????

  • What are the NEW features what comes with the iPhone 6, what does not come with any other iphone?

    I just bought an iphone 6, and i was wondering what NEW features the iphone 6 has what does not come of the other iphones?

  • Opening help directly to a specific Topic/Header

    Is there a way in any of the RoboHelp output options that will allow me to open the help file directly to a specific Topic / Header? If someone is on my website and is on the ordering page and has a question, when they click on the Help button on tha

  • Audio In Troubles

    Hey, quick question. I am just having a horrible time getting my "audio in" to respond. I have read every manual and I just can't get it to respond. What do I do? My interface is an "I-mic", is that the problem? Is it not powerful enough? thank you -

  • Profile parameters

    Hi all , my system showing one warning .Actually i am having ECC with Abap.When ever I was entering the RZ10 t code and click on to the display ,create or any button it showing this warning "there is no any profile parameters".can you suggest to me h