[richfaces-issues] [JBoss JIRA] Created: (RF-4700) alt_ATTRIBUTE not being rendered for toolBar item separators.

Ben James (JIRA) jira-events at lists.jboss.org
Mon Oct 20 14:22:21 EDT 2008


alt_ATTRIBUTE not being rendered for toolBar item separators.
-------------------------------------------------------------

                 Key: RF-4700
                 URL: https://jira.jboss.org/jira/browse/RF-4700
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.2
            Reporter: Ben James
            Priority: Minor


org.richfaces.renderkit.html.ToolBarRendererBase.insertDefaultSeparatorIfNeed

getUtils().writeAttribute(writer, HTML.alt_ATTRIBUTE, "") will never create the alt tag.

The RendererUtils.shouldRenderAttribute returns false when length == 0.

This causes 508 Standards to fail.



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