Menu width in admin is not saving in Chrome and always equals to 200px.
JS-function onTreeFrameResize get frame from frameset cols attribute. But current version of Chrome (45) doesn't update cols attribute when user resizes frame.
Solution
I propose to use clientWidth property of frame with menu to detect current width.