jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Tree Bug 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;
    }

    in reply to: Tree Bug 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.

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