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

URL has already been bookmarked - bug #62

Closed
cjnaz opened this issue Nov 29, 2018 · 2 comments
Closed

URL has already been bookmarked - bug #62

cjnaz opened this issue Nov 29, 2018 · 2 comments
Assignees
Labels

Comments

@cjnaz
Copy link

cjnaz commented Nov 29, 2018

If a bookmark for a sub-page of a given site exists, and another bookmark is added without the sub-page then the add is rejected with "URL has already been bookmarked".

Also, related, if bookmark xyz.com/hello exists then bookmark xyz.com/hell is rejected as already bookmarked. Basically, any shorter url of an existing bookmark appears to be rejected.

It seems that if the URL was previously bookmarked and deleted, then that URL, or a shorter one, cannot be bookmarked again. The app seems to have a history of the bookmark even though it no longer exists.

Steps to reproduce

  1. Add a bookmark for https://abc.go.com/shows
  2. Add a bookmark for https://abc.go.com/ << this one is rejected.

image

Client app information

App Platform: (Chrome, Firefox, iOS, etc)
Chrome and Android (likely all)

App Platform Version:
1.4.1 beta

@nero120 nero120 self-assigned this Nov 30, 2018
@nero120 nero120 added the bug label Nov 30, 2018
@nero120 nero120 added this to the v1.4.1 milestone Nov 30, 2018
@nero120
Copy link
Member

nero120 commented Nov 30, 2018

Confirmed, thanks @cjnaz.

@tlindsay42
Copy link

Workaround verified in v1.4.0: Insert a character into the base string so that it is no longer matches the parent and then update it again to the desired URL (eg: https://github.com/tlindsay42 -> https://g*r*ithub.com/tlindsay4 -> https://github.com/tlindsay4). 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants