fix(cua-driver): preserve unavailable Windows UIA clicks - #3671
Merged
Conversation
# Conflicts: # libs/cua-driver/rust/crates/cua-driver-sdk/src/lib.rs
…ver-private-http-20260907
…ped-driver-20260907
…velope-receiver-20260907
…r-python-channel-20260907
…rivate-http-20260907
Co-authored-by: Francesco Bonacci <195596869+f-trycua@users.noreply.github.com>
…elope-mode-20260908
…ped-driver-20260907
…elope-mode-20260908
…-unavailability-20260908
…rivate-http-20260907
* fix(sandbox): bound typed Driver lifecycle and request deadlines * fix(cua-driver): allow explicit unrestricted envelope sessions * docs(sandbox): clarify launcher-selected Driver permissions --------- Co-authored-by: Francesco Bonacci <195596869+f-trycua@users.noreply.github.com>
…rivate-http-20260907
…ped-driver-20260907
f-trycua
changed the base branch from
fix/driver-envelope-mode-20260908
to
feat/sandbox-typed-driver-20260907
September 9, 2026 03:08
…a-unavailability-20260908
f-trycua
marked this pull request as ready for review
September 9, 2026 03:09
f-trycua
changed the base branch from
feat/sandbox-typed-driver-20260907
to
main
September 9, 2026 03:14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Scope
Refs #3621. Preserve the distinction between a completed UIA hit-test miss and an unavailable UIA attempt during a Windows background pixel click.
The separate recovery change in #3109 is now merged. This PR does not independently prove delivery without that recovery change.
Validation
The assembled candidate
43a332a66d8379b4fb9330c6a96f0654cc4afea1contains the typed stack, #3109, this classification change, and #3672.windows_uia_invoke, with focus, z-order, cursor, and input-leakage checks intact. The action result conservatively reports an unverifiable effect; independent fixture state confirms delivery.These results name the cumulative candidate, not this patch alone. Ancestor updates must preserve the tested source; final current-head checks and review guards remain required.
Limits and rollback
Provider errors stop this UIA-dependent route conservatively. That can expose failures that previously looked like a successfully posted click. An unknown effect is not proof that no action occurred; inspect target state before another action.
One passing matrix does not rule out every intermittent provider stall. No release, image publication, deployment, or host installation is included. Roll back through a reviewed code revert, not by weakening the test oracle.