ananthakumaran / paisa

Paisa – Personal Finance Manager. https://paisa.fyi demo: https://demo.paisa.fyi
https://paisa.fyi
GNU Affero General Public License v3.0
2.34k stars 117 forks source link

(Windows) Dragging Scrollbar closes App #134

Open jafin opened 7 months ago

jafin commented 7 months ago

Describe your Environment OS: Windows 11 23H2 Paisa Version: 0.6.2 App Variant: Desktop

Describe the bug I run the paisa GUI, at best to my repro, clicking and dragging (typically fast) on the scrollbar closes the app. There is not exception or error, app just disappears.

To Reproduce Steps to reproduce the behavior:

  1. Open paisa app
  2. Reduce window size to smaller than full screen
  3. Click and drag (typically in a fast motion) the vertical scrollbar
  4. On occasion the app just disappears. (closes I assume?)

Expected behavior App doesn't disppear.

Screenshots zoom6

ananthakumaran commented 7 months ago

Do you have any more info like crash report etc? The issue is likely at web view level. If you can find any kind of crash report, that would provide a starting point to debug the issue.

jafin commented 7 months ago

I have checked the Windows Event log, and also the Paisa Logs. There is nothing indicating a crash or exception. Is there anywhere else I can check?

ananthakumaran commented 7 months ago

Not sure, I am not a regular Windows user, mostly use it in a VM to test Paisa. I will try to collect more info. Paisa uses https://wails.io/, I will need to check if it's a wails level issue.