commit | 355f11fe141e20fa5c4ab97beae3233169e21669 | [log] [tgz] |
---|---|---|
author | Andrii Natiahlyi <natiahlyi@google.com> | Tue Aug 06 15:45:18 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 06 15:45:18 2024 |
tree | 454f5af222ab0d5f3b35b35b21210065359f6a5a | |
parent | c11cccc4874e522be1f5bc9e8b8b8e156ed17c59 [diff] |
Fix should_focus_step_specific_content_ is being checked before updates Currently the dialog header (`title_label`) is not focusable after disabling the UI, the focus is kept on the disabled button that triggered the update. This happens due to `should_focus_step_specific_content_` is being updated after the focus behavior of the `title_label` is being computed using an outdated value of `should_focus_step_specific_content_`. Fixed: 356824929 Change-Id: Ie015b6685a71addbbee4c8fc46362f71f11f0d64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5756579 Reviewed-by: Nina Satragno <nsatragno@chromium.org> Commit-Queue: Andrii Natiahlyi <natiahlyi@google.com> Cr-Commit-Position: refs/heads/main@{#1337884}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.