samueljun / tomato-clock

Tomato Clock is a simple browser extension for managing your productivity.
GNU General Public License v3.0
337 stars 55 forks source link

The background timer can desync from the timer text for the Firefox extension #18

Closed samueljun closed 9 years ago

samueljun commented 9 years ago

This just occurred on the Firefox version where the notification popped up but the panel still indicated 00:43~ seconds left. This needs to be resolved. The panel JavaScript may be halted in the background for Firefox.

samueljun commented 9 years ago

Should the panel itself manage the timer? Or should the panel just sync up the time every time it is 'shown'?

samueljun commented 9 years ago

done