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

Clicking at the end of a line that ends in whitespace does not position the cursor, in IE #137

Closed
roblourens opened this issue Aug 31, 2016 · 2 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug
Milestone

Comments

@roblourens
Copy link
Member

I see microsoft/vscode#2802 - this works in Edge, but not IE.

let x = 1; // trailing whitespace:             
let y = 2; // no trailing whitespace

If I click after the end of line 1, the cursor disappears. If I click at the end of line 2, the cursor is placed at the end of the line correctly.

@roblourens roblourens added the bug Issue identified by VS Code Team member as probable bug label Aug 31, 2016
@alexdima alexdima self-assigned this Aug 31, 2016
@alexdima alexdima added this to the August 2016 milestone Aug 31, 2016
@alexdima
Copy link
Member

Enabling stop on all exceptions, TextRange.moveToPoint throws when the mouse is after the line with trailing whitespace. This does not happen when renderWhitespace is off. I will completely disable renderWhitespace for IE11:

image

@alexdima
Copy link
Member

I think I found a workaround and still allow renderWhitespace to work...

@alexdima alexdima added the ie11 label Aug 31, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Oct 29, 2019
keradoracomb pushed a commit to keradoracomb/datasheet that referenced this issue Sep 19, 2023
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
Projects
None yet
Development

No branches or pull requests

2 participants