You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Piyush Hari (JIRA)" <ad...@incubator.apache.org> on 2006/09/20 23:53:23 UTC

[jira] Updated: (ADFFACES-188) fix 'panelChoice' component on a PDA

     [ http://issues.apache.org/jira/browse/ADFFACES-188?page=all ]

Piyush Hari updated ADFFACES-188:
---------------------------------

    Attachment: patch_sept20_4_40PM_panelChoice.patch

I am providing patch (patch_sept20_4_40PM_panelChoice.patch)  that makes panelTab work on IE Mobile. Blackberry and Pocket IE will not work as their DOM lacks support  to obtain an ID of an option HTML element within a select html element in these browsers. Major changes include replacing <selectelement>.options.item(i) by <selectElemenet>.options[i] and sending 'text' if value does not exist for an selected option html element in the XMLHTTP request. see the patch for more detailed comments.

> 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
>
>
> 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