[jira] [Created] (OFBIZ-4315) wrong link href of leaf node in a tree element

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (OFBIZ-4315) wrong link href of leaf node in a tree element

Nicolas Malin (Jira)
wrong link href of leaf node in a tree element
----------------------------------------------

                 Key: OFBIZ-4315
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4315
             Project: OFBiz
          Issue Type: Bug
          Components: framework
    Affects Versions: SVN trunk
            Reporter: Leon
            Priority: Trivial
             Fix For: SVN trunk
         Attachments: htmltreemacro.patch

like department and employee tree in main page of human resource management application, if you click the expand/collpase link of a leaf node, the wrong request error occurs. Since there's a empty link href value set for leaf node, browser will treat it as the request "https://.../humanres/control".

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4315) wrong link href of leaf node in a tree element

Nicolas Malin (Jira)

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

Leon updated OFBIZ-4315:
------------------------

    Attachment: htmltreemacro.patch

set href to "#" when it's leaf node

> wrong link href of leaf node in a tree element
> ----------------------------------------------
>
>                 Key: OFBIZ-4315
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4315
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: htmltreemacro.patch
>
>
> like department and employee tree in main page of human resource management application, if you click the expand/collpase link of a leaf node, the wrong request error occurs. Since there's a empty link href value set for leaf node, browser will treat it as the request "https://.../humanres/control".

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Assigned] (OFBIZ-4315) wrong link href of leaf node in a tree element

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Sascha Rodekamp reassigned OFBIZ-4315:
--------------------------------------

    Assignee: Sascha Rodekamp

> wrong link href of leaf node in a tree element
> ----------------------------------------------
>
>                 Key: OFBIZ-4315
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4315
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Assignee: Sascha Rodekamp
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: htmltreemacro.patch
>
>
> like department and employee tree in main page of human resource management application, if you click the expand/collpase link of a leaf node, the wrong request error occurs. Since there's a empty link href value set for leaf node, browser will treat it as the request "https://.../humanres/control".

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-4315) wrong link href of leaf node in a tree element

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-4315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13049646#comment-13049646 ]

Sascha Rodekamp commented on OFBIZ-4315:
----------------------------------------

Thanks Leon,
your patch is in trunk @Rev1135929

I changed the '#' to 'javascript:void(0);'

Thanks
Sascha

> wrong link href of leaf node in a tree element
> ----------------------------------------------
>
>                 Key: OFBIZ-4315
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4315
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Assignee: Sascha Rodekamp
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: htmltreemacro.patch
>
>
> like department and employee tree in main page of human resource management application, if you click the expand/collpase link of a leaf node, the wrong request error occurs. Since there's a empty link href value set for leaf node, browser will treat it as the request "https://.../humanres/control".

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Closed] (OFBIZ-4315) wrong link href of leaf node in a tree element

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Sascha Rodekamp closed OFBIZ-4315.
----------------------------------

    Resolution: Fixed

> wrong link href of leaf node in a tree element
> ----------------------------------------------
>
>                 Key: OFBIZ-4315
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4315
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Assignee: Sascha Rodekamp
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: htmltreemacro.patch
>
>
> like department and employee tree in main page of human resource management application, if you click the expand/collpase link of a leaf node, the wrong request error occurs. Since there's a empty link href value set for leaf node, browser will treat it as the request "https://.../humanres/control".

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4315) wrong link href of leaf node in a tree element

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Jacques Le Roux updated OFBIZ-4315:
-----------------------------------

    Fix Version/s: Release Branch 11.04

R11.04 r1136165

> wrong link href of leaf node in a tree element
> ----------------------------------------------
>
>                 Key: OFBIZ-4315
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4315
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Assignee: Sascha Rodekamp
>            Priority: Trivial
>             Fix For: Release Branch 11.04, SVN trunk
>
>         Attachments: htmltreemacro.patch
>
>
> like department and employee tree in main page of human resource management application, if you click the expand/collpase link of a leaf node, the wrong request error occurs. Since there's a empty link href value set for leaf node, browser will treat it as the request "https://.../humanres/control".

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira