jQWidgets Forums

jQuery UI Widgets Forums Navigation Tree Tree Bug

This topic contains 2 replies, has 1 voice, and was last updated by  patricknn 11 years, 11 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Tree Bug Posts
  • Tree Bug #25282

    patricknn
    Member

    hi, Could anyone help me and find what is happening with this tree?

    http://desenv.baixou.com.br/recebaofertas

    Take a look, it is a long tree with children
    After the Parent CDs, DVDs e Blu-Rays there is an arrow lost there with a hidden label, I don’t know why this label is not showing.

    In the end of the tree you can see more of the same issue.

    Tree Bug #25288

    patricknn
    Member

    I found the problem, but I don’t know how to solve it

    This bug happen when the level 1 tree does not have children, if I remove all these items the bug does not occur.

    Now how to solve it?

    Thank you.

    Tree Bug #25290

    patricknn
    Member

    Well, I fixed the issue in my way, I don’t know if is the better way.

    At jqx.base.css I added the red css, this is what is missing and scrambling the tree items

    .jqx-tree-item-li
    {
    text-indent: 0;
    background-color: transparent;
    border: 0px solid transparent;
    list-style: none;
    left: 100%;
    right: 0;
    text-align: left;
    outline: none;
    margin: 0px;
    margin-top: 1px;
    padding: 0px;
    float: none!important;
    }

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.