Single Click Acts Like Double Click

A coworkers is having problems with his mouse (so I thought I'd post the problem, see if anyone knows what might be happening). He'll single click with his mouse, but sometimes (not always), it will act as though he's double clicked. Anyone have any suggestions as to what the problem might be?

He's got a dual 1.2 (I think) GHz G4 tower. He's using some third party mouse (with two buttons and a scroll wheel). He's running Panther (he might upgrade to Tiger today).
He (Brian, I'm gonna stop sayin' "he") ...Brian, switched with a "normal" Apple mouse for a few minutes and said it wasn't happening. But he can't get used to the big single click (which I prefer myself). Well, looks like we've found the culprit. I'll suggest changing USB ports, see if that does anything different.

Similar Messages

  • Double finger tap acts like a click

    I'm accustomed to tapping two fingers on a link on the trackpad, which is supposed to act like a right-click to get the context menu. I often use this to open the link in a new tab. Currently on the links under the articles in "The Cut" at New York Magazine, it's just going to the next page as if I'd simply tapped once, or left-clicked, with one difference: I am also getting the context menu.
    What's up with this?
    Please tell me there isn't something that allows website designers to override user tapping or clicking preferences . . .

    And also, reset the PRAM.

  • How to detect only single click and not double-click mouse events in Swing?

    Hi,
    In my application, I want to implement a functionality only for single click. But problem is on double click, first i can see a single click and then double click.
    i.e e.getCount() return 1 and then 2 for double click. I want to avoid this situation.
    Shouldn't it be just one event with a clickCount of 2? or any alternative solution?
    Please let me know how can i stop this.
    Thanks in advance..
    Cheers
    Somasekhar
    Edited by: SomasekharPatil on Mar 13, 2009 3:36 PM

    Maybe something like the below example:
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.awt.event.MouseAdapter;
    import java.awt.event.MouseEvent;
    import java.awt.event.MouseListener;
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    import javax.swing.SwingUtilities;
    import javax.swing.Timer;
    public class SingleClickOnly {
        public static void main(String[] args) {
         SwingUtilities.invokeLater(new Runnable() {
             @Override
             public void run() {
              new SingleClickOnly().createGUI();
        public void createGUI() {
         JFrame frame = new JFrame();
         frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
         JLabel label = new JLabel("Only acts on a single click");
         label.addMouseListener(createListener());
         frame.add(label);
         frame.pack();
         frame.setLocationRelativeTo(null);
         frame.setVisible(true);
        public MouseListener createListener() {
         return new MouseAdapter() {
             private int clickCount = 0;
             private final Timer timer = new Timer(1000, new ActionListener() {
              @Override
              public void actionPerformed(ActionEvent e) {
                  if (clickCount == 1) {
                   System.out
                        .println("Executing action on click count 1 only");
              timer.setRepeats(false);
             @Override
             public void mouseClicked(MouseEvent event) {
              clickCount = event.getClickCount();
              System.out.println("Clicked: " + clickCount);
              if (clickCount == 1) {
                  if (timer.isRunning()) {
                   timer.stop();
                  timer.start();
    }Piet

  • Selecting a page with a single-click instead of double-click

    Is there anyway to make InDesign CS5.5 move my file to the page I have selected in the pages panel without having to double-click the page in the pages panel?
    I keep forgetting that the page selected in the panel may or may not be the page I'm currently editing & this is very frustrating.

    Page that you're currently on is highlighted in reverse (black background white text)
    If you're select a page in the pages panel it highlights blue to indicate it's selected. This allows you to move the page if you need to, or select over dozen other options for that page, numbering, sections, override, move, duplicate, apply master page to, delete, rotate view, colour label, page transiitions, hide master items and spread flattening!
    You double click a page to move to that page. If it was only a single click then it would be quite frustrating to be hopping all over the document when all you want to do is renumber/resection/dupe or over a dozen different options mentioned above.
    CTRL/CMD J will bring up the Go To Page dialog box.
    Navigate with the page numbers as peter suggested.
    There's a reason it works like that - because it works best.

  • For some reason, I now have to double-click on my bookmarks on my task bar. How do I change it back to a single click?

    In my bookmarks task bar, I used to have to just single click on the bookmark and it would open to that site. Now it seems that I have to double-click to get the bookmark to open. I want it back like it was - single click opens site. Please tell me how to fix this.
    Thank you!

    hello, can you try to replicate this behaviour when you launch firefox in safe mode once? if not, maybe an addon is interfering here...
    [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]

  • Single click in a double click box

    Captivate 3.
    I have two click boxes; one set for a single click and the
    other for a double click. Both have failure captions. When I single
    click in the box set for a double click, nothing happens. It
    appears to be ignored. I would like the failure caption for the
    double click box to display if the user clicks only once inside the
    box. Is this possible?

    Hi jimclennon and welcome to our community
    I doubt you will be able to accomplish this easily. Failure
    captions normally appear when you define a click box area and click
    outside the area. As you are clicking
    inside a click box area, but only clicking once, Captivate
    probably isn't sensing a wrong action is occurring.
    This is something you may wish to submit as a feature request
    for a future version. To do that,
    click
    here and fill out the form.
    Cheers... Rick

  • Uncontrollable mouse button events (single clicks are doubled?)

    Hello, folks--
    I am having a mouse problem that is driving me up the wall. The mouse in question is an optical IM/PS2 mouse--it is a cheap no-name product, but has worked fine for 2 or 3 years. The trouble started maybe six weeks ago when I did a full upgrade. The most important change that I know of in that upgrade was the introduction of HAL, so I strongly suspect that the cause of the problem is related to my HAL configuration, or perhaps a conflict between that and my X config. But anyway, the symptoms I've been seeing include (but are not limited to):
      * Firefox: a single click selects an entire paragraph
      * Thunderbird: a single click in the message list opens the message in a new window
      * Xfwm: a single click on the "windowshade" button collapses the window, then expands it again
        (or vice versa, depending on the initial state)
      * Xfwm: when dragging a window quickly, the mouse "loses its grip"--i.e. the window stops moving even
        though I am still moving the mouse
    None of these things happens every time, but they all happen often. The problems seem most severe in Firefox, but given that similar things happen elsewhere, I would imagine that's due to Firefox's complex event handling exposing a pervasive problem, rather than any kind of application-specific issue.
    With the possible exception of the window-dragging issue, all the above symptoms are consistent with a problem I have seen reported elsewhere, that single clicks are being read as double clicks. However, the only clearly applicable solution I've seen for that issue is to remove all mouse configuration from Xorg.conf, leaving it up to HAL. I tried that and it didn't seem to change anything. However, at the same time I purged the mouse from Xorg.conf, I created an FDI file for the mouse in /etc/hal/fdi/policy. I wonder now if that was necessary--there was no FDI for the mouse before, but perhaps there doesn't really need to be one if you aren't applying any special settings? Dunno, I don't understand much about HAL yet.
    I have tried a couple of other things: first, I set the double click speed to the minimum using the Xfce Mouse Settings applet (BTW, I suppose this applet is a front-end to some shell command or config file, but what?). That seems to help, but only a little. Second, if I use the mouse in an unnaturally precise manner (e.g., when single-clicking, I click as quickly as possible and lift my finger all the way off the button), the problems mostly, but not entirely, disappear.
    Any suggestions?

    mgushee wrote:
    bernarcher wrote:Sounds like faulty hardware.
    Did you try another mouse by chance?
    Well, no, and I suppose to be thorough I should try that. But I am quite sure that the problem appeared suddenly, and exactly at the time of the upgrade I mentioned.
    Well, it could be that your fdi modification tries to catch the mouse events twice in a row. Perhaps you should post the file.
    Besides: There is are no mouse specific fdi settings in my system. I currently have no idea where the mouse behaviour was defined besides my still old xorg.conf. (I did only activate Option "AutoAddDevices".)

  • Double click instead of single click

    recently like a month ago i started noticing when i ried to open a new tab in firefox or close,i opened two new tabs or close two tabs then i found out it wasn't firefox is that when i single click on something  i guess ny computer recognizes that as a double click and that's what it does,it double clicks on the icon,video or whatever i click on,can anyone tell me how to revert this to its default configuration,by the way i didn't mess with it or tried to change it or what ever,most of the times it double clicks on anything but not all the time

    @karantani: exactly as cfr said: it happens after some time and without any warning. If you're not sure just try another mouse. 5years is hell of a lot for a mouse if you use it on everyday basis for many hours. I even had this on new Logitech mouse just after couple of months (they're all doing just shit nowadays, I miss days of old heavy, robust keyboards and mouses, of electronics like Walkman - it was some nice engineering, everything was working just fine for many, many years. Right now your lucky if product will hold it's planned obsolescence). There is a lot you can do, I fix mine by sticking piece of paper to lift badly designed buttons, but in many cases switches just have enough.

  • JComboBox in JTable to activate when double-click instead of single-click

    I like to know if it is possible to change the default behaviour of JComboBox within the JTable,
    such that instead of single click on the JTable cell for the combo box's popup to appear, I double click on it instead.
    If it is possible please give some advice.
    Thanks.

    I couldn't get to settings because I couldn't scroll and don't know where that is located. I just saw a similar question from someone else. Three clicks on home button worked to turn off voiceover !! Phew!

  • Can't type in form fields, acts like right mouse click.

    Using the mouse pad or magic mouse - anytime I single click in a fillable field it acts like a right or two finger click and will not let me type in the fields. It won't even let me type in URLs.

    I have this problem too. I've disabled all add ons except Foxtab 1.4.9 to no avail. The problem goes away when Foxtab is disabled. But I love Foxtab.
    Interesting discovery: everything is fine - I can type merrily along like I am here - until I click my mouse. Then the problem occurs. I have to go to another text box, type some stuff then come back. Both my Apple computers are experiencing the same problem. Both have wireless mac mice. Both started the same problem about 3 months ago. Not using my mouse gets round the problem but it's a pain because I am often cutting and pasting text into a text box. Any ideas?

  • JTable select row by double click, single click

    Hi all,
    I would like to double click on the row of the JTable and pop up a window for adding stuff, a single click for selecting the row and then in the menu bar I can choose to etither add, change or delete stuff. I try to use the ListSelectionModel but does not seems to distinguish between double or single click.
    Any idea, doc, samples?
    or I should not use ListselectionModel at all?
    thanks
    andrew

    Hi. I used an inner class. By using MouseAdapter u dont have to implement all methods in the interface..
    MouseListener mouseListener = new MouseAdapter()
    public void mouseClicked(MouseEvent e)
    if(SwingUtilities.isLeftMouseButton(e))// if left mouse button
    if (e.getClickCount() == 2) // if doubleclick
    //do something
    U also need to add mouselistener to the table:
    table.addMouseListener(mouseListener);
    As I said, this is how I did it.. There are probably alot of ways to solve this, as usual :). Hope it helps

  • Single-click registers as double-click, trackpad AND mouse

    I did a search here and elsewhere on this and it seems to be a fairly common issue among G4 PowerBook users. These are the threads I found here on the subject just doing a quick search...
    http://discussions.apple.com/thread.jspa?messageID=3875680&#3875680
    http://discussions.apple.com/thread.jspa?messageID=1206577&#1206577
    http://discussions.apple.com/thread.jspa?messageID=6951566&#6951566
    http://discussions.apple.com/thread.jspa?messageID=4574012&#4574012
    http://discussions.apple.com/thread.jspa?messageID=3359374&#3359374
    http://discussions.apple.com/thread.jspa?messageID=3423942&#3423942
    I have the same problem and it's really starting to annoy me since I started using this computer more frequently recently. I've owned it since new. It has done this off and on since I bought it. I only used it for travel so I just put up with it but now I'm using it for all E-mail to free up my primary desktop for other needs and this is starting to drive me crazy. The machine originally had Panther on it and when I migrated to Tiger I thought that might fix it. No such luck.
    The problem is that quite often when I single-click on something, whether in the Finder or an Application, it registers as a double-click. It doesn't matter if I use the trackpad or a mouse, same problem.
    I've tried different "Keyboard and Mouse" settings in System Prefs and nothing makes any difference. I've tried the PMU reset too. No change. I've tried it with the mouse disconnected and I've tried it with two different mice. No improvement. I've even tried it with green eggs and ham but the problem persists!
    I've never had this issue with ANY other Mac I currently own (3 others) or have owned in the past (many since 1985). My only speculation is that MAYBE the humidity/static in my environment has something to do with it. I've never noticed an exact correlation but it SEEMS that perhaps I may be having this problem more often when the climate is dry. Possible?
    Has anyone found a definitive cause/solution for this issue? Thanks!
    Mike

    Glad that worked for you Sup3rL4m3r but I suspect we have different issues. I have no problems with anything except single-clicks and click-drags registering as double clicks with either the trackpad or mouse. I have no issues with my "wallpaper" or with erratic cursor issues, or with anything else. When I upgraded to Tiger as indicated in the original post, I did an archive and install but it did nothing to mitigate the problem.
    This seems to possibly be a somewhat common problem based on previous posts I've read on it but I suspect that the lack of any solutions suggests it is a design flaw of some sort that has no solution. Perhaps it is not prolific enough to get any attention. Darned shame since this machine has otherwise been flawless. Kind of like buying a new car that has a hesitation on acceleration that you can't get rid of. Most annoying.

  • Yoga 13, Windows 8 Pro, Single-Click sometimes results in Double-Click

    I'm using a brand new Yoga 13 (Window 8 Pro).  Clicking on the touchpad (not the touch screen) sometimes has issues.  Specifically, every once in a while, a single-click on the touchpad will result in double-click behavior.
    I'm not referring to tapping, but rather physical clicking (press, depress touchpad on the lower left).
    I disabled tap-to-click in case it was registering the tap, and then the click.  That didn't resolve the issue.
    I also increased the speed required (within Windows) for a double-click to the fastest (least time between clicks) possible.  That also didn't resolve the issue.
    It really seems like the touchpad, every once in a while, registers a double-click, like some sort of physical defect in the touchpad that presses, depresses, presses depresses immediately.
    Ideas? 

    I'm running Windows 8 (Not Pro) on a brand new Yoga 13 and am experiencing the same probem.  It doesnt happen all the time but just enough to be really annoying.  It seems like if I try right clicking I can get it to stop.

  • Why does my event structure run a single click when I double-click?

    I would like to treat single-clicks differently than double-clicks but it appears that when I double-click an item on a Front Panel control it runs the single-click event once before running the double-click event.  I would like the single-click event not to trigger if the user double-clicks.
    I am discarding the "Mouse Down?" filter event then using the "Mouse Up" notify event to try to catch the difference between a single-click and double-click.
    Should I be doing something different with the timeout event (right now it does nothing)?
    Should I stop displaying the event type?
    Should I eliminate the 5 msec Wait in the Producer Loop?
    Should I use the "Mouse Down" notify event instead of the "Mouse Up" notify event?

    JeffOverton wrote:
    If you edit the event cases, is the "Lock front panel until the case for this event completes" box checked?
    I think this is a key configuration to understand.
    The current configuration means that the 'mouse up' event for the first click is triggered. Then immideatly the front panel is locked. The second click needs to wait until the event has finished. So I think unchecking that box might improve the code.
    Yes you should remove the 5 ms. wait, it has little purpose. It might even cause this: Click 1(& lock), wait 5 ms, event 1 (&unlock), click2 (no double click anymore).
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • Double Click / Single click problem

    Recently i have been noticing when i single click, using either my magic mouse or trackpad i end up getting a double click, even when my double click is set to as slow as possible.
    Is there anything that can be done to stop this, as this makes many of the menu's in photoshop un usable as well as the dashboard calculator :'(

    My Mother-In-Laws computer (iMac 2GHz- Snow Leopard with current updates) is acting this way also. In her case, she had a Logictec wireless mouse hooked up with the receiver in the keyboard. She has noticed the single click as a double click in Mail and another program (can't remember the other). Suggested that she go back to the original apple mouse and see if it still acted the same way. I'm on the computer now and have been able to recreate the problem with the Apple mouse. Her mouse click setting was all the way to "low". Moved the setting to the middle and didn't see much of a difference. Maybe slightly more instances of double-clicks.
    I have two other macs(my Mac Pro and another iMac) I use on a regular basis and have not seen this problem. But they are also behind on Snow Leopard OS updates. I'm guessing this is an internal problem Apple will have to fix.

Maybe you are looking for

  • Itunes won't open after OS10.3 upgrade to 10.4

    Have installed OS 10.4 Tiger upgrade onto old Macbook G4 with no problem. Tried to open itunes but msg reads: needs 10.4.9 or newer' why?? Previous OS 10.3.9 was running itunes fine. Have OS 10.5 disc but Mac will not restart after initial prompt. On

  • How to use a driver for two installations

    Hi everyone I downloaded from ni.com a driver for my spectrum analyzer (agesa). I had this installed on a LV 8.0 installation, and it worked. I have now updated to 8.2. In this installation the driver doesn't show up. The problem: I need both install

  • How do I migrate from one user to another to resolve sleep/permissions issues?

    My MacBook Pro's been having several issues, mainly with waking from sleep. I've tried Repairing Permissions, Repair Disk, running tools like OnyX and Drive Genius, but they can't find any issues. I checked the Console log, and there was some sort of

  • Error in header file

    While i compile this code to create dll file using command line compiler , it shows error in "twain.h" y it is showing error in twain.h? #include <jni.h> #include "Tmanager.h" #include "twain.h" JNIEXPORT jboolean JNICALL Java_Tmanager_isvalidDriver(

  • Matrix report vertical line problem

    Development tool: Report Builder 11.1.2.2.0 (64-bit) on Windows 7 Solaris app server with the following software versions: Oracle Forms and Reports 11g 11.1.2.2.0 FMW is 11.1.1.7 WLS is 10.3.6.0.8 This is a report with a matrix.  The rows across have