-
Notifications
You must be signed in to change notification settings - Fork 975
Bookmarks cannot be moved to Other Bookmarks folder #10157
Comments
Yes this is because we only allow 0+ (not -1) for parent folder id. I notice this as well while I was working on my PR as well |
fyi it has been possible to do so when I opened #8024 |
yeah I think that this is a regression |
Like the record, moving bookmarks from |
Fixes brave#10157 Bookmarks could not be moved to the Other Bookmarks folder, where archived bookmarks reside. The reason surrounded two issues, as follows: The first issue was in the renderer process, which did not correctly set the parentFolderId on the keys of bookmarks in child folders. e.g. Bookmarks Toolbar > Test Folder > Bookmark. The second issue was in the main process, which was not updating the `parentFolderId` property of the old bookmark before setting it anew. I’ve set two placeholder tests, skipped for now, as I don’t want to hold up value for the user while I find my way around what tests already exist.
+1 Brave: 0.18.23 |
Resolves brave#10157 Resovles brave#4202 Auditors: Test Plan:
Resolves brave#10157 Resolves brave#4202 Auditors: Test Plan:
Resolves brave#10157 Resolves brave#4202 Auditors: Test Plan:
Resolves brave#10157 Resolves brave#4202 Auditors: Test Plan:
Fixes Other bookmarks not being usable
+1 on this issue. Cannot move a single bookmark into "Other Bookmarks." Brave: 0.18.36 |
@Cavadus this will be fixed in version 0.21.x |
Resolves brave#10157 Resolves brave#4202 Auditors: Test Plan:
+1. Couldn't today. When I created a folder in Other Bookmarks, I could move bookmarks to that folder. Brave: 0.19.80 |
@jamesray1 this was fixed in 0.20 version, so in the next major release |
@NejcZdovc should this work when moving a folder to 'Other Bookmarks' (see #10157 (comment))? Because right now the folder you move disappears from Bookmark Manager but stays on the Toolbar: |
yes it should work |
can you please open new issue for this one, because steps are not the same as a main issue |
issue created #12378 |
Test Plan
See below
Describe the issue you encountered: Bookmarks cannot be moved to
Other Bookmarks
folder.In the gif the bookmark is moved to the last row inside
Bookmarks Toolbar
folder.Platform (Win7, 8, 10? macOS? Linux distro?): Debian
Brave Version (revision SHA): 0.18.12
Steps to reproduce:
Other Bookmarks
Actual result: the bookmark is not moved to the folder
Expected result: the bookmark should be moved to the folder
Extra QA steps:
1.
2.
3.
Any related issues: Bookmarks in Other Bookmarks folder is synced to the bookmark toolbar #8024
The text was updated successfully, but these errors were encountered: