You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Martin Marinschek (JIRA)" <de...@myfaces.apache.org> on 2006/11/14 10:36:38 UTC

[jira] Resolved: (TOMAHAWK-397) InputSuggestAjax does not work when body onload is invoked

     [ http://issues.apache.org/jira/browse/TOMAHAWK-397?page=all ]

Martin Marinschek resolved TOMAHAWK-397.
----------------------------------------

    Fix Version/s: 1.1.5-SNAPSHOT
       Resolution: Won't Fix
         Assignee: Werner Punz

Thanks to Werner for this evaluation.

A little more explanation: With dojo in place, you cannot override the onload attribute of the body anymore - dojo will not work anymore if you do.

Werner's two options are the work-around

- for the first option: dojo.addOnLoad(init); is the method you can call for this, init needs to be a function pointer,
- for the second option: the timeout you can set to a very low ms value, it should work still.

regards,

Martin

> InputSuggestAjax does not work when body onload is invoked
> ----------------------------------------------------------
>
>                 Key: TOMAHAWK-397
>                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-397
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: InputSuggestAjax
>    Affects Versions: 1.1.2-SNAPSHOT, 1.1.3-SNAPSHOT
>         Environment: Windows, IE6, Firefox
>            Reporter: Pawel Koloszko
>         Assigned To: Werner Punz
>             Fix For: 1.1.5-SNAPSHOT
>
>
> 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