Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.1-Beta
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Tomcat v7, JSF 2.1.3.
-
Assignee Priority:P1
Description
This tag, ace:pushButton styleClass="ice-pushbutton" will generate this HTML:
<span styleclass="yui-button yui-min yui-push-button ice-pushbutton" class="yui-button yui-push-button">
The pushButton styleClass is not carried down to the Span's Class attribute and a StyleClass attribute with the proper carry down should not be generated in the Span tag.
<span styleclass="yui-button yui-min yui-push-button ice-pushbutton" class="yui-button yui-push-button">
The pushButton styleClass is not carried down to the Span's Class attribute and a StyleClass attribute with the proper carry down should not be generated in the Span tag.
Assignment.