-
Bug
-
Resolution: Unresolved
-
Low
-
Severity 3 - Minor
Issue Summary
Opening a card back and leaving it idle for ~2 minutes will cause the Power-Up buttons to stop working. They'll play the animation of being clicked, but no action will be taken.
Reproduced on Google Chrome 130.0.6723.92 and Mozilla Firefox 132.0.1.
Steps to Reproduce
- Open a board that has Power-Ups with card back buttons enabled. (Harvest was used for this report)
- Open a card
- Leave it idle for 2 minutes
- Click the Power-Up Button
Expected Results
The Power-Up actions should be taken after the animation of clicking the button is completed.
Actual Results
No action is taken.
Workaround
Closing and opening the card again.
27b4fe7518bf
I tried to fix it, but it was unsuccessful. Also, I can confirm that if I have some simple callback code like `console.log` works. In cases when I have promises in code that leads to object cache expiration in 120 sec.