Re: How to hide a table view column from Accessibility hierarchy?
Re: How to hide a table view column from Accessibility hierarchy?
- Subject: Re: How to hide a table view column from Accessibility hierarchy?
- From: Christiaan Hofman <email@hidden>
- Date: Thu, 14 Jan 2010 20:56:45 +0100
On Jan 14, 2010, at 19:31, Daniel Jalkut wrote:
> Hi Christiaan:
>
> On Jan 14, 2010, at 12:46pm, Christiaan Hofman wrote:
>
>> Have you tried using custom cell subclass(es) for this row that are not accessible?
>
> Great idea! I hadn't oriented my thinking correctly that the Table View is just a structure for exposing accessible cells.
>
> I did a quick test, providing a custom NSTextFieldCell that returns an empty accesible attributes array. This has the desired effect in VoiceOver, but reveals errors in accessibility inspector that clearly show I'm "playing with fire." There might be some way to nuance it, though.
>
> Daniel
>
I'm not talking about returning an empty array, I'm talking about returning YES from accessibilityIsIgnored.
Christiaan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Accessibility-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden