On Mar 2, 2008, at 6:29 AM, Nicholas Riley wrote:
In Leopard, checkboxes in my NSOutlineViews get keyboard focus when
I press Tab. I don't want this to happen.
The AppKit release notes <http://developer.apple.com/releasenotes/Cocoa/AppKit.html
> state:
Tables now support inter-cell navigation as follows:
- Tabbing forward to a table focuses the entire table.
- Hitting Space will attempt to 'performClick:' on a NSButtonCell
in the selected row, if there is only one instance in that row.
So far, so good.
- Tabbing again focuses the first "focusable" (1) cell, if there is
one.
I don't want the NSButtonCell to ever get focus.
It sounds like you have full keyboard access turned on. And, what
you're seeing is the correct behavior.
Be mindful of users that need to to interact with your application via
accessibility.
___________________________________________________________
Ricky A. Sharp mailto:[EMAIL PROTECTED]
Instant Interactive(tm) http://www.instantinteractive.com
_______________________________________________
Cocoa-dev mailing list ([email protected])
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 [EMAIL PROTECTED]