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.

Reply via email to