I have an NSTableView subclass that has a pair of columns that are acting inconsistently when the user double-clicks to begin editing. In the first column, the user can double-click anywhere in the cell to begin editing that cell. In the second column, which is the last column of the table, the following happens: (i) if the cell is blank, the user can click anywhere to begin editing the cell; (ii) if the cell has text, the user must click on the text in the cell to begin editing the cell. Does anybody have an idea what is going on?

It seems to me that a double-click anywhere in the cell (whether there is text or not) should initiate editing. But even if (ii) were the case for both columns, I would be happy. It is the inconsistency that has caused some minor problems during testing.
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to