View Issue Details

IDProjectCategoryView StatusLast Update
0018821MMW 5Main Panel: Toolbars & Menuspublic2022-02-19 12:13
Reporterpeke Assigned To 
PriorityurgentSeveritymajorReproducibilitysometimes
Status closedResolutionfixed 
Target Version5.0.3Fixed in Version5.0.3 
Summary0018821: Right side bar: It can't be resized after hide/unhide (regression 5.0.3)
DescriptionSometimes Right side bar can't be resized after hide/unhide.
Only way to restore resize capability is to restart MM5.
TagsNo tags attached.
Fixed in build2608

Relationships

child of 0018600 closeddrakinite [Performance] Improve tab switching animation & reduce forced reflow 

Activities

peke

2022-02-07 20:08

developer   ~0066883

bug18821.mp4 (103,626 bytes)   

Ludek

2022-02-07 21:26

developer   ~0066884

Last edited: 2022-02-07 21:30

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

Ludek

2022-02-07 21:34

developer   ~0066885

Last edited: 2022-02-07 21:35

Seems to be regression caused by Jordan's optimizations in 0018600

Namely following line in splitter.js :
image.png (31,518 bytes)   
image.png (31,518 bytes)   

drakinite

2022-02-16 04:25

developer   ~0066992

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.

peke

2022-02-19 12:13

developer   ~0067045

Verified 2608