icon skin definition does not append all non-width/height/content properties 
into an inline style, and it should
----------------------------------------------------------------------------------------------------------------

                 Key: ADFFACES-341
                 URL: http://issues.apache.org/jira/browse/ADFFACES-341
             Project: MyFaces ADF-Faces
          Issue Type: Bug
          Components: Skinning
            Reporter: Jeanne Waldman


I have an icon defined like the following:

af|column::sort-descending-md-icon:rtl {
  content: url(/afr/sort_des_md.gif);
  width: 11px;
  height: 8px;
  float: right;
  cursor: default;
}

I expect this to render an <img> tag with style="float:right; cursor:default". 
Instead it is rendering what seems like the 'last' property, so 
style="cursor:default"



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

        

Reply via email to