Re: Bypassing inter-cell navigation for NSButtonCell in NSOutlineView
Re: Bypassing inter-cell navigation for NSButtonCell in NSOutlineView
- Subject: Re: Bypassing inter-cell navigation for NSButtonCell in NSOutlineView
- From: Ricky Sharp <email@hidden>
- Date: Sun, 2 Mar 2008 13:36:01 -0600
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@hidden
Instant Interactive(tm) http://www.instantinteractive.com
_______________________________________________
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