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 upSupport SysListView32 groups #27
Closed
Labels
Comments
This comment has been minimized.
This comment has been minimized.
|
Comment 1 by aleksey_s on 2008-07-30 09:42 |
This comment has been minimized.
This comment has been minimized.
|
Comment 2 by mdcurran on 2008-07-30 10:00 Changes: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reported by mdcurran on 2008-02-07 23:10
SysListView32 controls in Windows Vista, Windows Mail and other new apps allow you to group items in particular ways. These groups end up becoming focusable themselves, and if you press left or right arrow on one of these groups you can expand or collapse the group. However, as far as MSAA is concirned, when you focus a group, focus just moves to the list itself, not the group with in the list. This is because each list item is mapped in order to an MSAA childID, but groups as they are not accounted for in the indexing, don't end up getting childIDs and just become 0. Again like ticket #14, we need a way of finding out what is currently focused (in this case, what group is focused, not necessarily what item).