-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
Affix smear in Chrome #15695
Comments
Could you repost your example as a JS Bin or JS Fiddle? |
Probably a problem with Chrome changing the text rendering as an element is transformed? If so, it's a documented and most unfortunate bug I'm afraid. |
I found it happens because of line
It is line in carousel. When i remove this line this bug disappear. Somebody have any idea why? even when i cut this line to
bug appear. But when i remove class active or class item bug disappear. |
Again, likely a problem with CSS transforms and transitions on the page causing the CSS to render awkwardly. That's a known browser bug and one we cannot solve ourselves unfortunately. |
But how carousel is connected with affix? It is totally separa block of code. Any hints how this bug works? I have to find my custom fix on my specific code example. |
I found even more precise information: This bug appear because of:
If i uncheck this CSS in chrome bug disappear. Any hint why does it happen and how can i fix this? |
I found a solution! Add to element whith bug, CSS code |
@kwladyka That has unwanted side effects. There's some history in previous issues where we added that ourselves. We've since removed almost every instance of that line of code because of that. |
Specifically, see the conversation on #13649 and the issues cross-referenced from it. |
It is like affix looks in firefox (it is good)
And now in chrome
It happens when i change width of window to more narrow and start scrolling page. I tested this on firefox and chrome.
It doesn't look like bad CSS or something. It look's like bug in chrome? Like some bug in refresh view? But mayby it is possible to fix something in bootstrap affix, because of that it is no more usefull.
Affix
CSS (LESS)
There is a full example
http://wladyka.eu/a/#/show-offer
The text was updated successfully, but these errors were encountered: