[JBoss JIRA] Created: (RF-5168) icon is transparent in the FF and Safari in the application with darkX style
by Tatyana Romanovich (JIRA)
icon is transparent in the FF and Safari in the application with darkX style
----------------------------------------------------------------------------
Key: RF-5168
URL: https://jira.jboss.org/jira/browse/RF-5168
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Reporter: Tatyana Romanovich
Assignee: Nick Belaevski
1. Create test application, add rich:modalPanel component with control facet:
<rich:modalPanel id="_panel"
minHeight="100" minWidth="550" height="125" width="750" zindex="2000">
<f:facet name="header">
<h:outputText value="Events..." />
</f:facet>
<f:facet name="controls">
<h:graphicImage value="/pics/disc.gif" onclick="Richfaces.hideModalPanel('_panel');" />
</f:facet>
<h:outputText value="Event 5678789678..." />
</rich:modalPanel>
2. Set darkX style
3. Run and open application in FF, Opera, IE 6,7, Safari
4. Verify modalPanel displaying:
FAILURE: icon in the control facet is transparent in the FF and Safari
--
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
16 years