Closed themightychris closed 8 years ago
I have the checks against instantiation and store configuration but not sure if I understand that last 'rendering' part. I have a check for component visibility which fires after render but idt that's what you wanted
@aliyeysides in the current test, renderTo: Ext.getBody()
is provided to Ext.create, meaning the component is rendered immediately during instantiation and doesn't have to go through a state of being created but not yet rendered. Create tests where it is created without renderTo, and then call aggregrid.setRenderTo(Ext.getBody())
later
@aliyeysides additionally I left you a bunch of comments on the code in #93
update
event has been fired exactly once with every combination of instantiation, store configuration, and rendering happeing in different orders and groupings