Want to highlight a helpful answer? Upvote!

Did someone help you, or did an answer or User Tip resolve your issue? Upvote by selecting the upvote arrow. Your feedback helps others! Learn more about when to upvote >

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Why can't I rename my folders???

This behavior just began today. I have to make a new folder then move the contents of the other folder into the new one.

Any ideas??

24" iMac, 17" i7 MacBook Pro, iPhone 4, Mac OS X (10.6.7)

Posted on Mar 30, 2011 5:03 PM

Reply
10 replies

Mar 30, 2011 5:11 PM in response to sig

It opens the folder. Sorry.

As most of us know, you click the folder name, wait a second or two, then the name 'highlights' and you can delete the name or select an part of the folder name and change at will.

In my case, no matter how long I wait, after the folder has been selected, if I click it again, the folder opens. Not what I want.

Thanks.

Mar 30, 2011 5:31 PM in response to Phillip Anthony

I assume you're trying to click in order to rename (rather than pressing the return key).

Perhaps the mouse double-click speed has inadvertently been set to an extremely slow setting, such that the repeated clicks are being interpreted as double-clicks, triple-clicks, and so on, rather than a click-pause-click sequence. You might want to double-check in System Preferences, and also that any Universal Access features haven't accidentally been turned on.

If you're in more of a detective mood, you might try creating a new Cocoa app Xcode project in which you create a custom NSView subclass, then add the following code:


- (void)mouseDown:(NSEvent *)event {
NSLog(@"[%@ %@] clickCount == %lu; event == %@",
NSStringFromClass([self class]),
NSStringFromSelector(_cmd), [event clickCount], event);
}


Then in IB, drag a custom view out onto the default window and set its class to be your custom subclass. Then build, run, and click on the view like you were in the Finder and watch for output in the Console to determine how the clicks are being interpreted.

Mar 30, 2011 5:41 PM in response to MarkDouma®

Bingo! sort of anyway ...

your comments made me remember that this AM I tried to turn off the Track Pad and could not so I turns all the controls down to slow or whatever is to the left. I am not found of the TP because I am always inadvertently sending my cursor into the Dock - where it does not belong, as I type.

So, I went back into Prefs and set those TP prefs back to the middle /normal and now I can change the names of my folders. Seems like it takes an eternity, but they finally relent and let me make name changes. None of this make much sense to me. Anyway ...

Star for you! Bad for me! Problem solved. Me thinks.

Why can't I rename my folders???

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.