Description
Auto Scroll doesn't work anymore for some environment. This is because auto scroll code assumes scroll position to be integer value where some browsers begin to return floating numbers. See org.apache.myfaces.shared.renderkit.html.HtmlJavaScriptUtils.getAutoScrollFunction where it parses scroll positions assuming they are integers, and if not, it ignores those values and prints out error "Error getting y offset for autoscroll feature. Bad param value"