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
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to