[
https://issues.apache.org/jira/browse/TOBAGO-1626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15674451#comment-15674451
]
Hudson commented on TOBAGO-1626:
--------------------------------
SUCCESS: Integrated in Jenkins build Tobago 2.0.x #1470 (See
[https://builds.apache.org/job/Tobago%202.0.x/1470/])
TOBAGO-1626 - Possible NumberFormatException when decoding tree (weber:
[http://svn.apache.org/viewvc/?view=rev&rev=1770251])
* (edit)
tobago-2.0.x/tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/util/RenderUtils.java
> Possible NumberFormatException when decoding tree
> -------------------------------------------------
>
> Key: TOBAGO-1626
> URL: https://issues.apache.org/jira/browse/TOBAGO-1626
> Project: MyFaces Tobago
> Issue Type: Bug
> Components: Themes
> Affects Versions: 2.0.10
> Environment: chrome
> Reporter: Volker Weber
> Assignee: Volker Weber
> Fix For: 2.0.11
>
>
> Possible NumberFormatException when decoding scrollPosition for zoomed
> Browser window.
> {code}
> Caused by: java.lang.NumberFormatException: For input string: "269.6"
> at
> java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
> at java.lang.Integer.parseInt(Integer.java:492)
> at java.lang.Integer.parseInt(Integer.java:527)
> at
> org.apache.myfaces.tobago.renderkit.util.RenderUtils.parseScrollPosition(RenderUtils.java:509)
> at
> org.apache.myfaces.tobago.renderkit.util.RenderUtils.decodeScrollPosition(RenderUtils.java:492)
> at
> org.apache.myfaces.tobago.renderkit.html.standard.standard.tag.TreeRenderer.decode(TreeRenderer.java:54)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)