Skip to content

Commit 73d9945

Browse files
committed
docs(launcher): log Linux right-click hit-test offset on recent-project rows
1 parent eb4c2b6 commit 73d9945

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/launcher/port-status.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ These are behavioural differences that were not preserved during the port and ca
3333

3434
*(Three items previously listed here — `/LauncherWindowHandle` always zero, empty `MainWindow.OnClosing`, and the unpersistent `TabControl.SelectedIndex` — have been resolved. See the 2026-04-22 `feat(launcher): …` commits for the window-lifecycle restoration.)*
3535

36+
### Recent-project row has an offset hit-test for right-click
37+
38+
Observed on Linux during the 2026-04-22 cross-platform-services smoke: right-clicking on a recent-project row does not open the context menu at the row's visible position. The hit-test lands a few pixels lower than the rendered content, so the menu only appears when the user clicks *below* the visible row. Not present in master (where hit-testing was WPF-native and correct). Likely an Avalonia layout discrepancy in the recent-projects panel of [MainView.axaml](../../sources/launcher/Stride.Launcher/Views/MainView.axaml) — the `Border.ContextMenu` or one of its parent containers has a vertical offset between its rendered bounds and its input bounds. Not caused by Phase 1 items; filed here so it isn't lost.
39+
3640
### `OpenHyperlinkCommand` lost `.md → .html` rewriting
3741

3842
Master's `Views/Commands.cs`:

0 commit comments

Comments
 (0)