-
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
Follow-up to #27122 Add additional confirmation to end of support message dismissal #27649
Comments
@rebron I realized that previous infobar change was applied to all OS not just Windows. |
It's ok to have this style for all OSes. As long as we're not telling Linux or macOS users to upgrade to Windows 10 or higher we should be ok. Do you have a pointer for the text for the other platforms? |
Chromium uses different strings per each os versions. |
fix brave/brave-browser#27649 When user closes infobar with checked state, additional dialog is launched to confirm user's choice again. Obsolete system infobar will not be shown again when user clicks OK. BraveConfirmDialog is introduced to support checkbox to upstream confirm dialog.
fix brave/brave-browser#27649 When user closes infobar with checked state, additional dialog is launched to confirm user's choice again. Obsolete system infobar will not be shown again when user clicks OK. BraveConfirmDialog is introduced to support checkbox to upstream confirm dialog.
The above requires |
Verification passed on
Verified test plan from brave/brave-core#16553 Verified inforbar is shown and that it contains the checkmark Verified infobar is shown again after browser restart when the checkmark is not marked Verified additional dialog is shown when the checkmark is marked Verified inforbar is shown again after browser restart when user clicks Verified inforbar is shown again after browser restart when user clicks Verified infobar and additional dialog were translated Logged #27904 for missing translations |
Verification PASSED on
Not related to this PR, but the OS is also starting to warn users as per the following: |
Description
Update button from "Don't show again" to a check box [ ] Don't show again
When clicking on Don't show again checkbox and "x" to dismiss, show an additional confirmation dialog that reads:
"By clicking OK, you acknowledge that your installation of Brave will NOT receive critical security fixes until you update to Windows 10 or later. This warning will NOT show again."
Add two buttons "OK" and "Cancel".
Ok will dismiss the dialog and infobar and not show the message again.
Cancel will dismiss the dialog.
Reproduces how often:
Brave version (brave://version info)
Version/Channel Information:
Other Additional Information:
Miscellaneous Information:
#27122
The text was updated successfully, but these errors were encountered: