Skip to content
  • Benjamin Otte's avatar
    a11y: Remove AtkSelection implementation from combobox · 7cecc8e5
    Benjamin Otte authored
    AtkSelection requires that the immediate children of the object are the
    selectable items. The combobox however is implemented with just 1 child:
    The popup menu.
    
    The popup menu is implementing the selectable interface.
    
    Test are updated to reflect this change.
    7cecc8e5