Follow-up to #133 — run 32235 showed explicit scroll(byDeltaX:deltaY:) calls on stage-2 are synthesized but never move the LazyVGrid cell's a11y frame. If the button still isn't hittable after the scroll loop, dump the a11y tree and click via coordinate(withNormalizedOffset:) (skips the hittable check); the lp-argv assertion verifies the click landed.
Follow-up to #133 — run 32235 showed explicit `scroll(byDeltaX:deltaY:)` calls on `stage-2` are synthesized but never move the `LazyVGrid` cell's a11y frame. If the button still isn't hittable after the scroll loop, dump the a11y tree and click via `coordinate(withNormalizedOffset:)` (skips the hittable check); the lp-argv assertion verifies the click landed.
Explicit stage-2 scrolls are synthesized but never move the LazyVGrid
cell's a11y frame (run 32235). If still not hittable, dump the a11y
tree and click the reported point directly — the lp argv assertion
verifies the click landed.
Generated with [Devin](https://devin.ai)
Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
gronod
merged commit 607a4e0df4 into milestone/m9-monterey2026-09-12 13:30:19 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Follow-up to #133 — run 32235 showed explicit
scroll(byDeltaX:deltaY:)calls onstage-2are synthesized but never move theLazyVGridcell's a11y frame. If the button still isn't hittable after the scroll loop, dump the a11y tree and click viacoordinate(withNormalizedOffset:)(skips the hittable check); the lp-argv assertion verifies the click landed.