-
Notifications
You must be signed in to change notification settings - Fork 41
Change to Parent bookmark folder on Android is not sycned to laptop or iOS device #107
Comments
here's what is sent/received when the two devices are both browser-laptop 0.17.x latest. it works fine so i am curious what is being sent by android. device 1:create folder: create and move bookmark 1: create and move bookmark 2: device 2:receiving bookmarks: this is the records object received by RESOLVED_SYNC_RECORDS: device 1:create a new folder, move 'folder 1' into this folder: device 2:receiving bookmarks: this is the records object received by RESOLVED_SYNC_RECORDS: device 1:change parent folder of 'folder 1' back to the original (top level): device 2:receiving bookmarks: this is the records object received by RESOLVED_SYNC_RECORDS: |
browser-laptop sends 'parentFolderObjectId: []' for top-level folders whereas android sends 'parentFolderObjectId: null'. for consistency, they should just be normalized to be the same value. fix #107
browser-laptop sends 'parentFolderObjectId: []' for top-level folders whereas android sends 'parentFolderObjectId: null'. for consistency, they should just be normalized to be the same value. fix #107
browser-laptop sends 'parentFolderObjectId: []' for top-level folders whereas android sends 'parentFolderObjectId: null'. for consistency, they should just be normalized to be the same value. fix #107
The problem is still exist. |
fix brave/sync#107 Test Plan: follow test plan in brave/sync#107
Did you search for similar issues before submitting this one?
Yes
Description:
Changing the parent folder of a bookmarks folder does not sync to laptop, but does sync android-android.
Pyramid 0 is Mac Laptop
Pyramid 1 is Nexus 5
Pyramid 2 is Galaxy S4
Device Details:
Install Type(ARM, x86): Arm
Device(Phone, Tablet, Phablet): Mac Laptop, Nexus5, Galaxy S4
Android Version: Nexus 5 is 5.1, Galaxy S4 is 5.0.1
Brave Version:
Android version is 1.0.23beta
Laptop version is 0.17.2
Steps to reproduce:
0. Laptop and both Androids do not have any bookmarks (clean installs)
Actual Behavior
Laptop still displays:
Folder from Step 5 > Folder from Step 3 > 2 bookmarks created in step 3.
Expected Behavior
Laptop should reflect the change in bookmark parent folder.
Is this an issue with Beta build?
Yes
Is this an issue in the currently released version?
No
Can this issue be consistently reproduced?
Yes
Extra QA steps:
Website problems only:
did you check with Brave Shields down?
did you check in Chrome for same behavior?
Screenshot if needed:
Laptop (incorrect folder structure):
screen shot 2017-06-14 at 4 25 30 pm
Nexus 5 and Galaxy S4 (correct folder structure):
screenshot_2017-06-14-16-25-15
Any related issues:
The text was updated successfully, but these errors were encountered: