[ https://issues.apache.org/jira/browse/ADFFACES-402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Adam Winer closed ADFFACES-402. ------------------------------- Resolution: Invalid As Jeanne says, there is no "valign" attribute, so this isn't a bug as described. We should move away from using it, though. > BaseImageIcon renders wrong attribute for vertical alignment > ------------------------------------------------------------ > > Key: ADFFACES-402 > URL: https://issues.apache.org/jira/browse/ADFFACES-402 > Project: MyFaces ADF-Faces > Issue Type: Bug > Components: Skinning > Affects Versions: 1.0.0-incubating-core-SNAPSHOT > Reporter: Jörg Müller > Priority: Minor > > When writing the vertical alignment attribute in _writeVerticalAlignment > BaseImageIcon renders the attribute "align" instead of "valign". This leads > to strange alignment of icons e.g. in the PanelAccordion component. > The line: > writer.writeAttribute("align", align, null); > should be changed to > writer.writeAttribute("valign", align, null); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.