You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Volker Weber (JIRA)" <de...@myfaces.apache.org> on 2016/11/17 17:44:58 UTC

[jira] [Created] (TOBAGO-1626) Possible NumberFormatException when decoding tree

Volker Weber created TOBAGO-1626:
------------------------------------

             Summary: 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.4
         Environment: chrome
            Reporter: Volker Weber
            Assignee: Volker Weber
             Fix For: 2.0.5


Possible NumberFormatException when decoding scrollPosition for zoomed Browser window.
{code}
Caused by: java.lang.NumberFormatException: For input string: "545.4545"
	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:505)
	at org.apache.myfaces.tobago.renderkit.util.RenderUtils.decodeScrollPosition(RenderUtils.java:488)
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)