vaeth/bookmarkdupes

Stripping descriptions might move bookmarks

vaeth opened this issue · 1 comments

vaeth commented

The second issue mentioned in #8 should be discussed here separately.

Problem: When stripping a description, a new bookmark is created (and then the old one removed). The index where this bookmark is created was in <bookmarkdupes-2.4 calculated as the child number obtained from browser.bookmarks.getTree().

It might be more reliable to use the index stored in the node itself.
If that index exists, this is used instead in bookmarksdupes-2.4.

vaeth commented

I think everything possible has been done to communicate the problem (which seems unsolvable with the current bookmark API).

Therefore, I am closing this bug for the moment.