1 Reply Latest reply on Aug 8, 2009 6:20 PM by nbelaevski

    [PATCH] zero width for clearing-div in rich-layout

      Problem Description

      there is a small typo bug in 3.3.2.CR1 UI.

      In org.richfaces.renderkit.html.LayoutRenderer you are trying to force zero-height for clearing-div like this:

      "display: block; height: 0;lineHeight:0px;fontSize:0px; clear: both; visibility: hidden;"


      Please use line-height instead of lineHeight as well as font-size instead of fontSize:

      "display: block; height: 0; line-height:0px;font-size:0px; clear: both; visibility: hidden;"



      Issue to be reopened:
      https://jira.jboss.org/jira/browse/RF-7457

      Changeset to be reviewed:
      http://fisheye.jboss.org/browse/RichFaces/branches/community/3.3.X/ui/layout/src/main/java/org/richfaces/renderkit/html/LayoutRenderer.java?r1=14239&r2=14959


      Greetz,

      Dimitri Alexeev