Hybrid View
-
17 Jan 2013 5:52 AM #1Sencha - Community Support Team
- Join Date
- Nov 2007
- Location
- Helsingborg, Sweden
- Posts
- 2,459
- Vote Rating
- 56
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; }
-
17 Jan 2013 4:10 PM #2
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!
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.


Reply With Quote