Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 73080 invoked from network); 12 Nov 2008 22:44:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Nov 2008 22:44:06 -0000 Received: (qmail 40143 invoked by uid 500); 12 Nov 2008 22:44:12 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 40098 invoked by uid 500); 12 Nov 2008 22:44:12 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 40087 invoked by uid 99); 12 Nov 2008 22:44:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2008 14:44:12 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2008 22:43:01 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3634E234C25D for ; Wed, 12 Nov 2008 14:43:44 -0800 (PST) Message-ID: <1168837528.1226529824206.JavaMail.jira@brutus> Date: Wed, 12 Nov 2008 14:43:44 -0800 (PST) From: "Tadashi Enomori (JIRA)" To: dev@myfaces.apache.org Subject: [jira] Issue Comment Edited: (TRINIDAD-1303) PDA renderers for tr:page, tr:panelPage and tr:panelPageHeader need to render facets more in line with desktop counterparts In-Reply-To: <189224809.1226527184347.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/TRINIDAD-1303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647089#action_12647089 ] tenomori edited comment on TRINIDAD-1303 at 11/12/08 2:43 PM: --------------------------------------------------------------------- This patch applies to trunk 1.2.x only. Added originally omitted facets and reorganized all facets to match desktop facets in PageHeaderLayoutRenderer.java, PageLayoutRenderer.java. PDA now supports all facets except for "contextSwitcher". (Not all component support all facets listed below.) Supported facets are: Navigation Global, Branding, Branding App, Branding App Contextual, Menu Switch, Navigation 1, Navigation 2, Search, Location, Info User, Messages, Info Supplemental, Info Status, Info Footnote, Info Return, Actions, App Copyright, App Privacy, App About Unsupported Facets: Navigation 3, Context Switcher was (Author: tenomori): This patch applies to trunk 1.2.x and branch 1.2.9.1. Added originally omitted facets and reorganized all facets to match desktop facets in PageHeaderLayoutRenderer.java, PageLayoutRenderer.java. PDA now supports all facets except for "contextSwitcher". (Not all component support all facets listed below.) Supported facets are: Navigation Global, Branding, Branding App, Branding App Contextual, Menu Switch, Navigation 1, Navigation 2, Search, Location, Info User, Messages, Info Supplemental, Info Status, Info Footnote, Info Return, Actions, App Copyright, App Privacy, App About Unsupported Facets: Navigation 3, Context Switcher > PDA renderers for tr:page, tr:panelPage and tr:panelPageHeader need to render facets more in line with desktop counterparts > --------------------------------------------------------------------------------------------------------------------------- > > Key: TRINIDAD-1303 > URL: https://issues.apache.org/jira/browse/TRINIDAD-1303 > Project: MyFaces Trinidad > Issue Type: Bug > Components: Components > Affects Versions: 1.2.9-core > Environment: Mobile Browsers (PDA) > Reporter: Tadashi Enomori > Priority: Minor > Attachments: TRINIDAD-1303-1.0.X.patch, TRINIDAD-1303.patch > > > PDA renderers for tr:page, tr:panelPage and tr:panelPageHeader support different sets of facets and render supported facets at different positions. This makes difficult to develop mobile applications. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.