silverstripe-admin
silverstripe-admin copied to clipboard
LeftAndMain.Panel.js - fix redraw order in togglePanel
Description
Fix redraw order (inner to outer) in togglePanel, and re-enable silent flag to avoid multiple expensive redraws on a single load. See: https://github.com/silverstripe/silverstripe-admin/blob/0f18b3d40972d421f2756b6b90b55283dfc6fea2/client/src/legacy/LeftAndMain.Panel.js#L158-L159
@sabina-talipova At first glance this sounds good (particularly "avoid multiple expensive redraws on a single load") - but I'm not sure what this issue is actually asking us to implment. If you understand the context of the comment, can you please flesh out the issue a bit more with some context and additional information? Otherwise, we should probably close it.
Actually, I don't quite understand requirements of this TODO, but it seems to me that we should investigate possible issue mentioned in this comment. I would prefer to leave this ticket for a while and learn what happens, but don't spend too much time on it.