I've just noticed a wrong behavior of Chrome 36.0.1933.0 m rendering when using fullpage.js plugin.
This bug didn't took place in a previous version of Chrome and it neither does in any other browser. (IE, Opera, Firefox)
Some content suddenly disappears from the site after it is animated (It changes the top
property of a container by using jQuery).
The content still being there in the DOM structure and there's nothing I could find to justify that behavior.
I don't know exactly what causes it and why it take place only in some "sections" of the site.
To reproduce it you can do it at the plugin site:
- Scroll down to the 2nd section
- Scroll down to the 3rd section #problem1 (the content seems to be fixed while scrolling down)
- Scroll up #problem2 You will see the text is no longer visible
You can also reproduce it this jsfiddle:
- Scroll down the 3rd slide
- Scroll down to the 4th section #problem1 (the content seems to be fixed while scrolling down)
- Scroll up #problem2 You will see the text is no longer visible