-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[Desktop] Top site behavior seems wrong / unpredictable #11551
Comments
Oh this is definitely broken but I have only just experienced any problems and posted about it in the community: This started happening immediately after the last update release for Linux, before that there were no issues. What happened is that the pinned top sites completely vanished and had to be repinned as they would appear on the top sites, but they continue to randomly vanish or be replaced by an unpinned site. |
Thanks for the report @ikeman32 - I'm working on a fix along with @simonhong and @petemill, which can be tracked here: It gets rid of the need for pinning; once a site is there, it'll stay there. You can optionally switch to a "most visited" mode |
- Move gridSiteState to sessionStorage (not localStorage) and default value for "use custom links". Includes cleanup of previous localStorage value (if user has one). sessionStorage seems to be persisted between tabs and should be cleaned up when browser is closed. - X to remove tiles is now right aligned - Update top sites mode/visible setting when NTP gets updates - Fixed disabled icon showing when tiles are movable (condition was reversed) - Title case the new preference (to match existing preference) And of course, closing keywords for this PR: Fixes brave/brave-browser#11500 Fixes brave/brave-browser#9788 Fixes brave/brave-browser#9457 Fixes brave/brave-browser#11551
- Move gridSiteState to sessionStorage (not localStorage) and default value for "use custom links". Includes cleanup of previous localStorage value (if user has one). sessionStorage seems to be persisted between tabs and should be cleaned up when browser is closed. - X to remove tiles is now right aligned - Update top sites mode/visible setting when NTP gets updates - Fixed disabled icon showing when tiles are movable (condition was reversed) - Title case the new preference (to match existing preference) And of course, closing keywords for this PR: Fixes brave/brave-browser#11500 Fixes brave/brave-browser#9788 Fixes brave/brave-browser#9457 Fixes brave/brave-browser#11551
- Move gridSiteState to sessionStorage (not localStorage) and default value for "use custom links". Includes cleanup of previous localStorage value (if user has one). sessionStorage seems to be persisted between tabs and should be cleaned up when browser is closed. - X to remove tiles is now right aligned - Update top sites mode/visible setting when NTP gets updates - Fixed disabled icon showing when tiles are movable (condition was reversed) - Title case the new preference (to match existing preference) And of course, closing keywords for this PR: Fixes brave/brave-browser#11500 Fixes brave/brave-browser#9788 Fixes brave/brave-browser#9457 Fixes brave/brave-browser#11551
- Move gridSiteState to sessionStorage (not localStorage) and default value for "use custom links". Includes cleanup of previous localStorage value (if user has one). sessionStorage seems to be persisted between tabs and should be cleaned up when browser is closed. - X to remove tiles is now right aligned - Update top sites mode/visible setting when NTP gets updates - Fixed disabled icon showing when tiles are movable (condition was reversed) - Title case the new preference (to match existing preference) And of course, closing keywords for this PR: Fixes brave/brave-browser#11500 Fixes brave/brave-browser#9788 Fixes brave/brave-browser#9457 Fixes brave/brave-browser#11551
Verified passed with
Verified test plan from brave/brave-core#6584 Verification passed on
Verified test plan from brave/brave-core#6584 |
Test plan
See brave/brave-core#6584
Description
Top site pinning is still broken, doesn't do anything and get's regularly replaced by random sites, this has been an issue for well over 3 to 4 years now, on both windows 10 and linux, is it ever going to get fixed? Or has it simply been given up on?
The text was updated successfully, but these errors were encountered: