[richfaces-issues] [JBoss JIRA] (RF-13239) Popup panel: CSS class rf-pp-hdr contains invalid property repeat-x

Pavol Pitonak (JIRA) jira-events at lists.jboss.org
Thu Oct 3 03:43:02 EDT 2013


Pavol Pitonak created RF-13239:
----------------------------------

             Summary: Popup panel: CSS class rf-pp-hdr contains invalid property repeat-x
                 Key: RF-13239
                 URL: https://issues.jboss.org/browse/RF-13239
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-panels-layout-themes
    Affects Versions: 5.0.0.Alpha1
         Environment: RichFaces 5.0.0-SNAPSHOT
            Reporter: Pavol Pitonak


# deploy Metamer and open http://localhost:8080/metamer/faces/components/richPopupPanel/simple.xhtml
# check browser console

result:
* Invalid CSS property name: repeat-x (in popupPanel.ecss, line 40)

possible solution:
* replace 
{code}
.rf-pp-hdr {
	background: url(...);
	repeat-x: top left #BED6F8;
        ...
}
{code}
* with 
{code}
.rf-pp-hdr {
	background: url(...) repeat-x top left #BED6F8;
        ...
}
{code}

--
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


More information about the richfaces-issues mailing list