]
Brian Leathem updated RF-13239:
-------------------------------
Sprint: 4.3.5.Sprint 2
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
Priority: Minor
Fix For: 4.3.5
# 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: