Carbon accessibility bugs
Carbon accessibility bugs
- Subject: Carbon accessibility bugs
- From: "Dan Lau" <email@hidden>
- Date: Thu, 17 Jun 2004 16:18:28 -0700
- Thread-topic: Carbon accessibility bugs
I've noticed several issues with accessibility support in standard Mac
controls for Carbon apps that behave correctly in Cocoa apps (this is in
10.3.4).
- The DataBrowser doesn't report row contents properly. Checkboxes,
menus, relevance items are all reported as "text" or "text field".
Needless to say, there's no way to check a check box in a DataBrowser
that reports itself as a text field. There is also no way to select a
row (its "selected" attribute is not writable).
- Controls don't appear to respond to accessibility actions properly
when the target app is in the background e.g. sliders don't send
kEventControlHit nor call their action proc, tab switchers don't switch
among others.
- Scrollbars don't send kEventControlHit when their values are set, even
when the app is in the foreground.
The apps I used to experiment with are AppearanceSample and
BasicDataBrowser in the Carbon samples folder.
Are these known issues and if so, when are the fixes expected to be
rolled out?
Thanks,
dan
_______________________________________________
accessibility-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/accessibility-dev
Do not post admin requests to the list. They will be ignored.