Skip to content

Support SysListView32 groups #27

@nvaccessAuto

Description

@nvaccessAuto

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).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions