leoheck / kiri

Kiri is a visual tool designed for reviewing schematics and layouts of KiCad projects that are version-controlled with Git.
MIT License
476 stars 32 forks source link

Mouseclicks do not update view #91

Closed bobatsar closed 11 months ago

bobatsar commented 11 months ago

Some things seem to be broken in the current version.

When selecting a sheet on the right side with the mouse, the view does not update. If I use the keyboard shortcuts, everything works fine (selecting revisions, sheets, layers, ...).

Also clicking on the "Info" button does nothing. Here also the i shortcut does not work.

I am using kiri on Ubuntu 23.04, Kicad 7 with chrome But anyhow, thanks for the great tool!

leoheck commented 11 months ago

Hi @bobatsar, keyboard usage is the main goal, actually as you could see. But thanks for reporting it, I am going to check if I can improve these things somehow.

leoheck commented 11 months ago

These things should be working. They are not working for me too. I also use chrome. Which version do you have?

bobatsar commented 11 months ago

I have Chrome 115.0.5790.170 and tested also with Firefox 115.0.2 (64-Bit) Both do not work.

kiri -v

    kiri d297af1 2023/07/31 20h30
    kicad 7.0.6-7.0.6~ubuntu23.04.1
    plotgitsch v0.9.0-8-ge5f94e4
    kidiff 8f5df90 2023/05/29 21h55
leoheck commented 11 months ago

Hi @bobatsar I found out the issue with the i was introduced some time ago. And the issue where it is not possible to change the schematic page by clicking it on the list was never addressed by me.

But I think I could fix those two things now.

Could you update your kiri to check if the problem still persists for you?

bobatsar commented 11 months ago

@leoheck I just checked it and both issues are now fixed. Thanks!