You found a bug! We've classified it as EXTJSIV-8261 . We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.
  1. #1
    Sencha - Community Support Team mankz's Avatar
    Join Date
    Nov 2007
    Location
    Helsingborg, Sweden
    Posts
    2,494
    Vote Rating
    57
    mankz is a jewel in the rough mankz is a jewel in the rough mankz is a jewel in the rough mankz is a jewel in the rough

      0  

    Default Tree Panel overflow visible

    Tree Panel overflow visible


    This overflow rule should be hidden. Try any tree sample with a long text in a tree cell.

    Code:
    .x-grid-cell-treecolumn .x-grid-cell-inner {
    padding: 0;
    height: 19px;
    line-height: 18px;
    overflow: visible;
    }

  2. #2
    Sencha - Ext JS Dev Team evant's Avatar
    Join Date
    Apr 2007
    Location
    Sydney, Australia
    Posts
    15,242
    Vote Rating
    107
    evant is a splendid one to behold evant is a splendid one to behold evant is a splendid one to behold evant is a splendid one to behold evant is a splendid one to behold evant is a splendid one to behold evant is a splendid one to behold

      0  

    Default


    It's correct in some cases, basically for trees where no columns are specified, so it should auto-size.

    But yes, for when you actually specify columns the overflow should be hidden as per usual.
    Evan Trimboli
    Sencha Developer
    Twitter - @evantrimboli
    Don't be afraid of the source code!