[richfaces-issues] [JBoss JIRA] Updated: (RF-11418) rich:tabPanel cuts off the tabs on the right

Val Blant (JIRA) jira-events at lists.jboss.org
Tue Sep 20 16:08:26 EDT 2011


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

Val Blant updated RF-11418:
---------------------------

    Workaround Description: 
The following hack will fix the problem:

{code:title=tabPanelFix.css}
.rf-tab-hdr-tabline-vis {
	height: auto;
	background-color: white;
}

.rf-tab-hdr {
	white-space: normal;
	text-align: center;
	background-color: white;
}	

.rf-tab-hdr-act {
	background-color: #BED6F8;
}

.rf-tab-lbl {
	white-space: normal;
}
{code}

{code:title=tabPanelFix.js}
jQuery(document).ready(function() {
	jQuery("td.rf-tab-hdr-spcr").width("auto");
});
{code}

The result is shown in the 2nd attached image.


> 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
>    Affects Versions: 4.0.0.Final
>            Reporter: Val Blant
>              Labels: tabPanel
>         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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list