From adffaces-issues-return-1125-apmail-incubator-adffaces-issues-archive=incubator.apache.org@incubator.apache.org Thu Sep 28 00:03:43 2006 Return-Path: Delivered-To: apmail-incubator-adffaces-issues-archive@locus.apache.org Received: (qmail 47592 invoked from network); 28 Sep 2006 00:03:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Sep 2006 00:03:42 -0000 Received: (qmail 50564 invoked by uid 500); 28 Sep 2006 00:03:42 -0000 Delivered-To: apmail-incubator-adffaces-issues-archive@incubator.apache.org Received: (qmail 50545 invoked by uid 500); 28 Sep 2006 00:03:42 -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 50536 invoked by uid 99); 28 Sep 2006 00:03:42 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Sep 2006 17:03:42 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [209.237.227.198] ([209.237.227.198:60802] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 14/E1-03285-E511B154 for ; Wed, 27 Sep 2006 17:03:42 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3088B7141D1 for ; Wed, 27 Sep 2006 23:59:52 +0000 (GMT) Message-ID: <9200306.1159401592196.JavaMail.jira@brutus> Date: Wed, 27 Sep 2006 16:59:52 -0700 (PDT) From: "Piyush Hari (JIRA)" To: adffaces-issues@incubator.apache.org Subject: [jira] Updated: (ADFFACES-188) fix 'panelChoice' component on a PDA In-Reply-To: <10368407.1158796222353.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/ADFFACES-188?page=all ] Piyush Hari updated ADFFACES-188: --------------------------------- Attachment: patch_sept27_4_58PM_panelChoice.patch I am providing patch (patch_sept27_4_58PM_panelChoice.patch) that makes panelChoice work on IE Mobile. Blackberry and Pocket IE will not work as their DOM lacks support to obtain an ID of an OPTION element of a SELECT element. Major changes include replacing .options.item(i) by .options[i]. See patch file for more details. > fix 'panelChoice' component on a PDA > ------------------------------------ > > Key: ADFFACES-188 > URL: http://issues.apache.org/jira/browse/ADFFACES-188 > Project: MyFaces ADF-Faces > Issue Type: Improvement > Environment: PDA > Reporter: Piyush Hari > Attachments: patch_sept20_4_40PM_panelChoice.patch, patch_sept27_4_58PM_panelChoice.patch > > > The panelChoice control is used to display a group of contents belonging to a showDetailItem. A choice control with each individual option representing a showDetailItem child is displayed. An option within choice control corresponding to showDetailItem that is disclosed is shown as selected and contents of selected showDetailItem is displayed. If none of the showDetailItem children are selected, the first showDetailItem that is enabled is considered to be selected. > This attribute is currently not supported on PDAs. Although it displays on a PDA, selecting any choices does not perorm an action. However, it works fine for desktop applications. > Thus, I propose fixing "panelChoice" component in trinidad for PDAs. -- 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