Hybrid View
-
15 Nov 2012 2:01 AM #1
Hiding column on line wrap enabled grid, breaks the row height
Hiding column on line wrap enabled grid, breaks the row height
REQUIRED INFORMATION
Ext version tested:
- Ext 4.1.1
Browser versions tested against:- Chrome 23
Test Case:
- Open http://jsfiddle.net/panpur/vd7f8/
- Hide Column 2 via header menu
- The row height will grow bigger (too big)
Additional CSS used:- .x-grid-cell-inner {
white-space: normal !important;
}
- Windows
-
15 Nov 2012 4:10 AM #2
We have this one sorted for 4.2, there's been some refactoring that will fix this up. Thanks for posting.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
Looks like we can't reproduce the issue or there's a problem in the test case provided.


Reply With Quote