Skip to content
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

Disable KeyboardFocusableScrollers (uplift to 1.71.x) #26362

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ index 46369bcb300556a63ea7394943af693d84ff8063..ae549ee89f126fa726e287fd1ea3ff9d
},
{
name: "FileSystemAccessLockingScheme",
@@ -2502,7 +2504,7 @@
// enterprise policies have both expired. See the
// KeyboardFocusableScrollersOptOut flag.
name: "KeyboardFocusableScrollers",
- status: "stable",
+ status: "experimental", // Revert when cr132 is merged.
public: true,
},
{
@@ -2747,6 +2749,7 @@
{
name: "MiddleClickAutoscroll",
Expand Down
Loading