Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upiTunes: Fix object navigation in various lists #4129
Comments
This comment has been minimized.
This comment has been minimized.
|
Comment 1 by James Teh <jamie@... on 2014-05-07 20:02
|
This comment has been minimized.
This comment has been minimized.
|
Comment 2 by James Teh <jamie@... on 2014-05-07 20:03
Changes:
|
This comment has been minimized.
This comment has been minimized.
|
Comment 3 by James Teh <jamie@... on 2014-05-26 06:14
Changes:
|
This comment has been minimized.
This comment has been minimized.
|
Comment 4 by jteh on 2014-05-26 06:22 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nvaccessAuto commentedMay 7, 2014
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.