Skip to content

Commit

Permalink
UIA: add support for Controller For property. re nvaccess#6241
Browse files Browse the repository at this point in the history
Controller For property is used by an element to let another element depend on values given by the source element, useful if suggestions should be listed for a search field among other possibilities.
For now, Controller For property has been added to property to event names map in UIA Handler. A UIA object that handles this event (a search box) is next.
  • Loading branch information
josephsl committed Jan 18, 2017
1 parent fe1cdf3 commit b38e7c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/_UIAHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
UIA_IsEnabledPropertyId:"stateChange",
UIA_ValueValuePropertyId:"valueChange",
UIA_RangeValueValuePropertyId:"valueChange",
UIA_ControllerForPropertyId:"UIA_controllerFor",
}

UIAEventIdsToNVDAEventNames={
Expand Down

0 comments on commit b38e7c8

Please sign in to comment.