[richfaces-issues] [JBoss JIRA] Created: (RF-5705) InplaceInput: editClass is not applied to input.

Alexander Dubovsky (JIRA) jira-events at lists.jboss.org
Tue Jan 13 07:06:04 EST 2009


InplaceInput: editClass is not applied to input.
------------------------------------------------

                 Key: RF-5705
                 URL: https://jira.jboss.org/jira/browse/RF-5705
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.0
         Environment: 3.3.0.GA
            Reporter: Alexander Dubovsky
            Assignee: Nick Belaevski
            Priority: Minor


JSP:
<rich:inplaceInput editClass="editClass" value="#{inplaceInput.zip}"
			defaultLabel="(Zip)">
		</rich:inplaceInput>

CSS:
.editClass {
	background-color: red;
}

# Open page
# Click on inplaceInput and check for which element editClass is applied
Result: editClass is applied to <span> instead of <input>

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