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

Bootstrap site: right-hand navigation text becomes rasterized after scrolling #13974

Closed
mg1075 opened this issue Jun 29, 2014 · 8 comments
Closed
Milestone

Comments

@mg1075
Copy link

mg1075 commented Jun 29, 2014

In the bootstrap site (e.g., http://getbootstrap.com/javascript/), the side navigation text looks "clean" prior to scrolling:
image

Yet after scrolling down, the side navigation text looks rasterized.
image

This is on a Windows 7 machine, using Chrome 35.0.1916.153 m.

Any insight as to why this is happening?

@cvrebert cvrebert added this to the v3.2.1 milestone Jun 29, 2014
@mdo
Copy link
Member

mdo commented Jun 29, 2014

This is probably because of the 3d translate we use to reduce repaints. From #13410.

/cc @ItsJonQ

@ItsJonQ
Copy link
Contributor

ItsJonQ commented Jun 29, 2014

Hey all,

Ah! @mdo I think that the translate3d caused the problem. Since I work off a Mac, I totally forgot that translate affect how text render - especially on a Windows machine.

We can remove the changes if you think it's for the better.

:)

@hnrch02
Copy link
Collaborator

hnrch02 commented Jun 29, 2014

Wouldn't backface-visibility: hidden fix this?

@mg1075
Copy link
Author

mg1075 commented Jun 29, 2014

...FWIW

The scenario where I first came across this issue was after applying a box-shadow
to a fixed navbar.

Original navbar without shadow:
image

Altered navbar with box-shadow applied and text appearance altered:
image

@mdo
Copy link
Member

mdo commented Jul 5, 2014

@hnrch02 I don't see any difference on my Windows VMs, but it's difficult to given the shoddy resolution features there.

Anyone with a native Windows machine able to verify the original problem and the backface-visibility: hidden fix?

@mdo
Copy link
Member

mdo commented Jul 7, 2014

I can clearly reproduce this in IE11, but none of the expected features fix it. Apparently it's a bug in IE11 that hasn't been fixed, but I can't find anything super conclusive on that.

For now though, I'm fine punting.

@mdo mdo closed this as completed Jul 7, 2014
@mdo mdo modified the milestone: v3.2.1 Jul 7, 2014
mdo added a commit that referenced this issue Jul 12, 2014
…ent for text rendering and position wonkiness
@cvrebert
Copy link
Collaborator

cvrebert commented Oct 3, 2014

@mdo So, should we try submitting Chrome and/or IE11 bugs about this?

@mdo
Copy link
Member

mdo commented Oct 3, 2014

Maybe? I'm burnt out on opening bugs, so if you like, yeah :D.

Also, I constantly forget where/how to file bugs for each browser. Can we add some links to our docs?

Saranya-Raaj pushed a commit to Saranya-Raaj/bootstrap that referenced this issue Oct 9, 2014
stempler pushed a commit to stempler/bootstrap that referenced this issue Nov 4, 2014
…rmance enhancement for text rendering and position wonkiness
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants