-
Notifications
You must be signed in to change notification settings - Fork 972
Bookmark title is not updated unbookmarking/rebookmarking #3284
Comments
For steps to reproduce pls be super specific, thanks. In which way did you bookmark, maybe the star button? |
This is working for me |
What is the "actual results" and "expected results"? |
I can reproduce the issue by bookmarking this page with pushing CTRL+D and clicking The actual result is that the bookmark is saved with the title |
I assume that database files were corrupted at some point, but this seems to me not an accident because I experienced the same issue on Windows 10 too. On clean install I cannot reproduce this. |
I believe I understand the issue and why we are not able to reproduce it Bookmark names are saved after they are changed, even after you remove the bookmark. The only way to truly clear the item out is to clear the history. Here are some steps you can try to reproduce
|
Working on a fix for this now... |
Dup of #3080? |
We want the behavior of keeping the custom title- I believe after pulling hairs out I have characterized the problem (thanks @BrendanEich!)
The title of a web page is not something that is changeable by a user; we should always use the latest title available. Custom titles however are fair game. In the add/edit modal, any text changes to the title will automatically re-calculate the custom title of the bookmark (and this does work). |
Fixed with #3339, ready for review 😄 |
won't block 0.11.6 on it. |
@luixxiul - please see the above notes. If you re-bookmark, the actual I'd like to ask @bradleyrichter -what is your preferred behavior? My understanding is that we want to preserve the custom titles that are given to bookmarks |
@bsclifton I don't think any users would be upset if we don't auto-restore their long lost custom title, but many will be annoyed that the old title seems stuck to the page. My suggestion is to toss the title when a BM is removed, and monitor user feedback in general for bookmarking. |
The text was updated successfully, but these errors were encountered: