Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Drag padlock to add bookmark doesn't show bookmarked icon #11033

Closed
srirambv opened this issue Sep 20, 2017 · 1 comment
Closed

Drag padlock to add bookmark doesn't show bookmarked icon #11033

srirambv opened this issue Sep 20, 2017 · 1 comment

Comments

@srirambv
Copy link
Collaborator

Description

Drag padlock to add bookmark doesn't show bookmarked icon

Steps to Reproduce

  1. Clean install 0.19.7
  2. Visit any site, enable bookmark toolbar
  3. Drag padlock to add as bookmark, bookmark shown on toolbar but doesnt show the bookmarked orange star

Actual result:
addbmk

Expected result:
Should add bookmark and show the bookmarked icon

Reproduces how often: [What percentage of the time does it reproduce?]
100% regression

Brave Version

Brave 0.19.7
rev c8481a9
Muon 4.4.16

Additional Information

Visiting the site in a new tab shows the bookmarked icon on both the tabs
#9753

@srirambv srirambv added this to the 0.19.x (Beta Channel) milestone Sep 20, 2017
@bbondy bbondy self-assigned this Sep 21, 2017
bbondy added a commit that referenced this issue Sep 21, 2017
Fix #11033

We currently don't have DND under automated so no extra test coverage.

The js/dnd change is if you drag a bookmark from Chrome to Brave it was
erroring with a JS error before instead of creating the bookmark.  Now
it works.

Auditors: @cezaraugusto
bbondy added a commit that referenced this issue Sep 21, 2017
Fix #11033

We currently don't have DND under automated so no extra test coverage.

The js/dnd change is if you drag a bookmark from Chrome to Brave it was
erroring with a JS error before instead of creating the bookmark.  Now
it works.

Auditors: @cezaraugusto
@bbondy bbondy closed this as completed in 29e0d34 Sep 21, 2017
@bbondy
Copy link
Member

bbondy commented Sep 21, 2017

0.19.x: aae724b
0.20.x: 1bf4cba
master: 29e0d34 (was mostly fixed there, so this is just a subset of the above 2)

syuan100 pushed a commit to syuan100/browser-laptop that referenced this issue Nov 9, 2017
Fix brave#11033

We currently don't have DND under automated so no extra test coverage.

The js/dnd change is if you drag a bookmark from Chrome to Brave it was erroring with a JS error before instead of creating the bookmark.  Now it works.

This is a subset of a larger change that we needed for 0.18.x and 0.19.x
only.

Those changesets are:
582224d
48fee97

Auditors: @cezaraugusto
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.