Re: AXPreviousContents in Finder?
Re: AXPreviousContents in Finder?
- Subject: Re: AXPreviousContents in Finder?
- From: Mike Engber <email@hidden>
- Date: Wed, 19 May 2004 10:11:11 -0700
According to the comments in NSAccessibility.h, the
NSAccessibilityPreviousContentsAttribute of a UI element is supposed to
return a value that is an NSArray object.
However, in the Finder, the AXPreviousContentsAttribute of a sidebar
splitter returns a value that is an AXGroup (AXUIElement) object.
Is the Finder wrong to do this? Or should we always write routines
that get
the value of a UI element's "previous contents" attribute so that they
can
deal with any kind of AXUIElement objects as well as arrays?
In my book, this is a bug in the Finder. Shall I report it as such?
Yes, file a bug.
-ME
_______________________________________________
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.