Closed michenriksen closed 1 year ago
I can consistently reproduce it:
2023/05/09 13:01:28 INFO runner: tests passed pass=true tests=64 packages=22 passed=64 skipped=0 failed=0 dur=4.362s -- first refresh
2023/05/09 13:01:44 INFO runner: running tests... -- Updated func name to fail build/clicked refresh button
2023/05/09 13:01:46 ERRO gokiburi: test runner failed with error error="build failed"
@vkorn thanks for the reproduction steps, this was very helpful! 🙇
Issue is fixed in v0.1.3.
Is there an existing issue for this?
Current Behavior
After using Gokiburi for a bit, the top application bar buttons for pausing/resuming automatic test runs, running all tests, and opening settings occasionally seem to lose their
on:click
event handlers as they no longer react to clicks.A page refresh makes the buttons reactive again.
I suspect it could be a bug in Skeleton's AppBar component, but it needs more investigation.
Expected Behavior
I expect the buttons to always be reactive to clicks without needing a page refresh.
Steps To Reproduce
I haven't been able to find a way to consistently reproduce the bug, and I also haven't spotted any patterns in when it happens. It happens occasionally after Gokiburi has been running for a couple of minutes.
Environment
Anything else?
No response