You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Werner Punz (JIRA)" <de...@myfaces.apache.org> on 2010/11/16 08:54:13 UTC

[jira] Created: (MYFACES-2972) jsf.js: Minor bug in _Runtime.js

jsf.js: Minor bug in _Runtime.js 
---------------------------------

                 Key: MYFACES-2972
                 URL: https://issues.apache.org/jira/browse/MYFACES-2972
             Project: MyFaces Core
          Issue Type: Bug
    Affects Versions: 2.0.2, 2.0.1
            Reporter: Werner Punz
            Priority: Minor


There is a minor bug which is not triggered in the jsf.js addOnload function, we have a generic functionality which checks for addOnLoad on a target and weaves its own function around, however internally we only have a check for window.onload this needs to be changed also for mobile devices a null check on target needs to be performed upfront since some mobile devices do not have a proper window object.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.