[
https://issues.apache.org/jira/browse/MYFACES-4122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Taro App updated MYFACES-4122:
------------------------------
Status: Patch Available (was: Open)
> Auto scroll doesn't work anymore for some environment
> -----------------------------------------------------
>
> Key: MYFACES-4122
> URL: https://issues.apache.org/jira/browse/MYFACES-4122
> Project: MyFaces Core
> Issue Type: Bug
> Affects Versions: 2.2.12
> Reporter: Taro App
> Attachments: HtmlJavaScriptUtils.java.patch
>
>
> 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"
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)