-
Notifications
You must be signed in to change notification settings - Fork 974
tab-specific notifications should only be shown on the active tab and be cleared on navigation #1928
Comments
This was the intended behavior because I figured people might want to browse without having to deal with their browser notifications until later. (The notifications start to disappear after there's 3 of them so they won't take up the entire window.) But I think it is probably better to just clear them when their frame's location changes. |
Thinking about it, this could create an issue in the following situation: |
Hover-over tooltips are a good idea, thanks I think we can avoid the redirect issue by only having the password notification cleared when the user manually navigates the tab or when the tab is closed |
We decided to limit the tab-specific notifications to the tab that invoked it. It should also cancel on it's own when the page address changes or otherwise is no longer valid in that tab. |
This turns out to be a very common case and is causing a lot of support issues, so I am going to revert this change for passwords for now. #2957 |
fix #2957 note that this partially un-fixes #1928. Auditors: @alexwykoff Test Plan: 1. go to developer.apple.com 2. click on 'Account' in the top right 3. enter your apple username and password 4. the login page should redirect to https://developer.apple.com/ 5. after the redirect, you should still see a password manager dialog from Brave that says 'Would you like Brave to remember the password for [username] on https://idmsa.apple.com?'
fix brave#2957 note that this partially un-fixes brave#1928. Auditors: @alexwykoff Test Plan: 1. go to developer.apple.com 2. click on 'Account' in the top right 3. enter your apple username and password 4. the login page should redirect to https://developer.apple.com/ 5. after the redirect, you should still see a password manager dialog from Brave that says 'Would you like Brave to remember the password for [username] on https://idmsa.apple.com?'
Go to a page where you can fill in a username / password and where brave offers to save the password. The yellow bar is shown at the top with choices Yes / No / Never for this site
Browse away to another site.
Expected: the bar is removed
Actual: the bar stays until the end of the browser session
Brave: 0.10.0
Electron: 0.37.8
libchromiumcontent: 50.0.2661.102
V8: 5.0.71.48
Node.js: 5.10.0
Update channel: dev
The text was updated successfully, but these errors were encountered: