[JBoss JIRA] Created: (RF-1306) Scrollable data Table - header icons are cut
by Maksim Kaszynski (JIRA)
Scrollable data Table - header icons are cut
--------------------------------------------
Key: RF-1306
URL: http://jira.jboss.com/jira/browse/RF-1306
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.0
Reporter: Maksim Kaszynski
Assigned To: Konstantin Mishin
Fix For: 3.2.0
.sdt_col
{
font-family: Tahoma;
font-size: 11px;
color: #000000;
text-decoration: none;
text-align: center;
vertical-align: middle;
padding-left: 4px;
padding-right: 4px;
}
<rich:scrollableDataTable height="200px" rowKeyVar="rkv" frozenColCount="1"
binding="#{staffSDTableMan.sdTable}" selection="#{staffSDTableMan.scrollableDataTableSelection}"
rowClasses="sdt_row1,sdt_row2" selectedClass="sdt_row_selected" activeClass="sdt_row_active"
width="470px" id="staffDataTable" rows="#{amBean.employeeListMan.listSize}" columnClasses="sdt_col"
value="#{amBean.employeeListMan.staffEmployees}" var="employee" sortMode="single">
Having all this, when I press on a column, to sort it, there should black arrow appear in the header, right? But there is only part of it, because of these paddings. Just try it by yourself.
Tell me please, if it can be avoided somehow and I can safely use these paddings. Thanks.
--
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
17 years
[JBoss JIRA] Created: (RF-1128) TabPanel doesn't work correctly if mode="client"
by Anton Belevich (JIRA)
TabPanel doesn't work correctly if mode="client"
------------------------------------------------
Key: RF-1128
URL: http://jira.jboss.com/jira/browse/RF-1128
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.1, 3.1.2
Reporter: Anton Belevich
Assigned To: Anton Belevich
Fix For: 3.2.0
<rich:tabPanel switchType="client" immediate="false">
<rich:tab label="Sample 1" actionListener="#{testBean.action1}" immediate="false">
<f:param name="test1" value="sample1"></f:param>
<h:inputText value="#{testBean.test1}" required="true"/>
</rich:tab>
<rich:tab label="Sample 2" actionListener="#{testBean.action1}" immediate="true">
<h:inputText value="#{testBean.test1}"></h:inputText>
<f:param name="test1" value="sample2"></f:param>
</rich:tab>
</rich:tabPanel>
<h:commandButton value="submit"/>
--
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
17 years