View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0018821 | MMW 5 | Main Panel: Toolbars & Menus | public | 2022-02-07 20:06 | 2022-02-19 12:13 |
Reporter | peke | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | sometimes |
Status | closed | Resolution | fixed | ||
Target Version | 5.0.3 | Fixed in Version | 5.0.3 | ||
Summary | 0018821: Right side bar: It can't be resized after hide/unhide (regression 5.0.3) | ||||
Description | Sometimes Right side bar can't be resized after hide/unhide. Only way to restore resize capability is to restart MM5. | ||||
Tags | No tags attached. | ||||
Fixed in build | 2608 | ||||
|
|
|
I can replicate, seems a regression in 5.0.3 Assigned to Michal to look into it as splitters are his part -- though might be caused by Jordan's optimizations ( 0018600 ) or Chromium update |
|
Seems to be regression caused by Jordan's optimizations in 0018600 Namely following line in splitter.js : |
|
Fixed in 2608 by adding notifySplitterChange() whenever a dock visibility is modified. Also: I noticed a bug where notifyDockStateChange() is called twice when the left/right panels are shown/hidden. handleDockVisibility() always calls notifyDockStateChange() (after a later revision). Removed it from leftPanel/rightPanel in the same commit - no behavioral differences found. |
|
Verified 2608 |