[
https://issues.jboss.org/browse/RF-11120?page=com.atlassian.jira.plugin.s...
]
Brian Leathem updated RF-11120:
-------------------------------
Fix Version/s: 4.Future
(was: 4.1.0.Tracking)
If you could provide a simple example app that demonstrates this behavior, it would help
greatly, as we could use that to then verify a fix.
datatable.ecss: background-repeat on .rf-dt-hdr-c is not set
------------------------------------------------------------
Key: RF-11120
URL:
https://issues.jboss.org/browse/RF-11120
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-tables, skinning
Affects Versions: 4.0.0.Final
Reporter: Val Blant
Priority: Trivial
Fix For: 4.Future
Attachments: header-image-wrapping.png
Style _.rf-dt-hdr-c_ inside _datatable.ecss_ is missing a definition for
_background-repeat_. This results in vertical wrapping of the gradient on data table
header cells (I'll attach an image).
Please add the following declaration to the style:
{code}
background-repeat: repeat-x;
{code}
For now, this style can be overridden with that additional line in the user CSS as a
workaround.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira