Jiří Štefek created RF-13351:
--------------------------------

             Summary: orderingList: styleClass attribute is rendered wrongly as 
styleclass instead of class attribute
                 Key: RF-13351
                 URL: https://issues.jboss.org/browse/RF-13351
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-selects
    Affects Versions: 5.0.0.Alpha2
            Reporter: Jiří Štefek
            Assignee: Brian Leathem
             Fix For: 5.0.0.Alpha2


Setting of {{styleClass}} attribute to the {{pickList}} component makes 
generated markup to contain {{styleclass}} attribute - instead of just adjusted 
{{class}} attribute.

The {{styleClass}} is included just in {{passThrough}}  attributes - 
[here|https://github.com/richfaces/richfaces/blob/master/framework/src/main/java/org/richfaces/ui/select/pickList/pick-list.template.xml#L65].

Should not be it done as it is for example 
[here|https://github.com/richfaces/richfaces/blob/master/framework/src/main/java/org/richfaces/ui/input/autocomplete/autocomplete.template.xml#L33-34]
 in autocomplate render base ?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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