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.24k stars 111 forks source link

Mouse over menu item More -> Sheets reloads the page #148

Closed pashagolub closed 5 months ago

pashagolub commented 5 months ago

Describe your Environment Browser: Firefox

Describe the bug When moving mouse pointer over menu item More -> Sheets the whole current page reloads, no matter what page is displayed at the moment.

To Reproduce Steps to reproduce the behavior:

  1. Open http://localhost:7500/
  2. Move mouse to More, menu droppped down
  3. Move mouse over Sheet item
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots image

Journal

...
INFO    GET 200 544ms /api/sheets/files               clientIP=127.0.0.1 referer="http://localhost:7500/ledger/editor/accounts.ledger"
INFO    GET 200 535ms /api/sheets/files               clientIP=127.0.0.1 referer="http://localhost:7500/ledger/editor/accounts.ledger"
INFO    GET 200 487ms /api/sheets/files               clientIP=127.0.0.1 referer="http://localhost:7500/ledger/editor/accounts.ledger"
INFO    GET 200 458ms /api/sheets/files               clientIP=127.0.0.1 referer="http://localhost:7500/ledger/editor/accounts.ledger"
INFO    GET 200 445ms /api/sheets/files               clientIP=127.0.0.1 referer="http://localhost:7500/ledger/editor/accounts.ledger"
INFO    GET 200 484ms /api/sheets/files               clientIP=127.0.0.1 referer="http://localhost:7500/ledger/editor/accounts.ledger"
INFO    GET 200 408ms /api/sheets/files               clientIP=127.0.0.1 referer="http://localhost:7500/ledger/editor/accounts.ledger"
INFO    GET 200 488ms /api/sheets/files               clientIP=127.0.0.1 referer="http://localhost:7500/ledger/editor/accounts.ledger"
INFO    GET 200 411ms /api/sheets/files               clientIP=127.0.0.1 referer="http://localhost:7500/ledger/editor/accounts.ledger"
INFO    GET 200 116ms /api/editor/files               clientIP=127.0.0.1 referer="http://localhost:7500/ledger/editor/accounts.ledger"
INFO    GET 200 459ms /api/sheets/files               clientIP=127.0.0.1 referer="http://localhost:7500/ledger/editor/accounts.ledger"
INFO    GET 200 461ms /api/sheets/files               clientIP=127.0.0.1 referer="http://localhost:7500/ledger/editor/accounts.ledger"
INFO    GET 200 491ms /api/sheets/files               clientIP=127.0.0.1 referer="http://localhost:7500/ledger/editor/accounts.ledger"
INFO    GET 200 427ms /api/sheets/files               clientIP=127.0.0.1 referer="http://localhost:7500/ledger/editor/accounts.ledger"
...
ananthakumaran commented 5 months ago

@pashagolub I have pushed some changes to master that should fix this issue and improve the flickering issue in general.

pashagolub commented 5 months ago

Thanks. I can confirm the bug is fixed now.