Input Interaction: Shift+ArrowUp uncollapsed single-line selection should expand upward #14463
Labels
[Feature] Writing Flow
Block selection, navigation, splitting, merging, deletion...
[Priority] Low
Used to indicate that the issue at hand isn't a top priority to address and can be handled later
[Type] Bug
An existing feature does not function as intended
Steps to Reproduce:
Expected Result:
Selection should adapt corresponding the expected browser + OS behavior of any other multi-line text field. For example, repeat the steps above as two lines in the "Add Comment" section of this GitHub comment box.
In macOS + Chrome: The selection should collapse.
In all other browsers, OS: The selection should expand upward a line. In terms of blocks, I would expect that given the steps above, it would trigger multi-selection to encompass the two blocks.
It's unclear to me, but it seems that as the outlier, the behavior of macOS + Chrome may be buggy for text fields broadly speaking. In which case, "all other browsers" expected behavior may be what we'd want to seek to emulate.
Actual Result:
In macOS + Chrome: The selection collapses.
In all other browsers, OS: The selection reverts to the beginning of the line.
Noting that this recently seems to have improved (I suspect as of #14453), where previously nothing at all would happen when pressing ArrowUp.
cc @ellatrix
The text was updated successfully, but these errors were encountered: