-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Treat adding built-in items to sidebar differently than other pages #21124
Comments
fix brave/brave-browser#21124 When bookmarks manager is loaded in active tab, user can add it as a shortcut in sidebar. However, sidebar provides bookmarks panel as a default items. So, we should add bookmarks builtin item instead of shortcut if it's removed. This can apply also to all other builtin items.(talk, wallet).
fix brave/brave-browser#21124 When bookmarks manager is loaded in active tab, user can add it as a shortcut in sidebar. However, sidebar provides bookmarks panel as a default items. So, we should add bookmarks builtin item instead of shortcut if it's removed. This can apply also to all other builtin items.(talk, wallet).
Verified
|
Brave | 1.37.65 Chromium: 99.0.4844.35 (Official Build) nightly (64-bit) |
---|---|
Revision | f60a827ddb87f1c403e07713751a5551d5856ac0-refs/branch-heads/4844@{#579} |
OS | Windows 10 Version 21H2 (Build 19044.1566) |
Steps:
- installed
1.37.65
- launched Brave
- loaded
talk.brave.com
- hovered over the
+
icon
Confirmed no Add [Brave Talk] to Sidebar
popup
Case: remove/add Brave Talk icon
- installed
1.37.65
- launched Brave
- context-clicked on the Brave Talk icon
- clicked on
Remove
- loaded
talk.brave.com
- hovered over
+
button - confirmed I was offered to add
Brave Talk
- clicked to add Brave Talk
Confirmed the Brave Talk icon was added
example | example |
---|---|
Case: Add history
- installed
1.37.65
- launched Brave
- loaded
brave://history
- hovered over the
+
icon in Sidebar - confirmed I saw
Add history to sidebar
dialog - confirmed the
+
icon is disabled oncehistory
was added to Sidebar
Case: no prompt for built-in Bookmarks
- installed
1.37.65
- launched Brave
- loaded
brave://bookmarks
- hovered over the
+
icon
Confirmed no Add [bookmarks] to Sidebar
popup
Verified PASSED
using
Brave | 1.37.91 Chromium: 99.0.4844.51 (Official Build) beta (x86_64) |
---|---|
Revision | d537ec02474b5afe23684e7963d538896c63ac77-refs/branch-heads/4844@{#875} |
OS | macOS Version 12.3 (Build 21E230) |
Steps:
- installed
1.37.91
- launched Brave
- loaded
talk.brave.com
- hovered over the
+
icon
Confirmed no Add [Brave Talk] to Sidebar
popup
Case: remove/add Brave Talk icon
- installed
1.37.91
- launched Brave
- context-clicked on the Brave Talk icon
- clicked on
Remove
- loaded
talk.brave.com
- hovered over
+
button - confirmed I was offered to add
Brave Talk
- clicked to add Brave Talk
Confirmed the Brave Talk icon was added
example | example |
---|---|
Case: Add history
- installed
1.37.91
- launched Brave
- loaded
brave://history
- hovered over the
+
icon in Sidebar - confirmed I saw
Add history to sidebar
dialog - confirmed the
+
icon is disabled oncehistory
was added to Sidebar
example | example | example |
---|---|---|
Case: no prompt for built-in Bookmarks
- installed
1.37.91
- launched Brave
- loaded
brave://bookmarks
- hovered over the
+
icon
Confirmed no Add [bookmarks] to Sidebar
popup
Verification passed on
Brave | 1.37.95 Chromium: 99.0.4844.74 (Official Build) beta (64-bit) |
---|---|
Revision | fee9a47e86e981802390cb0d41c5ed7ea93c4f6f-refs/branch-heads/4844@{#1060} |
OS | Ubuntu 18.04 LTS |
Steps:
- installed
1.37.95
- launched Brave
- loaded
talk.brave.com
- hovered over the
+
icon
Confirmed no Add [Brave Talk] to Sidebar
popup
Case: remove/add Brave Talk icon
- installed
1.37.95
- launched Brave
- context-clicked on the Brave Talk icon
- clicked on
Remove
- loaded
talk.brave.com
- hovered over
+
button - confirmed I was offered to add
Brave Talk
- clicked to add Brave Talk
Confirmed the Brave Talk icon was added
Case: Add history
- installed
1.37.95
- launched Brave
- loaded
brave://history
- hovered over the
+
icon in Sidebar - confirmed I saw
Add history to sidebar
dialog - confirmed the
+
icon is disabled oncehistory
was added to Sidebar
Case: no prompt for built-in Bookmarks
- installed
1.37.95
- launched Brave
- loaded
brave://bookmarks
- hovered over the
+
icon
Confirmed no Add [bookmarks] to Sidebar
popup
When bookmarks manager is loaded in active tab, user can add it as a shortcut in sidebar.
But, sidebar provides bookmarks panel as a default items.
So, we should add bookmarks builtin item instead of shortcut if it's removed.
This can apply also to all other builtin items.(talk, wallet).
STR:
+
dialogActual result - add item bubble shows two entries (one for current active tab and removed builtin item)
Expected result - add item bubble should show one entry (builtin talk item)
Also add item button should be disabled when builtin sidebar item is already used.
The text was updated successfully, but these errors were encountered: