aecreations / clippings

Clippings: an extension for Mozilla Firefox
20 stars 4 forks source link

Typo in alarm name for showing backup notification #503

Open aecreations opened 1 week ago

aecreations commented 1 week ago

Clippings 7.0rc1+

Another long-standing bug, but fairly severe. Backup notifications are messed up because there is a typo in the string used to represent the alarm, and it is occurring in multiple places.

show-backup-notifcn vs. show-backup-notificn

aecreations commented 1 week ago

This bug exists in version 6.5.

aecreations commented 1 week ago

This issue is causing the backup reminder notification to stop displaying notifications, because notification processing (where it calculates whether notifications should be displayed) only occurs on browser startup. The notification processing doesn't happen again until Firefox is restarted.

aecreations commented 5 days ago

A smoke test was performed for the fix for version 6.5.x, but should be tested post-release since it will take at least 1 day to test.