You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org> on 2008/10/01 00:11:44 UTC

[jira] Resolved: (MYFACES-1981) outputLink does not render onfocus and onblur

     [ https://issues.apache.org/jira/browse/MYFACES-1981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leonardo Uribe resolved MYFACES-1981.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1.7-SNAPSHOT
         Assignee: Leonardo Uribe

Thanks to Paul Rivera for provide us this patch

> outputLink does not render onfocus and onblur
> ---------------------------------------------
>
>                 Key: MYFACES-1981
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1981
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions: 1.1.7-SNAPSHOT
>         Environment: tomcat 6.0.16
> java 1.6.0
> myfaces 1.1.7-snapshot
>            Reporter: Paul Rivera
>            Assignee: Leonardo Uribe
>            Priority: Minor
>             Fix For: 1.1.7-SNAPSHOT
>
>         Attachments: myfaces-shared-2.0.9-snapshot.patch, myfaces-shared-3.0.5-snapshot.patch
>
>
> onfocus and onblur are not rendered in outputLink.  Although, these attributes are declared in the tld for the outputLink tag.  Here's my jsf snippet:
> <f:view>
>   <h:outputLink value="http://SomeURL" onfocus="myfunc();" onblur="myfunc();" onmouseover="myfunc();" >
>     <h:outputText value="Click Me"/>
>   </h:outputLink>    
> </f:view>
> And this is what gets rendered:
> <a id="_idJsp0" name="_idJsp0" href="http://SomeURL" onmouseover="myfunc();">Click Me</a>

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