You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Tadashi Enomori (JIRA)" <de...@myfaces.apache.org> on 2008/08/28 23:35:44 UTC

[jira] Created: (TRINIDAD-1202) WHEN CLICK THE PANELACCORDION, NOTHING HAPPENS

WHEN CLICK THE PANELACCORDION, NOTHING HAPPENS
----------------------------------------------

                 Key: TRINIDAD-1202
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1202
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
    Affects Versions: 1.2.9-core
         Environment: Windows Mobile 6, Windows Mobile 5 and BlackBerry browsers 
            Reporter: Tadashi Enomori
            Priority: Minor


When show/hide icon for a panel accordion item is clicked, the detail associated with the item should be shown/hidden. There are three problems in the code. 1. The PPR capability is not checked correctly and for WM6, PPR is not enabled where it should be. 
2. For WM5, PPR capability is set while Trinidad does not support PPR on WM5 browser.
3. For non PPR browse, such as WM5 and BlackBerry browsers, the hidden field to store parameter "targetItem" is missing and thus renderer cannot correctly process a request for show/hide event.

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


[jira] Issue Comment Edited: (TRINIDAD-1202) WHEN CLICK THE PANELACCORDION, NOTHING HAPPENS

Posted by "Tadashi Enomori (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-1202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627155#action_12627155 ] 

tenomori edited comment on TRINIDAD-1202 at 8/29/08 4:50 PM:
--------------------------------------------------------------------

This TRINIDAD-1202.patch applies to both Trinidad 1.0.x and Trinidad 1.2.x.

Some test golden file updates conflicts with other patches submitted at the same time. A patch that combines TRINIDAD-1202 to 1208 was attached to resolve the conflicts. 
TRINIDAD-1202_TO_1208_Combined.patch applies only to Trinidad 1.2.x.
TRINIDAD-1202_TO_1208_Combined_1.0.patch applies only to Trinidad 1.0.x.

      was (Author: tenomori):
    This TRINIDAD-1202.patch applies to both Trinidad 1.0.x and Trinidad 1.2.x.
  
> WHEN CLICK THE PANELACCORDION, NOTHING HAPPENS
> ----------------------------------------------
>
>                 Key: TRINIDAD-1202
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1202
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.2.9-core
>         Environment: Windows Mobile 6, Windows Mobile 5 and BlackBerry browsers 
>            Reporter: Tadashi Enomori
>            Priority: Minor
>         Attachments: TRINIDAD-1202.patch, TRINIDAD-1202_TO_1208_Combined.patch
>
>
> When show/hide icon for a panel accordion item is clicked, the detail associated with the item should be shown/hidden. There are three problems in the code. 1. The PPR capability is not checked correctly and for WM6, PPR is not enabled where it should be. 
> 2. For WM5, PPR capability is set while Trinidad does not support PPR on WM5 browser.
> 3. For non PPR browse, such as WM5 and BlackBerry browsers, the hidden field to store parameter "targetItem" is missing and thus renderer cannot correctly process a request for show/hide event.

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


[jira] Updated: (TRINIDAD-1202) WHEN CLICK THE PANELACCORDION, NOTHING HAPPENS

Posted by "Tadashi Enomori (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-1202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tadashi Enomori updated TRINIDAD-1202:
--------------------------------------

    Status: Patch Available  (was: Open)

> WHEN CLICK THE PANELACCORDION, NOTHING HAPPENS
> ----------------------------------------------
>
>                 Key: TRINIDAD-1202
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1202
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.2.9-core
>         Environment: Windows Mobile 6, Windows Mobile 5 and BlackBerry browsers 
>            Reporter: Tadashi Enomori
>            Priority: Minor
>
> When show/hide icon for a panel accordion item is clicked, the detail associated with the item should be shown/hidden. There are three problems in the code. 1. The PPR capability is not checked correctly and for WM6, PPR is not enabled where it should be. 
> 2. For WM5, PPR capability is set while Trinidad does not support PPR on WM5 browser.
> 3. For non PPR browse, such as WM5 and BlackBerry browsers, the hidden field to store parameter "targetItem" is missing and thus renderer cannot correctly process a request for show/hide event.

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


[jira] Issue Comment Edited: (TRINIDAD-1202) WHEN CLICK THE PANELACCORDION, NOTHING HAPPENS

Posted by "Tadashi Enomori (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-1202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627155#action_12627155 ] 

tenomori edited comment on TRINIDAD-1202 at 9/2/08 5:15 PM:
-------------------------------------------------------------------

