[
https://jira.jboss.org/jira/browse/RF-4873?page=com.atlassian.jira.plugin...
]
Nick Belaevski resolved RF-4873.
--------------------------------
Resolution: Won't Fix
Assignee: Tatyana Romanovich (was: Nick Belaevski)
Separators are not transparent that's why you do not see background
Separator: background attribute can't be applied in the
styleClass
------------------------------------------------------------------
Key: RF-4873
URL:
https://jira.jboss.org/jira/browse/RF-4873
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Reporter: Tatyana Romanovich
Assignee: Tatyana Romanovich
Priority: Minor
Attachments: separastorStyleClass.gif
1. Create tested page with using style and styleClass attributes for separator component
<html><head><style type="text/css">
.sepStyle{background: red;border: solid 3px black;}
</style></head>
<body><f:view>
<rich:separator style="background: red; border: solid 3px
black;" />
<rich:comboBox />
<rich:separator styleClass="sepStyle" title="My Title" />
...
2. Run application and verify style of both components
FAILURE: background: red isn't be applied for second separator (using styleClass
attribute), separator has color of default background-image
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira