From adffaces-issues-return-1748-apmail-incubator-adffaces-issues-archive=incubator.apache.org@incubator.apache.org Tue Feb 06 23:18:29 2007 Return-Path: Delivered-To: apmail-incubator-adffaces-issues-archive@locus.apache.org Received: (qmail 1768 invoked from network); 6 Feb 2007 23:18:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Feb 2007 23:18:29 -0000 Received: (qmail 89062 invoked by uid 500); 6 Feb 2007 23:18:35 -0000 Delivered-To: apmail-incubator-adffaces-issues-archive@incubator.apache.org Received: (qmail 89044 invoked by uid 500); 6 Feb 2007 23:18:35 -0000 Mailing-List: contact adffaces-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: adffaces-issues@incubator.apache.org Delivered-To: mailing list adffaces-issues@incubator.apache.org Received: (qmail 89035 invoked by uid 99); 6 Feb 2007 23:18:35 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Feb 2007 15:18:35 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Feb 2007 15:18:28 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 37C1B7142BF for ; Tue, 6 Feb 2007 15:18:07 -0800 (PST) Message-ID: <8359148.1170803887226.JavaMail.jira@brutus> Date: Tue, 6 Feb 2007 15:18:07 -0800 (PST) From: "Jeanne Waldman (JIRA)" To: adffaces-issues@incubator.apache.org Subject: [jira] Resolved: (ADFFACES-368) selectOrderShuttle displays reorder up down icons improperly. In-Reply-To: <27041832.1170245345723.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/ADFFACES-368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeanne Waldman resolved ADFFACES-368. ------------------------------------- Resolution: Fixed Resolved in revision 504361. > 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 > Assigned To: Jeanne Waldman > Priority: Minor > Attachments: blue-skin.css, images.zip, screenshot-1.jpg > > > 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.