Code Monkey home page Code Monkey logo

Comments (10)

kennethreitz avatar kennethreitz commented on April 25, 2024

Confirmed.

from bootstrap.

mdo avatar mdo commented on April 25, 2024

I've seen this as a repeatable bug on Bootstrap and a few other sites. For whatever reason, clicking on a bookmarked link down the page in certain instances causes fixed elements to disappear for a moment. Still noodling on this one to find a solution.

from bootstrap.

winterlightning avatar winterlightning commented on April 25, 2024

Ditto, when you mouse over it it appears again.

from bootstrap.

campeaux avatar campeaux commented on April 25, 2024

Same here. Hover over reveals portions of the nav again.

from bootstrap.

jmsanzg avatar jmsanzg commented on April 25, 2024

Confirmed on Chrome 10.0.3 and 13,0 (Windows) and on the latest version of Chromium for Linux

from bootstrap.

danielstocks avatar danielstocks commented on April 25, 2024

Yes same here, also, I've had this exact bug with my code using "position:fixed" in the past.

Been trying to get around it, seems impossible. Did someone file a chrome bug report?

from bootstrap.

mdo avatar mdo commented on April 25, 2024

Closing this since it's not an active issue with Bootstrap technically, but one with Chrome. Will actively be checking up on this though.

from bootstrap.

sjs avatar sjs commented on April 25, 2024

This can be fixed in 2.3.2 via the following CSS:

.navbar .nav { -webkit-transform:translate3d(0px, 0px , 0px)  }

I'm not sure how to contribute this change to the 2.3.2 tag though.

from bootstrap.

cvrebert avatar cvrebert commented on April 25, 2024

@sjs 2.x.x is unsupported and closed to development. You could fork it I suppose.

from bootstrap.

Tolmark12 avatar Tolmark12 commented on April 25, 2024

Barney's solution fixed the issue for me:

http://stackoverflow.com/questions/15152470/chrome-rendering-issue-fixed-position-anchor-with-ul-in-body

from bootstrap.

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.