[jira] Created: (TRINIDAD-1155) Tree initiallyExpanded="true" attribute leaves a dangling currency

View: New views
3 Messages — Rating Filter:   Alert me  

[jira] Created: (TRINIDAD-1155) Tree initiallyExpanded="true" attribute leaves a dangling currency

by My Faces - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Tree initiallyExpanded="true" attribute leaves a dangling currency
------------------------------------------------------------------

                 Key: TRINIDAD-1155
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1155
             Project: MyFaces Trinidad
          Issue Type: Bug
    Affects Versions:  1.2.8-core, 1.2.9-core
            Reporter: Venkata Guddanti


If initiallyExpanded="true" attribute is set on the tree, it leaves a dangling currency pointing to the first row. This causes unexpected results since the clientId of the tree now contains "0" (currency of the first row). The fix is to make sure that after the first rowKey is expanded in the tree, we restore the currency to the initial value.

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


[jira] Updated: (TRINIDAD-1155) Tree initiallyExpanded="true" attribute leaves a dangling currency

by My Faces - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/TRINIDAD-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Venkata Guddanti updated TRINIDAD-1155:
---------------------------------------

    Status: Patch Available  (was: Open)

> Tree initiallyExpanded="true" attribute leaves a dangling currency
> ------------------------------------------------------------------
>
>                 Key: TRINIDAD-1155
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1155
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions:  1.2.8-core, 1.2.9-core
>            Reporter: Venkata Guddanti
>
> If initiallyExpanded="true" attribute is set on the tree, it leaves a dangling currency pointing to the first row. This causes unexpected results since the clientId of the tree now contains "0" (currency of the first row). The fix is to make sure that after the first rowKey is expanded in the tree, we restore the currency to the initial value.

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


[jira] Updated: (TRINIDAD-1155) Tree initiallyExpanded="true" attribute leaves a dangling currency

by My Faces - Dev mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/TRINIDAD-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Cooper updated TRINIDAD-1155:
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.9-core
                   1.0.9-core
           Status: Resolved  (was: Patch Available)

> Tree initiallyExpanded="true" attribute leaves a dangling currency
> ------------------------------------------------------------------
>
>                 Key: TRINIDAD-1155
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1155
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions:  1.2.8-core, 1.2.9-core
>            Reporter: Venkata Guddanti
>             Fix For: 1.0.9-core, 1.2.9-core
>
>         Attachments: trunk.patch
>
>
> If initiallyExpanded="true" attribute is set on the tree, it leaves a dangling currency pointing to the first row. This causes unexpected results since the clientId of the tree now contains "0" (currency of the first row). The fix is to make sure that after the first rowKey is expanded in the tree, we restore the currency to the initial value.

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