Author: abelevich
Date: 2011-03-04 08:51:48 -0500 (Fri, 04 Mar 2011)
New Revision: 22060
Modified:
branches/4.0.X/ui/iteration/ui/src/main/java/org/richfaces/renderkit/CollapsibleSubTableRenderer.java
branches/4.0.X/ui/iteration/ui/src/main/resources/META-INF/resources/org.richfaces/collapsible-subtable.ecss
Log:
https://issues.jboss.org/browse/RF-10644 Collapsible sub table: border of nodata facet
rendered wrong. Reviewed by Alex Kolonitsky.
Modified:
branches/4.0.X/ui/iteration/ui/src/main/java/org/richfaces/renderkit/CollapsibleSubTableRenderer.java
===================================================================
---
branches/4.0.X/ui/iteration/ui/src/main/java/org/richfaces/renderkit/CollapsibleSubTableRenderer.java 2011-03-04
12:28:08 UTC (rev 22059)
+++
branches/4.0.X/ui/iteration/ui/src/main/java/org/richfaces/renderkit/CollapsibleSubTableRenderer.java 2011-03-04
13:51:48 UTC (rev 22060)
@@ -217,7 +217,7 @@
partialEnd(facesContext);
}
}
-
+
@Override
public void encodeAfterRows(ResponseWriter writer, FacesContext facesContext,
UIDataTableBase dataTableBase,
boolean encodeParentTBody, boolean partialUpdate) throws IOException {
Modified:
branches/4.0.X/ui/iteration/ui/src/main/resources/META-INF/resources/org.richfaces/collapsible-subtable.ecss
===================================================================
---
branches/4.0.X/ui/iteration/ui/src/main/resources/META-INF/resources/org.richfaces/collapsible-subtable.ecss 2011-03-04
12:28:08 UTC (rev 22059)
+++
branches/4.0.X/ui/iteration/ui/src/main/resources/META-INF/resources/org.richfaces/collapsible-subtable.ecss 2011-03-04
13:51:48 UTC (rev 22060)
@@ -17,7 +17,10 @@
padding:0px;
}
-.rf-cst {
+.rf-cst, .rf-cst-nd {
+ border-bottom-width:'#{richSkin.tableBorderWidth}';
+ border-bottom-style:solid;
+ border-bottom-color:'#{richSkin.tableBorderColor}';
}
.rf-cst-r{
@@ -32,7 +35,7 @@
.rf-cst-hdr-fst-r{
}
-.rf-cst-c{
+.rf-cst-c, .rf-cst-nd-c{
border-bottom-width:'#{richSkin.tableBorderWidth}';
border-bottom-style:solid;
border-bottom-color:'#{richSkin.tableBorderColor}';