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

Nav Disappears in Chrome #32

Closed
shanemcd opened this issue Aug 21, 2011 · 10 comments
Closed

Nav Disappears in Chrome #32

shanemcd opened this issue Aug 21, 2011 · 10 comments

Comments

@shanemcd
Copy link

When at the top of the page, clicking "Grid" causes the nav to disappear until you begin to scroll. Seems to be isolated to Chrome. Fine in FF and Safari.

@kennethreitz
Copy link

Confirmed.

@mdo
Copy link
Member

mdo commented Aug 21, 2011

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.

@winterlightning
Copy link

Ditto, when you mouse over it it appears again.

@campeaux
Copy link

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

@jmsanzg
Copy link

jmsanzg commented Aug 23, 2011

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

@danielstocks
Copy link

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?

@mdo
Copy link
Member

mdo commented Sep 3, 2011

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

@mdo mdo closed this as completed Sep 3, 2011
@sjs
Copy link

sjs commented Oct 11, 2013

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.

@cvrebert
Copy link
Collaborator

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

@Tolmark12
Copy link

mdo added a commit that referenced this issue May 29, 2015
Remove docs notes about old Firefoxes
mikejr83 pushed a commit to SumTotalSystems/bootstrap that referenced this issue Mar 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants