[richfaces-issues] [JBoss JIRA] Commented: (RF-5509) CSS Classes Not picked up (styleClass, viewClass, editClass, etc.)

Greg Zoller (JIRA) jira-events at lists.jboss.org
Wed Dec 31 16:54:54 EST 2008


    [ https://jira.jboss.org/jira/browse/RF-5509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12444343#action_12444343 ] 

Greg Zoller commented on RF-5509:
---------------------------------

One more note:  the CSS I was trying to use to style the inplaceSelect

.editable {
	background-color:#d9e8f4;
	border:solid 1px #f1f1f1;
	cursor:default;
	padding:0;
	margin:0;
}

> CSS Classes Not picked up (styleClass, viewClass, editClass, etc.)
> ------------------------------------------------------------------
>
>                 Key: RF-5509
>                 URL: https://jira.jboss.org/jira/browse/RF-5509
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.3.0
>         Environment: Windows, JDK 1.6, Seam 2.1.0 w/upgraded Richfaces to 3.3.0.CR1, facelets
>            Reporter: Greg Zoller
>
> If I specify code like below, none of my CSS styling of the inplaceSelect widget is picked up--only the default is visible.
>         <rich:inplaceSelect value="#{foo.hey}"
> 			styleClass="editable" viewClass="editable" editClass="editable" changedClass="editable" showValueInView="true">
> 			<f:selectItems value="#{foo.list}" />
> 			<a4j:support event="onviewactivated" ajaxSingle="true"/>
> 		</rich:inplaceSelect>
> The styling was working fine in 3.2.2 but broke in 3.3.0 betas onward.

-- 
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

        



More information about the richfaces-issues mailing list