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

Editor: sometimes doubleclick into word is not fully selecting it #83150

Closed
bpasero opened this issue Oct 23, 2019 · 9 comments
Closed

Editor: sometimes doubleclick into word is not fully selecting it #83150

bpasero opened this issue Oct 23, 2019 · 9 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug editor-input Editor text input verified Verification succeeded
Milestone

Comments

@bpasero
Copy link
Member

bpasero commented Oct 23, 2019

  • I have zoom enabled (2) (macOS, browser: Edge dev)
  • code is:
function createSVGEllipsePolar(angle:number,radius:number,tx:number,ty:number,
                                cxo:number,cyo:number) {
    var ell = document.createElementNS(svgNS,'ellipse');
    ell.setAttribute('rx',radius.toString());
    ell.setAttribute('ry',(radius/3).toString());
    ell.setAttribute('cx',cxo.toString());
    ell.setAttribute('cy',cyo.toString());
    var dangle = angle*(180/Math.PI);
    ell.setAttribute('transform','rotate('+dangle+','+cxo+','+cyo+') translate('+tx+
                        ','+ty+')');
    return ell;
}
  • I run from web
  • I doubleclick somewhere into the document of (document.createElementNS) and the click does not select the entire word

The exact location for me is somewhere between e and n

before

@LeeMellinger
Copy link

I'm having this issue as well. I have not been able to identify a pattern yet. Using VSCODE on a Mac (Catalina).

@alexdima alexdima added this to the November 2019 milestone Nov 19, 2019
@alexdima alexdima added the bug Issue identified by VS Code Team member as probable bug label Nov 19, 2019
@sourcegr
Copy link

Me too. This is very frustrating... :(

(Mac / Catalina)

@bkarlson
Copy link

bkarlson commented Nov 23, 2019

same here, sorry for double posting, but whatever caused this glitch needs to be reverted ASAP. I thought my trackpad was dying, this is not funny anymore.

Version: 1.40.1
Commit: 8795a98
Date: 2019-11-13T16:47:44.719Z
Electron: 6.1.2
Chrome: 76.0.3809.146
Node.js: 12.4.0
V8: 7.6.303.31-electron.0
OS: Darwin x64 18.7.0

@RusseII
Copy link

RusseII commented Nov 26, 2019

Me as well. Its driving me CRAZY

image

image

@lastobelus
Copy link

seems to be happening more frequently in the last two weeks.

This is a massive productivity killer. Totally interrupts flow.

@pihomeserver
Copy link

Same here on VSCode 1.40.2 on Mac Catalina (10.15.1)

Version: 1.40.2
Commit: f359dd69833dd8800b54d458f6d37ab7c78df520
Date: 2019-11-25T14:52:45.129Z
Electron: 6.1.5
Chrome: 76.0.3809.146
Node.js: 12.4.0
V8: 7.6.303.31-electron.0
OS: Darwin x64 19.0.0

@LeeMellinger
Copy link

I'm having this issue as well. I have not been able to identify a pattern yet. Using VSCODE on a Mac (Catalina).

Still having this issue with the latest version of VSCODE:

Version: 1.40.2
Commit: f359dd6
Date: 2019-11-25T14:52:45.129Z
Electron: 6.1.5
Chrome: 76.0.3809.146
Node.js: 12.4.0
V8: 7.6.303.31-electron.0
OS: Darwin x64 19.0.0

@alexdima alexdima added the editor-input Editor text input label Dec 5, 2019
@JacksonKearl JacksonKearl added verified Verification succeeded and removed verified Verification succeeded labels Dec 5, 2019
@MLWDev
Copy link

MLWDev commented Dec 12, 2019

Was following issue #85446 which has been closed as it is related to this one, still a major issue for us today. You have to slow yourself down and check that everything selected properly each time which slows productivity

@alexdima
Copy link
Member

@MLWDev The fix is available on the Insiders release channel. Please use that one until Stable updates.

@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 19, 2020
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 editor-input Editor text input verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

10 participants