AXOutlineRow expand event
AXOutlineRow expand event
- Subject: AXOutlineRow expand event
- From: Felipe Heidrich <email@hidden>
- Date: Fri, 07 Mar 2014 08:37:02 -0800 (PST)
Hello,
I'm implement accessibility for a custom Tree control using AXOutline for the TreeView and AXRow:AXOutlineRow for the TreeItem.
Although it is basically working there is a difference (comparing to native cocoa tree) when a TreeItem is expanded.
When the TreeItem expands on the native tree VoiceOver reads
$(disclosed rows count) rows added
row $(index) expanded
When my custom item expands VoiceOver just reads:
row $(index) expanded
My custom item implements all the required attributes (AXDisclosedByRow, AXDisclosedRows, AXDisclosing, AXDisclosureLevel, etc).
When the item expands the NSAccessibilityRowExpandedNotification is sent
(for the accessible associate with the item itself).
Does anyone know what I'm missing ?
Using the inspector my custom tree and cocoa tree look identical.
Thank you
Felipe
_______________________________________________
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