-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix "Select all" behavior in the editor (#33167)
* Make isEntirelySelected consider "deep" first and last children in case the selection does not belong to the top-level children directly * Rollback unit tests – jsdom does not support contentEditable jsdom/jsdom#1670 * Add an e2e test for multi-block selection * Adjust e2e tests * Add a separate test for gradual select-all from within the list block * Cosmetic adjustments to the e2e test * Update the snapshot
- Loading branch information
1 parent
b8b0bd5
commit c820e13
Showing
3 changed files
with
60 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters