Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iTunes: Fix object navigation in various lists #4129

Closed
nvaccessAuto opened this issue May 7, 2014 · 4 comments
Closed

iTunes: Fix object navigation in various lists #4129

nvaccessAuto opened this issue May 7, 2014 · 4 comments
Assignees
Labels
Milestone

Comments

@nvaccessAuto
Copy link

Reported by jteh on 2014-05-07 19:56
We have code to fix navigation in various list in iTunes (such as the Music list) because iTunes doesn't support accNavigate for them. Unfortunately, the code is a bit broken. The next property uses the child count of the parent of the list instead of the child count of the list. The result is that you can only go next a couple of times.

@nvaccessAuto
Copy link
Author

Comment 1 by James Teh <jamie@... on 2014-05-07 20:02
In [b40905c]:

In certain lists in iTunes such as the Music list, moving to the next item using object navigation now works correctly.

accNavigate isn't supported, so we use child count and child ids. Unfortunately, the wrong child cout was being used, so you couldn't navigate to many items.
Re #4129.

@nvaccessAuto
Copy link
Author

Comment 2 by James Teh <jamie@... on 2014-05-07 20:03
In [71592e8]:

Merge branch 't4129' into next

Incubates #4129.

Changes:
Added labels: incubating

@nvaccessAuto
Copy link
Author

Comment 3 by James Teh <jamie@... on 2014-05-26 06:14
In [01d26be]:

In certain lists in iTunes such as the Music list, moving to the next item using object navigation now works correctly.

accNavigate isn't supported, so we use child count and child ids. Unfortunately, the wrong child cout was being used, so you couldn't navigate to many items.
Fixes #4129.

Changes:
Removed labels: incubating
State: closed

@nvaccessAuto
Copy link
Author

Comment 4 by jteh on 2014-05-26 06:22
Changes:
Milestone changed from next to 2014.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants