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

Can't set text focus in first line of first cell #133702

Closed
greazer opened this issue Sep 24, 2021 · 3 comments
Closed

Can't set text focus in first line of first cell #133702

greazer opened this issue Sep 24, 2021 · 3 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders notebook verified Verification succeeded

Comments

@greazer
Copy link
Contributor

greazer commented Sep 24, 2021

Really strange bug.

  • VS Code Version:
    Version: 1.61.0-insider (user setup)
    Commit: 53aff5e
    Date: 2021-09-23T13:51:38.771Z
    Electron: 13.4.0
    Chrome: 91.0.4472.164
    Node.js: 14.16.0
    V8: 9.1.269.39-electron.0
    OS: Windows_NT x64 10.0.22458

  • OS Version: Windows 11

Steps to Reproduce:

  1. Open any notebook. (I've reprod with github-issues and .ipynb files)
  2. Add a single cell to the notebook with a single line
  3. Try to click in the text of the first line to set the caret.

Doesn't take. It will if you click just slightly below the bottom of the text.
recording (8)

@rebornix rebornix added this to the September 2021 milestone Sep 24, 2021
@rebornix
Copy link
Member

Fixed via e534678

@rebornix rebornix added the bug Issue identified by VS Code Team member as probable bug label Sep 24, 2021
@rebornix
Copy link
Member

Actually there is another problem, when hovering on the first cell, the run button is partially covered by the top insert toolbar

image

this was introduced by 3616103 so leave it to @roblourens

@rebornix rebornix reopened this Sep 27, 2021
@rebornix rebornix assigned roblourens and unassigned rebornix Sep 27, 2021
@rzhao271 rzhao271 added the verified Verification succeeded label Sep 29, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Nov 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders notebook verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

5 participants
@roblourens @rebornix @rzhao271 @greazer and others