You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Sam Hamilton (JIRA)" <ji...@apache.org> on 2010/04/29 09:29:55 UTC

[jira] Created: (OFBIZ-3744) Click Expand or Colaspe All does not work as expected.

Click Expand or Colaspe All does not work as expected. 
-------------------------------------------------------

                 Key: OFBIZ-3744
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3744
             Project: OFBiz
          Issue Type: Sub-task
            Reporter: Sam Hamilton
            Priority: Trivial


If you are on say this page - https://localhost:8443/catalog/control/EditProduct?productId=WG-9943

clicking on Expand All it will expand all the ones not expanded and then collapse the ones that were already open
clicking on Collapse All it will collapse all the ones open and open all the ones that were collapsed. 

Tested on a Mac using FF and Chrome

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


[jira] Closed: (OFBIZ-3744) Click Expand or Colaspe All does not work as expected.

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-3744.
----------------------------------

         Assignee: Jacques Le Roux
    Fix Version/s: Release Branch 09.04
                   Release Branch 10.04
                   SVN trunk
       Resolution: Fixed

Thanks Rene, and Sam for report,

Rene, your patch is in trunk at r981051, r981053 in R10.04, r981054 in R9.04

> Click Expand or Colaspe All does not work as expected. 
> -------------------------------------------------------
>
>                 Key: OFBIZ-3744
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3744
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sam Hamilton
>            Assignee: Jacques Le Roux
>            Priority: Trivial
>             Fix For: Release Branch 09.04, Release Branch 10.04, SVN trunk
>
>         Attachments: selectall.js.patch
>
>
> If you are on say this page - https://localhost:8443/catalog/control/EditProduct?productId=WG-9943
> clicking on Expand All it will expand all the ones not expanded and then collapse the ones that were already open
> clicking on Collapse All it will collapse all the ones open and open all the ones that were collapsed. 
> Tested on a Mac using FF and Chrome

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


[jira] Updated: (OFBIZ-3744) Click Expand or Colaspe All does not work as expected.

Posted by "Rene Scheibe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rene Scheibe updated OFBIZ-3744:
--------------------------------

    Attachment: selectall.js.patch

fixed issue
- css.style.visible cannot be true/false as used so in collapseAll()
- now using the $() container and calling visible() which returns true/false

> Click Expand or Colaspe All does not work as expected. 
> -------------------------------------------------------
>
>                 Key: OFBIZ-3744
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3744
>             Project: OFBiz
>          Issue Type: Sub-task
>            Reporter: Sam Hamilton
>            Priority: Trivial
>         Attachments: selectall.js.patch
>
>
> If you are on say this page - https://localhost:8443/catalog/control/EditProduct?productId=WG-9943
> clicking on Expand All it will expand all the ones not expanded and then collapse the ones that were already open
> clicking on Collapse All it will collapse all the ones open and open all the ones that were collapsed. 
> Tested on a Mac using FF and Chrome

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