[ http://issues.apache.org/jira/browse/TOMAHAWK-397?page=comments#action_12376913 ]
Werner Punz commented on TOMAHAWK-397: -------------------------------------- I dont think this is a bug, onload has to be cascaded, now if someone overwrites the onload explicitely the components own onload fails. It is better either to cascade the onload (via the dojo onload function) or do not use onload at all outside but use a timer (which is the less problematic way, because ie chokes on dom alterations during onload) > InputSuggestAjax does not work when body onload is invoked > ---------------------------------------------------------- > > Key: TOMAHAWK-397 > URL: http://issues.apache.org/jira/browse/TOMAHAWK-397 > Project: MyFaces Tomahawk > Type: Bug > Components: InputSuggestAjax > Versions: 1.1.2-SNAPSHOT, 1.1.3-SNAPSHOT > Environment: Windows, IE6, Firefox > Reporter: Pawel Koloszko > > InputSuggestAjax does not work when in body tag a function is invoked onload. > Place <body onload="alert('bum');"> in your page and check it. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
