Git Product home page Git Product logo

Comments (8)

benogle avatar benogle commented on August 16, 2024

Does switching to the new react editor fix your issue? Open settings and check 'Use React Editor'.

from tabs.

dmnd avatar dmnd commented on August 16, 2024

That seems to make it worse! Now my cursor doesn't animate (I can live with that). But the tab is permanently blurry now. It still only happens on my external display though. On the laptop screen it looks good.

from tabs.

izuzak avatar izuzak commented on August 16, 2024

@dmnd Just to make sure -- which version of Atom are you using?

from tabs.

dmnd avatar dmnd commented on August 16, 2024

@izuzak I'm using Atom 0.106.0 on OS X 10.9.3

from tabs.

philipgiuliani avatar philipgiuliani commented on August 16, 2024

I just had the same problem that my tab was blurry. I tried to play around with the CSS properties, and as soon as i remove z-index: 1 it will be normal. When i add z-index: 1 back its blurred again. Dont know why it could be, but i hope that helps you.

Atom Version: 0.106, Editor: React
I cannot reproduce how i got into this state. But it happens a lot of times.

z-index: 1 (default)

bildschirmfoto 2014-06-27 um 14 11 38

z-index: 0 (test)

bildschirmfoto 2014-06-27 um 14 11 42

from tabs.

philipgiuliani avatar philipgiuliani commented on August 16, 2024

If i hover a color in the image view, the tab also gets a blurry font.

bug

from tabs.

philipgiuliani avatar philipgiuliani commented on August 16, 2024

i also noticed now, that the blur is getting removed when i add z-index: 1 to div.item-views. If that helps.

I added it to my styles.less and didn't had issues with blurred tabs now. No side-effects found so far.

.item-views {
  z-index: 1;
}

from tabs.

dmnd avatar dmnd commented on August 16, 2024

.item-views { z-index: 1; } works for me too.

from tabs.

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.