Thank you for reporting this bug. We will make it our priority to review this report.
[5.0.2.1559] cacheFlexes: Cannot read property '1' of null
[5.0.2.1559] cacheFlexes: Cannot read property '1' of null
I receive following error when I resize window to 1px width.
Layout:
TabPanel with responsive tabBar (top/left) containing gridpanel with booleancolumn. This error appears when child is booleancolumn.Currently I fixed that error with small condition:
Code:
cacheFlexes: function (ownerContext) {
...
match = percentageRe.exec(child[names.width]);
if (match) {
childContext.percentageParallel = parseFloat(match[1]) / 100;
++percentageWidths;
}
...
}
I try prepare testcase for you.
- Are you a Sencha products veteran who has wondered what it might be like to work at Sencha? If so, please reach out to our recruiting manager: sheryl@sencha.com
[5.0.2.1559] cacheFlexes: Cannot read property '1' of null
Aucun commentaire:
Enregistrer un commentaire