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

The right-pointing mouse pointer is oversized in high DPI #5

Closed
be5invis opened this issue Jun 20, 2016 · 8 comments
Closed

The right-pointing mouse pointer is oversized in high DPI #5

be5invis opened this issue Jun 20, 2016 · 8 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug

Comments

@be5invis
Copy link

be5invis commented Jun 20, 2016

qq 20160621031257
(I have to take a photo because there is no software can take a correct snapshot)

@be5invis be5invis changed the title The right-pointing mouse pointer is oversized under Chrome 51, win64, 200% dpi The right-pointing mouse pointer is oversized under Chrome 51.0.2704.103 m, Windows 10 x64, 200% dpi Jun 20, 2016
@joaomoreno
Copy link
Member

Hehe was coming here to say the same thing: happens on OS X too, retina display.

2016-06-20

@joaomoreno joaomoreno changed the title The right-pointing mouse pointer is oversized under Chrome 51.0.2704.103 m, Windows 10 x64, 200% dpi The right-pointing mouse pointer is oversized in high DPI Jun 20, 2016
@joaomoreno joaomoreno added the bug Issue identified by VS Code Team member as probable bug label Jun 20, 2016
@alexdima
Copy link
Member

I'm thinking it is caused by https://github.com/Microsoft/vscode/blob/master/src/vs/editor/browser/viewParts/lineNumbers/lineNumbers.css#L22 I wonder why we don't see this in vscode too.

@csinco
Copy link

csinco commented Jun 21, 2016

Wowzers 😅

@csinco csinco closed this as completed Jun 21, 2016
@csinco csinco reopened this Jun 21, 2016
@somewhatabstract
Copy link

I was going to try this on my high DPI Windows machine, but I don't even get a right-facing pointer in that scenario. (Using Chrome Version 53.0.2767.4 dev-m (64-bit))

@Haroenv
Copy link
Contributor

Haroenv commented Jun 21, 2016

On Safari (9.1) I get a proper sized pointer on a high dpi screen

@nikikante
Copy link
Contributor

nikikante commented Jun 21, 2016

It shows big pointer even in normal dpi when zoom is applied. Tested on chrome.
It is problem with css property cursor: webkit-image-set, which only have 2 definitions: one for normal(1x) resolution and one for high dpi(2x). Adding more definitions would solve the problem.
This is css4 feature, so no official support yet.

@bpasero
Copy link
Member

bpasero commented Jul 4, 2016

@alexandrudima I am still getting this when using a newer electron (with Chrome 51) in VS Code:

editors

@bpasero bpasero reopened this Jul 4, 2016
@bpasero
Copy link
Member

bpasero commented Jul 4, 2016

Ok I think your fix solves this for the standalone editor by just changing the CSS rule to be workbench specific. I will create an issue in VS Code repository.

@bpasero bpasero closed this as completed Jul 4, 2016
alexdima added a commit to microsoft/vscode that referenced this issue Aug 28, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Oct 29, 2019
CGNonofr pushed a commit to CodinGame/monaco-editor that referenced this issue Nov 10, 2021
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

8 participants