-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shortcut key list incorrectly includes clippings in subfolders of deleted folders #55
Comments
Cannot reproduce. Clippings Manager removes the shortcut key assignment on a clipping when it is deleted, so it should never be picked up by the shortcut key list. |
Reopening. This issue occurs if the parent folder of a clipping with a shortcut key assigned is deleted. |
Fixing this will be difficult, as clippings and folders are stored in separate tables in the IndexedDB database. Will need to consider a refactor of the data structure in a future version of Clippings. |
Also, this issue also exists in Clippings for Firefox. |
Clippings 6.0a3+
The background script that supplies the data for the shortcut key list naïvely gets all clippings that don't exist in the "secret" deleted clippings folder. This results in the shortcut key list showing invalid clippings.
This should be changed so that folders are recursively processed, starting from the root folder, to gather all clippings that have shortcut keys.
The text was updated successfully, but these errors were encountered: