[ 
https://issues.jboss.org/browse/RF-11418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12953864#comment-12953864
 ] 

Lucas Ventura Carro commented on RF-11418:
------------------------------------------

I got it working with only this JS:
{code}
<h:outputScript library="javascript" target="head">
        // <![CDATA[
        jQuery(document).ready(function() {
                jQuery("td.rf-tab-hdr-spcr").width("auto");
                jQuery(".rf-tab-lbl").css("white-space", "normal");
        });
        // ]]>
</h:outputScript>
{code}
                
> rich:tabPanel cuts off the tabs on the right
> --------------------------------------------
>
>                 Key: RF-11418
>                 URL: https://issues.jboss.org/browse/RF-11418
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-panels-layout-themes
>    Affects Versions: 4.0.0.Final
>            Reporter: Val Blant
>              Labels: tabPanel
>             Fix For: 5-Tracking
>
>         Attachments: tabs_cut_off.png, tabs_properly_wrapped.png
>
>
> Tabs are cut off on the right, if there are too many of them. Instead of 
> starting to wrap on the white spaces and growing vertically, the _tabPanel_ 
> simply cuts off the tabs that don't fit, as shown in the attached picture.

--
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
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to