selectOrderShuttle displays reorder up down icons improperly.
--------------------------------------------------------------
Key: ADFFACES-368
URL: https://issues.apache.org/jira/browse/ADFFACES-368
Project: MyFaces ADF-Faces
Issue Type: Bug
Environment: Tomcat, IE
Reporter: Navid Mitchell
Priority: Minor
When using the tr:SelectOrderShuttle and supplying ReOrder up, down icons. The
second "up" icon is not aligned with the rest. I have looked at the source and
it appears that there is a typo in one line of code.
In
SelectOrderShuttleRenderer.renderReorderButtons line 98
reads renderSpacer(context, rc, "30", "15");
All of the other spacers are set to
renderSpacer(context, rc, "1", "5");
I have not been able to validate my debugging since I have not tried to rebuild
the source with my changes. I will try to do that soon to validate.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.