View Issue Details

IDProjectCategoryView StatusLast Update
0018734MMW 5Generalpublic2026-09-25 00:21
Reporterpeke Assigned To 
PriorityurgentSeveritytweakReproducibilitysometimes
Status closedResolutionfixed 
Product Version5.0.3 
Target Version2027.1Fixed in Version2027.0 
Summary0018734: Rendering during windows resize can be more fluid
DescriptionWhen resizing windows (Podcast EDIT window in example video) rendering should be optimized.
TagsNo tags attached.
Fixed in build3522

Relationships

related to 0018735 closedmichal Memo edit resize option to temp resize whole dialog 

Activities

Ludek

2022-01-07 15:55

developer   ~0066565

As explained in 0018735 : this kind of resize is a little bit hacky and hard to realize for users anyway (unexpected).

If we wants this dialogs to make resizeable then we should just make them resizeable despite the fact whether they include a Memo or not.

rusty

2022-04-21 13:10

administrator   ~0067654

I agree that the default size is too small. So the fix should probably be that the dialog should resize normally (i.e. by resizing the dialog rather than by resizing the specific window within).

rusty

2022-04-21 13:12

administrator   ~0067655

btw, MM in general isn't very smooth even when resizing the main window. The user can see the external (black) window resizing, and then the orange (of the MD skin) slowly catching up. Is there room for optimization generally?

michal

2026-09-23 15:31

developer   ~0082457

Improved in build 3522. I used approach recommended by Chromium authors and migrated window handling to "CEF Views", and made some related optimizations. It seems to be significantly better and comparable to the same situation in Chrome browser. It cannot be as fast as native Windows, because HTML page (contents and border) is rendered asynchronously, but now the lag should be as short as possible.

peke

2026-09-25 00:21

developer   ~0082515

Verified 3522

The lag is more than acceptable now