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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to