sakya / corechess

CoreChess is an open source chess GUI for chess engines
GNU General Public License v3.0
24 stars 2 forks source link

"Preview" popup doesn't show up on some moves #24

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hello,

I don't know what you call them, but the preview windows that popup when hovered over moves don't show up on some moves. Especially on the ones further down the Notation pane.

I don't know if it's related, but I use the game window at a different size than the default and this issue is in latest git version.

sakya commented 2 years ago

It's a known problem of Avalonia. The popup doesn't show up when it cannot be fully rendered inside the screen (i.e position + popup height > screen.height)

ghost commented 2 years ago

Oh, alright.