Disabled styles for NavigationLevel hint="tabs" are not effectively applied to
the DOM Element
----------------------------------------------------------------------------------------------
Key: ADFFACES-3
URL: http://issues.apache.org/jira/browse/ADFFACES-3
Project: MyFaces ADF-Faces
Type: Bug
Reporter: Matt Cooper
Priority: Trivial
The NavigationLevel with hint="tabs" needs to support the skin styles for
disabled tabs. The existing code is attempting to apply mulitple style classes
to a single DOM element using the renderStyleClass() API. This is producing
unexpected results because the actual effective style class is invalid. The
correct solution is to use the renderStyleClasses() API and provide an array
containing the style classes to apply. I have a patch and will attach it to
this issue.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira