-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Writing Flow: Fix focus/keyboard issues with multi-select #3297
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3297 +/- ##
==========================================
+ Coverage 31.05% 31.13% +0.07%
==========================================
Files 232 232
Lines 6521 6524 +3
Branches 1163 1164 +1
==========================================
+ Hits 2025 2031 +6
+ Misses 3770 3767 -3
Partials 726 726
Continue to review full report at Codecov.
|
As mentioned in a DM (and as @iseulde had considered), we could make the reducer for multi-select switch focus to P.S. It's a shame it doesn't container the other fix in #3280 because that is a bug waiting to happen. But it can be done separately as well. |
@ephox-mogran, totally agree. It's one of my personal pet peeves when using Gutenberg. |
Description
#3253 introduced a couple of issues. See:
This PR reverts the offending commit from #3253, cherry-picks @iseulde's work in #3222, and adds a particular guard against a TypeError reading
focus.collapsed
.Testing
Types of changes
Bug fix.
Checklist: