[richfaces-issues] [JBoss JIRA] (RF-12658) NotifyStack generates invalid JS

Brian Leathem (JIRA) jira-events at lists.jboss.org
Mon Dec 17 03:07:08 EST 2012


     [ https://issues.jboss.org/browse/RF-12658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Leathem updated RF-12658:
-------------------------------

     Original Estimate: 30 minutes
    Remaining Estimate: 30 minutes
         Fix Version/s: 5-Tracking
           Component/s: component-validators

    
> NotifyStack generates invalid JS
> --------------------------------
>
>                 Key: RF-12658
>                 URL: https://issues.jboss.org/browse/RF-12658
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-validators
>    Affects Versions: 4.3.0.M2
>            Reporter: Ken H
>             Fix For: 5-Tracking
>
>   Original Estimate: 30 minutes
>  Remaining Estimate: 30 minutes
>
> Including a notify stack such as:
> {code}
> <rich:notifyStack>
>     <rich:notifyMessages stayTime="60000" ajaxRendered="true" />
> </rich:notifyStack>
> {code}
> Generates the following invalid JS block:
> {code}
> <script type="text/javascript">
>     new RichFaces.ui.NotifyStack('j_idt13', );
> </script>
> {code}
> This does not appear to affect functionality but does generate a console error in Chrome (unexpected close-paren). Resolving RF-12620 will probably also resolve this issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list