View Issue Details

IDProjectCategoryView StatusLast Update
0012514MMW 5Generalpublic2026-07-02 09:20
Reporterjiri Assigned To 
PriorityhighSeverityminorReproducibilityN/A
Status resolvedResolutionfixed 
Fixed in Version2027 
Summary0012514: Improve about dialog
DescriptionIt should look more like MM4, particularly showing basic info about MM, like its version/build number.
TagsNo tags attached.
Fixed in build3515

Activities

jiri

2015-01-21 09:42

administrator   ~0041797

We need at least something basic for the prerelease.

michal

2015-01-22 19:30

developer   ~0041825

Basic About dialog implemented. For now without correct license info (we don't have licensing implemented yet).

jiri

2015-01-23 08:50

administrator   ~0041836

Enough for now, decreasing priority. Later we should replace the edit box by an automatically scrolling element, possibly with some fade-in/out effects, etc.

michal

2026-05-14 12:00

developer   ~0081116

Fixed in build 3402.

jiri

2026-07-02 07:28

administrator   ~0081565

Just happened to me that I opened the dialog and had mouse inside the scrolling region -> which prevented scrolling and the dialog appeared empty/broken.

I wonder, maybe we should prevent scrolling only on mousedown event inside the control?

michal

2026-07-02 07:40

developer   ~0081566

Scrolling is suppressed such way, because user can only hover it and then scroll using mouse wheel. Without any mousedown event.

michal

2026-07-02 09:20

developer   ~0081567

Fixed in build 3515. Now only user interaction (mousedown, wheel) stops autoscroll. Click during paused autoscroll unpauses it.