-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
sync does not put Android bookmarks into folders #2447
Comments
Reproduced with Device 1 as macOS (using build below) and Device 2 is Android
|
I think empty folders should be synced, closing. LMK if I'm wrong though. |
@bbondy I think we should change the issue title - what i'm seeing (and I think @GeetaSarvadnya is too based on what she wrote in Actual Result: |
Additional Steps to Reproduce:
I'm unable to test this with adding bookmarks to Android device prior to joining sync chain (essentially reverse steps 5 and 6 above) due to a different issue: https://github.com/brave/browser-android-tabs/issues/924 |
seems like maybe the bookmark(s) on Android are being synced before I get them into a folder on my device? Then they get to laptop (Device 1) that way - meaning, out of the folder. Then this incorrect placement gets synced back to the Android device (Device 2). |
Reproduced on Windows 7 x64(0.58.11) and Samsungs s7 (1.0.71(sync2)) using #2447 (comment) Steps. |
Just verified PR brave/brave-core#1079 fixed issue. |
@GeetaSarvadnya , the fix hasn't released with official build. @AlexeyBarabash was using his own build to verify |
@GeetaSarvadnya , sorry for confusing. I was using own build from the latest master with merged PR. |
@GeetaSarvadnya thanks for checking this again! There were a few issues fixed relating to sync that went into |
Verification passed on.
Verified passed with
Verification passed on
|
Description
Empty folders are synced in win, no bookmarks inside the folders.
Devices
Device 1: Windows 10 (Sync chain creator) -
0.58.11
Device 2: Android ARM - Samsung Galaxy J3 -
1.0.71 (sync2)
Steps to Reproduce
See also #2447 (comment) for STR.
Actual result:
All the Android BM's are imported outside the folders, folder A and folder B are empty, no BM's inside the folders - Waited for almost 15 mins
Console log error:
[2548:2356:1211/161535.544:ERROR:CONSOLE(0)] "Error in event handler: TypeError: Cannot read property 'url' of undefined
at Object.NodeState.editBookmark (chrome://bookmarks/crisper.js:36:3143)
at Object.NodeState.updateNodes (chrome://bookmarks/crisper.js:36:4691)
at Object.reduceAction (chrome://bookmarks/crisper.js:36:7120)
at Store.reduce_ (chrome://bookmarks/crisper.js:44:1112)
at chrome://bookmarks/crisper.js:44:960
at Store.dispatchInternal_ (chrome://bookmarks/crisper.js:44:1015)
at Store.dispatchAsync (chrome://bookmarks/crisper.js:44:869)
at Store.dispatch (chrome://bookmarks/crisper.js:44:927)
at dispatch (chrome://bookmarks/crisper.js:48:726)
at onBookmarkChanged (chrome://bookmarks/crisper.js:48:785)", source: chrome://bookmarks/?id=3 (0)
[2548:2356:1211/161535.544:ERROR:CONSOLE(0)] "Error in event handler: TypeError: Cannot read property 'url' of undefined
at Object.NodeState.editBookmark (chrome://bookmarks/crisper.js:36:3143)
at Object.NodeState.updateNodes (chrome://bookmarks/crisper.js:36:4691)
at Object.reduceAction (chrome://bookmarks/crisper.js:36:7120)
at Store.reduce_ (chrome://bookmarks/crisper.js:44:1112)
at chrome://bookmarks/crisper.js:44:960
at Store.dispatchInternal_ (chrome://bookmarks/crisper.js:44:1015)
at Store.dispatchAsync (chrome://bookmarks/crisper.js:44:869)
at Store.dispatch (chrome://bookmarks/crisper.js:44:927)
at dispatch (chrome://bookmarks/crisper.js:48:726)
at onBookmarkChanged (chrome://bookmarks/crisper.js:48:785)", source: chrome://bookmarks/?id=3 (0)
Expected result:
Folders should not be empty
Reproduces how often:
Always
Brave version (brave://version info)
Reproducible on current release:
Website problems only:
Additional Information
The text was updated successfully, but these errors were encountered: