Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTJS-19513
in
5.1.3.
-
Sencha Premium Member
Locked grid header gaining height
Hi,
i have a very strange case which i cannot reproduce on the fiddle and am wondering if anyone had such an issue. I am using extjs 5 nightly from 20151109, the browser in which this occurs is firefox 42.
I have a locked grid with multiple columns. After each grid.view.refresh (doesn't matter if it is the normal or locked or main grid refresh) the header of the columns gains 2px. After multiple refreshes the grid looks like on the attached picture.
lockedGridHeader.jpg
If I change the grid to a non-locked one, the problem is gone. The problem is also visible on a locked treegrid.
If someone had a similar problem and has a solution I would be really grateful.
Thank you for help.
-
Hi--
I've not heard of this issue. Does it occur in the previous GA releases of Ext JS 5 as well?
Thanks
Joel
-
Sencha Premium Member
It sure is a strange and annoying one. It occurs in 5.1.1 and also in 5.1.2 GA. I would be glad if you could tell me how to debug the issue. It's hard to debug because the debugger in firefox is very slow in ext-all-debug.js.
-
Looks like this has been resolved in the latest nightly build. The following CSS snippet should resolve the issue in Firefox:
Code:
.x-box-target {
height: auto;
min-height: 1px;
}
Thanks
Joel
-
Sencha Premium Member
-
Sure thing, happy to help!
-
Sencha Premium Member
The issue is back
Hi,
the issue is back and I have no idea how it came back... Currently we are using extjs version 5.1.3.55. The firefox version I use is 44.0.2.
Please help
-
Hi,
Today's update: Firefox 47.0.
ExtJs 6.0.3.95 has been established.