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:50:22 UTC

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

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


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

        

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

Posted by "Piyush Hari (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-188?page=all ]

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

    Comment: was deleted

> 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

        

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

Posted by "Piyush Hari (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-188?page=all ]

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

    Status: Open  (was: Patch Available)

> 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

        

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

Posted by "Piyush Hari (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-188?page=all ]

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

    Status: Patch Available  (was: Open)

> 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

        

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

Posted by "Piyush Hari (JIRA)" <ad...@incubator.apache.org>.
     [ 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

        

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

Posted by "Piyush Hari (JIRA)" <ad...@incubator.apache.org>.
     [ 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 <selectelement>.options.item(i) by <selectElemenet>.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

        

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

Posted by "Piyush Hari (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-188?page=all ]

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

    Priority: Minor  (was: Major)

> 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
>            Priority: Minor
>         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

        

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

Posted by "Piyush Hari (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-188?page=all ]

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

    Status: Patch Available  (was: Open)

> 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

        

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

Posted by "Piyush Hari (JIRA)" <ad...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/ADFFACES-188?page=comments#action_12436787 ] 
            
Piyush Hari commented on ADFFACES-188:
--------------------------------------

This issue has been resolved. But, it has dependency on ADFFACES-167 and ADFFACES- 173 issue. I am waiting till ADFFACES-167 and ADFFACES-167 gets reviewd and commited. I will submit the patch for this once thats done. 

> 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