I developed a special kind of combo box that uses a grid instead of the standard combo-collector (mainly for buffered visualization with huge data sets). Now I'm trying to make it compatible with Ext 4.2.1, but I ran into this error:
[E] Layout run failed
Please see the demo pages for test cases. The error occurs once for each combo, but only the first time it expands.
This error did not occur with 4.2.0 (see demo page with 4.2.0 ). The changes that I defined in 4.2.1 at that time concerned the query filter, not the rendering or layout ... However, I already encountered this error with 4.2.0 in a situation where the grid collector was sitting in the window, but it was in a codebase with a lot of overrides and used the isolated version of Ext4 ... So I just jumped that it doesnβt come from my component and disconnected it ( another demo page proves that itβs not enough to select an error in the grid selection window +) .
The error does not seem to have any side effects, but I feel bad.
Does anyone know what causes this, or, even better, what needs to be done to prevent it?
Or does someone well understand the Ext linking mechanism to give me some tips on how to track such an error? Or at least give me confidence that the error will remain harmless in any situation?
javascript extjs extjs4
rixo
source share