From adffaces-issues-return-1996-apmail-incubator-adffaces-issues-archive=incubator.apache.org@incubator.apache.org Fri Mar 16 08:21:40 2007 Return-Path: Delivered-To: apmail-incubator-adffaces-issues-archive@locus.apache.org Received: (qmail 35509 invoked from network); 16 Mar 2007 08:21:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Mar 2007 08:21:33 -0000 Received: (qmail 94630 invoked by uid 500); 16 Mar 2007 08:21:41 -0000 Delivered-To: apmail-incubator-adffaces-issues-archive@incubator.apache.org Received: (qmail 94616 invoked by uid 500); 16 Mar 2007 08:21:41 -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 94605 invoked by uid 99); 16 Mar 2007 08:21:41 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Mar 2007 01:21:41 -0700 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; Fri, 16 Mar 2007 01:21:31 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5CB84714083 for ; Fri, 16 Mar 2007 01:21:11 -0700 (PDT) Message-ID: <12936981.1174033271377.JavaMail.jira@brutus> Date: Fri, 16 Mar 2007 01:21:11 -0700 (PDT) From: =?utf-8?Q?Matthias_We=C3=9Fendorf_=28JIRA=29?= To: adffaces-issues@incubator.apache.org Subject: [jira] Updated: (ADFFACES-224) show separator icon and render last child for breadCrumbs on a PDA In-Reply-To: <20262893.1160170639566.JavaMail.root@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/ADFFACES-224?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias We=C3=9Fendorf updated ADFFACES-224: ---------------------------------------- Fix Version/s: 1.0.0-incubating-core Affects Version/s: 1.0.0-incubating-core > show separator icon and render last child for breadCrumbs on a PDA > ------------------------------------------------------------------ > > Key: ADFFACES-224 > URL: https://issues.apache.org/jira/browse/ADFFACES-224 > Project: MyFaces ADF-Faces > Issue Type: Improvement > Affects Versions: 1.0.0-incubating-core > Environment: PDA > Reporter: Piyush Hari > Priority: Minor > Fix For: 1.0.0-incubating-core > > Attachments: patch_oct06_02_38PM_breadCrumbs_PDA.patch > > > A breadCrumbs component is used in hierarchical site layouts to indicate = the path back to the root page of the hierarchy with links. A child represe= nting the current page should be the last child. This child may or may not = be rendered depending on variables like the device type or look and feel, b= ut it should always be added. > Currently, links of a breadCrumbs do not have a separator on a PDA. There= fore, they look untidy. I propose to fix this. Moreover, for PDAs, last ite= m (current page link) is not rendered. It does not occupy a lot of screen e= state. So, I propose to render this too. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.