Skip to content
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

Removing a device from sync chain doesn't remove it from devices list #2527

Closed
srirambv opened this issue Dec 13, 2018 · 6 comments · Fixed by brave/brave-core#1135
Closed

Comments

@srirambv
Copy link
Contributor

Description

Removing a device from sync chain doesn't remove it from devices list

Steps to Reproduce

  1. Install 0.58.12 and 0.59.6
  2. Enable Sync on 0.58.12 and copy code to 0.59.6
  3. Ensure both devices are listed on both versions under sync
  4. Remove second device from 0.58.12

Actual result:

https://drive.google.com/open?id=1pRap44wpQjWFTWXJ6tZIJRtV2rgz9ecZ

Expected result:

Should remove the device from the list after its removed from sync chain

Reproduces how often:

Easy

Brave version (brave://version info)

Brave 0.58.12 Chromium: 71.0.3578.80 (Official Build) (64-bit)
Revision 2ac50e7249fbd55e6f517a28131605c9fb9fe897-refs/branch-heads/3578@{#860}
OS Linux
Brave 0.59.6 Chromium: 71.0.3578.80 (Official Build) beta(64-bit)
Revision 2ac50e7249fbd55e6f517a28131605c9fb9fe897-refs/branch-heads/3578@{#860}
OS Linux

Reproducible on current release:

  • Does it reproduce on brave-browser dev/beta builds?

Website problems only:

  • Does the issue resolve itself when disabling Brave Shields?
  • Is the issue reproducible on the latest version of Chrome?

Additional Information

cc: @cezaraugusto @brave/legacy_qa to verify on other platfroms
Not a serious bug that release needs to be blocked on this @rebron @bbondy

@srirambv srirambv added this to the 1.x Backlog milestone Dec 13, 2018
@darkdh darkdh self-assigned this Dec 13, 2018
@darkdh
Copy link
Member

darkdh commented Dec 13, 2018

please do not test with different channels.
the usage of --user-data-dir is shared through DM

@darkdh
Copy link
Member

darkdh commented Dec 17, 2018

@cezaraugusto we need to prevent user from clicking remove multiple times(sending duplicated delete record) while delete record is sending under the hood

@darkdh
Copy link
Member

darkdh commented Dec 18, 2018

@cezaraugusto we also need to dismiss the remove modal when user click "Remove"
considering this

  1. Have 3 devices in sync chain: A, B, C
  2. Remove C from A
  3. You can notice the device list on A contains only two devices but the modal is still there

@darkdh
Copy link
Member

darkdh commented Dec 18, 2018

move above front end issues to #2629
This issue will be closed by brave/brave-core#1135 which addresses the root cause

@darkdh darkdh modified the milestones: 1.x Backlog, 0.59.x - Beta Dec 19, 2018
@GeetaSarvadnya
Copy link

GeetaSarvadnya commented Dec 26, 2018

Verification passed on

Brave 0.59.12 Chromium: 72.0.3626.17 (Official Build) beta (64-bit)
Revision 08d2140079f8db14c9eb885a803d231b1a30e817-refs/branch-heads/3626@{#315}
OS Windows

Verification passed on

Brave 0.59.12 Chromium: 72.0.3626.17 (Official Build) beta (64-bit)
Revision 08d2140079f8db14c9eb885a803d231b1a30e817-refs/branch-heads/3626@{#315}
OS Linux

Verified passed with

Brave 0.59.18 Chromium: 72.0.3626.28 (Official Build) beta(64-bit)
Revision 997b1040b63bac324e815797ba52be0cd8f616ed-refs/branch-heads/3626@{#461}
OS Mac OS X

@8thHalfHour
Copy link

8thHalfHour commented Aug 6, 2024

As of today, I am experiencing this issue on MacBook Pro M1 running Sonoma v14.6 with Brave Beta v1.69.136 Chromium: 127.0.6533.88 (Official Build) beta (arm64). Devices cannot Leave Sync Chain, nor can we remove individual devices that have been synced. Some of my devices don't even exist anymore, so I was trying to clean it up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment