mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
The Tunnel-phase subscription on PointerPressed was silently never firing for middle-clicks on metadata rows — ProDataGrid's row-level pointer handlers appear to claim the event before our tunnel subscription gets a turn, so MMB-on-a-row went nowhere despite the unit tests (which call RaiseRowActivated directly) staying green. Switching to Bubble + handledEventsToo: true gives us a guaranteed seat regardless of who marked the event handled along the way. Both the assembly-tree and the metadata-grid MMB handlers move together for consistency. Assisted-by: Claude:claude-opus-4-7:Claude Codepull/3755/head
2 changed files with 12 additions and 6 deletions
Loading…
Reference in new issue