Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add comment
  • Loading branch information
yaakovschectman committed Oct 26, 2022
commit dc219b21f07249cfede943206d599856c7e59d20
1 change: 1 addition & 0 deletions shell/platform/windows/accessibility_root_node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ IFACEMETHODIMP AccessibilityRootNode::get_accChild(VARIANT var_child,
} else if (child_id == kAlertChildId && alert_accessible_) {
*disp_child = alert_accessible_;
} else if (child_id < 0) {
// A negative child ID can be used to refer to an AX node directly by its ID.
return window_accessible_->get_accChild(var_child, disp_child);
} else {
return E_FAIL;
Expand Down