Firs time this is happening to me, i'm aware that scrollTop have some issues with some browsers but this time is only in Safari, Firefox and Chrome are ok. Here is my code
$(window).scroll(function()
{
var s = $('html, body').scrollTop();
console.log(s) //ok on FF and Chrome, but Safari returns 0
}