Closed Bug 560189 Opened 14 years ago Closed 12 years ago

turn nsAccessibleWrap::GetUnignoredChildren to AddUnignoredChildren

Categories

(Core :: Disability Access APIs, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: surkov, Unassigned)

References

Details

(Keywords: access)

spun off the bug 560013.

AddUnignoredChildren get rid useless copy elements from array to array
Actually the better approach, according to various Apple demo / sample code, is to use NSAccessibilityUnignoredChildren(). This make GetUnignoredChildren() unnecessary. I did that part of investigation work for bug 772060.
QA Contact: accessibility-apis
(In reply to Hub Figuiere [:hub] from comment #1)
> Actually the better approach, according to various Apple demo / sample code,
> is to use NSAccessibilityUnignoredChildren(). This make
> GetUnignoredChildren() unnecessary. I did that part of investigation work
> for bug 772060.

I don't remember details about NSAccessibilityUnignoredChildren (cvs history should do) but I don't see why NSAccessibilityUnignoredChildren can do a better job. It'd be great to hear details.

Btw, this bug was fixed apparently since we don't copy arrays anymore. (Marking as worksforme).
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.