Code Monkey home page Code Monkey logo

Comments (8)

csinco avatar csinco commented on May 18, 2024 1

Wowzers 😅

from monaco-editor.

joaomoreno avatar joaomoreno commented on May 18, 2024

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

2016-06-20

from monaco-editor.

alexdima avatar alexdima commented on May 18, 2024

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.

from monaco-editor.

somewhatabstract avatar somewhatabstract commented on May 18, 2024

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))

from monaco-editor.

Haroenv avatar Haroenv commented on May 18, 2024

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

from monaco-editor.

nikikante avatar nikikante commented on May 18, 2024

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.

from monaco-editor.

bpasero avatar bpasero commented on May 18, 2024

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

editors

from monaco-editor.

bpasero avatar bpasero commented on May 18, 2024

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.

from monaco-editor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.