GithubHelp home page GithubHelp logo

Text jumping about rrssb HOT 5 CLOSED

kni-labs avatar kni-labs commented on July 17, 2024
Text jumping

from rrssb.

Comments (5)

aastrong avatar aastrong commented on July 17, 2024

Pretty sure the issue has to do with the "vw" font-size on the a and a:hover

.rrssb-buttons.large-format li a:hover {
font-size: 13px;
font-size: 1vw;
padding: 7% 0% 7% 12%;
border-radius: 0.2em;

.rrssb-buttons.large-format li a {
font-size: 13px;
font-size: 1vw;
padding: 7% 0% 7% 12%;
border-radius: 0.2em;
}

I removed the VW font-size and the jumping was gone. I'm not familiar with using the VW fontsize so not sure i can help much more than that.

Hope this helps.

Cheers

from rrssb.

dbox avatar dbox commented on July 17, 2024

http://css-tricks.com/viewport-sized-typography/

Looks like it has to do with a Chrome "repaint" bug. There is a workaround with forcing repaint via z-index.

from rrssb.

dbox avatar dbox commented on July 17, 2024

https://code.google.com/p/chromium/issues/detail?id=124331

Just tried it on Chrome Canary and it works fine. Maybe we just wait it out.

from rrssb.

aastrong avatar aastrong commented on July 17, 2024

Im obviously not the maintainer here - but if it works in canary, and there has been multiple reports on the bug - the fix will most likely come fairly soon - and I don't see much gain in adding some .js for a temporary fix. Id say wait it out.

from rrssb.

joshuatuscan avatar joshuatuscan commented on July 17, 2024

Fixed in Chrome 34 which was released today.

from rrssb.

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.