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

Selection and focusing cells broken in native editor #2977

Closed
DonJayamanne opened this issue Oct 7, 2019 · 2 comments
Closed

Selection and focusing cells broken in native editor #2977

DonJayamanne opened this issue Oct 7, 2019 · 2 comments
Assignees

Comments

@DonJayamanne
Copy link
Contributor

Master branch
Creating a single issue as they seem to be related.

Selection issue

  • Open a native editor with at least 3 cells
  • Select the first cell (click to select)
  • Next, select the second cell (click the second cell).
    Bug: Both first and second cells are selected

Focus & Selection issue

  • Open a native editor with at least 3 cells
  • Select the first cell (click to select)
  • Next, set focus to the code (click editor in cell)
  • Confirm style has changed to indicate cell is not selected but focused
  • Now try to click the cell to select it, selection no longer works.
    Bug: selection no longer works.

Focus issue

  • Open a native editor with at least 3 cells
  • Next, set focus to the code in the first cell
  • Confirm style has changed to indicate cell is not selected but focused
  • Now try to set focus to the editor in the second cell
    Bug: First and second cell have the style of focused.

Cell navigation using arrow keys and focus on code

  • Open a native editor with at least 3 cells (one line each in the editor)
  • Set focus to the editor in the first cell
  • Press the down arrow
  • Focus moves to the second cell, however the focus is NOT on the editor of the second cell.
    Bug: Focus does not remain in the editors
    (previously when using arrow keys, the editors in each cell would still have focus)
@rchiodo
Copy link
Contributor

rchiodo commented Oct 7, 2019

Selection isn't supposed to be clickable.

Now try to click the cell to select it, selection no longer works.
Bug: selection no longer works.

The other ones are bugs.

@rchiodo rchiodo self-assigned this Oct 7, 2019
@IanMatthewHuff IanMatthewHuff self-assigned this Oct 9, 2019
@IanMatthewHuff
Copy link
Member

Validated

@lock lock bot locked as resolved and limited conversation to collaborators Oct 16, 2019
@microsoft microsoft unlocked this conversation Nov 14, 2020
@DonJayamanne DonJayamanne transferred this issue from microsoft/vscode-python Nov 14, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants