mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
Right_Clicking_A_Second_Row_Moves_The_Context_Highlight_To_It still timed out on the Windows Debug CI job, now in the hit-test wait added for the second right-click: for the full 60s no hit at the precomputed point matched the captured row container. A light-dismiss overlay that survives one frame cannot explain that many rendered frames; a container that is no longer the one on screen can. The test only waits for three assemblies, so the rest of the list keeps loading on the slow agent while the test runs, and every insertion reshuffles the rows - re-realising containers and moving them - after the row and point were captured. The wait now resolves the row container and the click point on every poll and matches the hit by node instead of by container identity, and a timeout reports the point and what was hit instead so a further failure is diagnosable from the log. Assisted-by: Claude:claude-fable-5:Claude Codepull/4082/head
1 changed files with 33 additions and 12 deletions
Loading…
Reference in new issue