This TRINIDAD-1202.patch applies to both Trinidad 1.0.x and Trinidad 1.2.x.


      was (Author: tenomori):
    This TRINIDAD-1202.patch applies to both Trinidad 1.0.x and Trinidad 1.2.x.

Some test golden file updates conflicts with other patches submitted at the same time. A patch that combines TRINIDAD-1202 to 1208 was attached to resolve the conflicts. 
TRINIDAD-1202_TO_1208_Combined.patch applies only to Trinidad 1.2.x.
TRINIDAD-1202_TO_1208_Combined_1.0.patch applies only to Trinidad 1.0.x.
  
> WHEN CLICK THE PANELACCORDION, NOTHING HAPPENS
> ----------------------------------------------
>
>                 Key: TRINIDAD-1202
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1202
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.2.9-core
>         Environment: Windows Mobile 6, Windows Mobile 5 and BlackBerry browsers 
>            Reporter: Tadashi Enomori
>            Priority: Minor
>         Attachments: TRINIDAD-1202.patch
>
>
> When show/hide icon for a panel accordion item is clicked, the detail associated with the item should be shown/hidden. There are three problems in the code. 1. The PPR capability is not checked correctly and for WM6, PPR is not enabled where it should be. 
> 2. For WM5, PPR capability is set while Trinidad does not support PPR on WM5 browser.
> 3. For non PPR browse, such as WM5 and BlackBerry browsers, the hidden field to store parameter "targetItem" is missing and thus renderer cannot correctly process a request for show/hide event.

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


[jira] Issue Comment Edited: (TRINIDAD-1202) WHEN CLICK THE PANELACCORDION, NOTHING HAPPENS

Posted by "Tadashi Enomori (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-1202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627155#action_12627155 ] 

tenomori edited comment on TRINIDAD-1202 at 8/29/08 4:49 PM:
--------------------------------------------------------------------

This TRINIDAD-1202.patch applies to both Trinidad 1.0.x and Trinidad 1.2.x.

      was (Author: tenomori):
    This TRINIDAD-1202.patch only applies to Trinidad 1.2.x.
  
> WHEN CLICK THE PANELACCORDION, NOTHING HAPPENS
> ----------------------------------------------
>
>                 Key: TRINIDAD-1202
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1202
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.2.9-core
>         Environment: Windows Mobile 6, Windows Mobile 5 and BlackBerry browsers 
>            Reporter: Tadashi Enomori
>            Priority: Minor
>         Attachments: TRINIDAD-1202.patch, TRINIDAD-1202_TO_1208_Combined.patch
>
>
> When show/hide icon for a panel accordion item is clicked, the detail associated with the item should be shown/hidden. There are three problems in the code. 1. The PPR capability is not checked correctly and for WM6, PPR is not enabled where it should be. 
> 2. For WM5, PPR capability is set while Trinidad does not support PPR on WM5 browser.
> 3. For non PPR browse, such as WM5 and BlackBerry browsers, the hidden field to store parameter "targetItem" is missing and thus renderer cannot correctly process a request for show/hide event.

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


[jira] Updated: (TRINIDAD-1202) WHEN CLICK THE PANELACCORDION, NOTHING HAPPENS

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

Matthias Weßendorf updated TRINIDAD-1202:
-----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.10-core
                   1.2.10-core
         Assignee: Matthias Weßendorf
           Status: Resolved  (was: Patch Available)

> WHEN CLICK THE PANELACCORDION, NOTHING HAPPENS
> ----------------------------------------------
>
>                 Key: TRINIDAD-1202
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1202
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.2.9-core
>         Environment: Windows Mobile 6, Windows Mobile 5 and BlackBerry browsers 
>            Reporter: Tadashi Enomori
>            Assignee: Matthias Weßendorf
>            Priority: Minor
>             Fix For: 1.2.10-core, 1.0.10-core
>
>         Attachments: TRINIDAD-1202.patch
>
>
> When show/hide icon for a panel accordion item is clicked, the detail associated with the item should be shown/hidden. There are three problems in the code. 1. The PPR capability is not checked correctly and for WM6, PPR is not enabled where it should be. 
> 2. For WM5, PPR capability is set while Trinidad does not support PPR on WM5 browser.
> 3. For non PPR browse, such as WM5 and BlackBerry browsers, the hidden field to store parameter "targetItem" is missing and thus renderer cannot correctly process a request for show/hide event.

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