Select all block/s with meta+a is buggy across browsers and platforms #7445
Labels
[Feature] Writing Flow
Block selection, navigation, splitting, merging, deletion...
[Focus] Accessibility (a11y)
Changes that impact accessibility and need corresponding review (e.g. markup changes).
[Type] Bug
An existing feature does not function as intended
Seems to me the behavior of the "Select all" shortcut
Cmd/Ctrl + A
is very buggy across different browsers and platforms, at a point that I doubt it can be considered ready to be released in its current state.Describing what happens is a bit difficult because the actual behavior greatly varies across browsers and platforms, sometimes also with the same browser on different platforms. To my understanding, a first cause could be the way a
keydown
event works on modifier keys on different platforms. For example, in my testing on macOS when pressing and holdingCmd
, thekeydown
occurs just once. Instead, on Windows when pressing and holdingCtrl
, it occurs continuously.Regardless, here's this is what is the test case I've used and the expected behavior:
Seems to me this behavior works correctly only with Chrome 67 on macOS.
Firefox 60.0.2 on macOS:
Safari 11.1.1 (on macOS of course):
Chrome 67 on Windows 10:
Firefox 60.0.2 on Windows 10:
IE 11 (similar to Chrome on Windows):
Sorry I can't test with Edge at the moment, because of a recurring issue with VVV.
Considering the important impact a so buggy behavior may have on writers used to use the keyboard and users who prefer or have to use the keyboard, I'd tend to think this feature should be either fixed ore removed from the final release.
The text was updated successfully, but these errors were encountered: