[richfaces-issues] [JBoss JIRA] Updated: (RF-3152) wrongly generated javascript on rich:tab

Jonathan Richard (JIRA) jira-events at lists.jboss.org
Fri Apr 18 14:14:44 EDT 2008


     [ http://jira.jboss.com/jira/browse/RF-3152?page=all ]

Jonathan Richard updated RF-3152:
---------------------------------

    Description: 
javascript error is generated on click of a rich:tab using ajax switchType (maybe other too?). 

generated html code for a tab:

<td id="problemManagement_lbl" 
onmouseup="#{component.attributes['onlabelmousemove'" onmouseover="RichFaces.overTab(this);" onmouseout="RichFaces.outTab(this);"
class="dr-tbpnl-tb rich-tab-header dr-tbpnl-tb-inact rich-tab-inactive dr-tbpnl-tb-sel">Problems</td>



  was:
javascript error is generated on click of a rich:tab using ajax switchType (maybe other too?). 

generated html code for a tab:

<td id="problemManagement_lbl" 
onmouseup="#{component.attributes['onlabelmousemove'" onmouseover="RichFaces.overTab(this);" onmouseout="RichFaces.outTab(this);"
class="dr-tbpnl-tb rich-tab-header dr-tbpnl-tb-inact rich-tab-inactive dr-tbpnl-tb-sel">Problems</td>


line to fix: TabHeaderRenderer.java, line 157.

> wrongly generated javascript on rich:tab
> ----------------------------------------
>
>                 Key: RF-3152
>                 URL: http://jira.jboss.com/jira/browse/RF-3152
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0.SR1
>            Reporter: Jonathan Richard
>         Assigned To: Nick Belaevski
>             Fix For: 3.2.1
>
>
> javascript error is generated on click of a rich:tab using ajax switchType (maybe other too?). 
> generated html code for a tab:
> <td id="problemManagement_lbl" 
> onmouseup="#{component.attributes['onlabelmousemove'" onmouseover="RichFaces.overTab(this);" onmouseout="RichFaces.outTab(this);"
> class="dr-tbpnl-tb rich-tab-header dr-tbpnl-tb-inact rich-tab-inactive dr-tbpnl-tb-sel">Problems</td>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list