Re: Leopard NSTableView Cell and single click editing
Re: Leopard NSTableView Cell and single click editing
- Subject: Re: Leopard NSTableView Cell and single click editing
- From: Wdyp <email@hidden>
- Date: Thu, 29 Nov 2007 23:41:39 +0100
What you are referring to is one of the primary reasons why single-
click to edit is so beneficial for apps and users. You have some
particular text in a cell that you want to be editable, yet at the
same time you also want a doubleAction to do something else.
Take Xcode for example; the project list
supports a doubleAction (ie: open that file in a new window). Before
Leopard, the only way to inline-edit was with a strange (and not
easily discoverable) alt-click to begin editing the cell. On Leopard,
it is much easier; you just single-click on the text (ala Finder) to
begin editing.
--corbin
Too bad I didn’t have this Xcode trick while I was on Tiger!!
Anyway, I find the single-click editing very slow: there is a
quite long delay before the single click actually has an effect
which is confusing for the user that might be tempted to double-click
instead! I guess this is to allow for an eventual drag operation start…?
Side note: there is a way to disable the single-click editing
behavior, however, it should be considered a last resort. Single-click
editing is nice for consistency on Leopard, and apps that move away
from that will make it more difficult for users to use that particular
app (ie: your app).
--corbin
I don’t agree completely: the users are big guys, many things behave
differently
in different apps.
For example, back in Tiger, the Finder’s and iTunes’ single-click were
the "inconsistent" behavior
and I found it confusing, especially in iTunes (as I mostly use a tab/
arrow-return sequence
to begin editing an item’s title in the Finder…).
For people coming from Tiger (not everyone is a msft switcher…) this
new feature is confusing,
especially as it is enforced in every Cocoa app, changing, without the
developer’s agreement,
the traditional behavior of apps they were used to.
The new inter-cell navigation is also quite confusing, I’ll probably
post about it, yelling for help.
Flofl._______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden