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/26 23:48:50 UTC

[jira] Created: (ADFFACES-199) fix panelAccordion component for ppr-disabled browsers like BlackBerry 4.0

fix panelAccordion component for ppr-disabled browsers like BlackBerry 4.0 
---------------------------------------------------------------------------

                 Key: ADFFACES-199
                 URL: http://issues.apache.org/jira/browse/ADFFACES-199
             Project: MyFaces ADF-Faces
          Issue Type: Improvement
         Environment: PDA, Desktop
            Reporter: Piyush Hari
            Priority: Minor


The panelAccordion control can be used to display a group of contents belonging to a showDetailItem. Accordion bar(s) with panels representing showDetailItem children is displayed. The panel for the showDetailItem that is selected to be shown is shown as expanded 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 component works fine for browsers that support Partial Page Rendering (PPR) like IE,Pocket IE,IE Mobile and Mozilla Firefox. However, it does not work for browsers that don't support partial page rendering. For ex:  On Blackberry 4.0 , Clicking a showDetailItem child, shows the content, but clicking it again does not hide the content.

Therefore, I propose to 'fix' this component for PPR-disabled browsers like BlackBerry 4.0


-- 
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-199) fix panelAccordion component for ppr-disabled browsers like BlackBerry 4.0

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

Jeanne Waldman updated ADFFACES-199:
------------------------------------

        Status: Resolved  (was: Patch Available)
    Resolution: Fixed

committed

> fix panelAccordion component for ppr-disabled browsers like BlackBerry 4.0
> --------------------------------------------------------------------------
>
>                 Key: ADFFACES-199
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-199
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>         Environment: PDA, Desktop
>            Reporter: Piyush Hari
>         Assigned To: Jeanne Waldman
>            Priority: Minor
>         Attachments: patch_sept26_04_36PM_panelAccordion_BB.patch
>
>
> The panelAccordion control can be used to display a group of contents belonging to a showDetailItem. Accordion bar(s) with panels representing showDetailItem children is displayed. The panel for the showDetailItem that is selected to be shown is shown as expanded 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 component works fine for browsers that support Partial Page Rendering (PPR) like IE,Pocket IE,IE Mobile and Mozilla Firefox. However, it does not work for browsers that don't support partial page rendering. For ex:  On Blackberry 4.0 , Clicking a showDetailItem child, shows the content, but clicking it again does not hide the content.
> Therefore, I propose to 'fix' this component for PPR-disabled browsers like BlackBerry 4.0

-- 
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-199) fix panelAccordion component for ppr-disabled browsers like BlackBerry 4.0

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

Piyush Hari updated ADFFACES-199:
---------------------------------

    Attachment: patch_sept26_04_36PM_panelAccordion_BB.patch

I am providing the patch  (patch_sept26_04_36PM_panelAccordion_BB.patch)
that resolves this issue. Please review.  In CorePanelAccordionRenderer.java, for non-ppr browsers, submitForm() is called with argument event='show' hardcoded. This really should be event='event' (where event is the current 'show'/'hide' event).


> fix panelAccordion component for ppr-disabled browsers like BlackBerry 4.0
> --------------------------------------------------------------------------
>
>                 Key: ADFFACES-199
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-199
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>         Environment: PDA, Desktop
>            Reporter: Piyush Hari
>            Priority: Minor
>         Attachments: patch_sept26_04_36PM_panelAccordion_BB.patch
>
>
> The panelAccordion control can be used to display a group of contents belonging to a showDetailItem. Accordion bar(s) with panels representing showDetailItem children is displayed. The panel for the showDetailItem that is selected to be shown is shown as expanded 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 component works fine for browsers that support Partial Page Rendering (PPR) like IE,Pocket IE,IE Mobile and Mozilla Firefox. However, it does not work for browsers that don't support partial page rendering. For ex:  On Blackberry 4.0 , Clicking a showDetailItem child, shows the content, but clicking it again does not hide the content.
> Therefore, I propose to 'fix' this component for PPR-disabled browsers like BlackBerry 4.0

-- 
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-199) fix panelAccordion component for ppr-disabled browsers like BlackBerry 4.0

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

Piyush Hari updated ADFFACES-199:
---------------------------------

    Status: Patch Available  (was: Open)

> fix panelAccordion component for ppr-disabled browsers like BlackBerry 4.0
> --------------------------------------------------------------------------
>
>                 Key: ADFFACES-199
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-199
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>         Environment: PDA, Desktop
>            Reporter: Piyush Hari
>            Priority: Minor
>         Attachments: patch_sept26_04_36PM_panelAccordion_BB.patch
>
>
> The panelAccordion control can be used to display a group of contents belonging to a showDetailItem. Accordion bar(s) with panels representing showDetailItem children is displayed. The panel for the showDetailItem that is selected to be shown is shown as expanded 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 component works fine for browsers that support Partial Page Rendering (PPR) like IE,Pocket IE,IE Mobile and Mozilla Firefox. However, it does not work for browsers that don't support partial page rendering. For ex:  On Blackberry 4.0 , Clicking a showDetailItem child, shows the content, but clicking it again does not hide the content.
> Therefore, I propose to 'fix' this component for PPR-disabled browsers like BlackBerry 4.0

-- 
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-199) fix panelAccordion component for ppr-disabled browsers like BlackBerry 4.0

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-199:
----------------------------------------

        Fix Version/s: 1.0.0-incubating-core
    Affects Version/s: 1.0.0-incubating-core

> fix panelAccordion component for ppr-disabled browsers like BlackBerry 4.0
> --------------------------------------------------------------------------
>
>                 Key: ADFFACES-199
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-199
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>    Affects Versions: 1.0.0-incubating-core
>         Environment: PDA, Desktop
>            Reporter: Piyush Hari
>         Assigned To: Jeanne Waldman
>            Priority: Minor
>             Fix For: 1.0.0-incubating-core
>
>         Attachments: patch_sept26_04_36PM_panelAccordion_BB.patch
>
>
> The panelAccordion control can be used to display a group of contents belonging to a showDetailItem. Accordion bar(s) with panels representing showDetailItem children is displayed. The panel for the showDetailItem that is selected to be shown is shown as expanded 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 component works fine for browsers that support Partial Page Rendering (PPR) like IE,Pocket IE,IE Mobile and Mozilla Firefox. However, it does not work for browsers that don't support partial page rendering. For ex:  On Blackberry 4.0 , Clicking a showDetailItem child, shows the content, but clicking it again does not hide the content.
> Therefore, I propose to 'fix' this component for PPR-disabled browsers like BlackBerry 4.0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (ADFFACES-199) fix panelAccordion component for ppr-disabled browsers like BlackBerry 4.0

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

Jeanne Waldman reassigned ADFFACES-199:
---------------------------------------

    Assignee: Jeanne Waldman

> fix panelAccordion component for ppr-disabled browsers like BlackBerry 4.0
> --------------------------------------------------------------------------
>
>                 Key: ADFFACES-199
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-199
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>         Environment: PDA, Desktop
>            Reporter: Piyush Hari
>         Assigned To: Jeanne Waldman
>            Priority: Minor
>         Attachments: patch_sept26_04_36PM_panelAccordion_BB.patch
>
>
> The panelAccordion control can be used to display a group of contents belonging to a showDetailItem. Accordion bar(s) with panels representing showDetailItem children is displayed. The panel for the showDetailItem that is selected to be shown is shown as expanded 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 component works fine for browsers that support Partial Page Rendering (PPR) like IE,Pocket IE,IE Mobile and Mozilla Firefox. However, it does not work for browsers that don't support partial page rendering. For ex:  On Blackberry 4.0 , Clicking a showDetailItem child, shows the content, but clicking it again does not hide the content.
> Therefore, I propose to 'fix' this component for PPR-disabled browsers like BlackBerry 4.0

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