View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0012514 | MMW 5 | General | public | 2015-01-21 09:41 | 2026-07-30 18:03 |
| Reporter | jiri | Assigned To | |||
| Priority | high | Severity | minor | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Fixed in Version | 2027 | ||||
| Summary | 0012514: Improve about dialog | ||||
| Description | It should look more like MM4, particularly showing basic info about MM, like its version/build number. | ||||
| Tags | No tags attached. | ||||
| Fixed in build | 3515 | ||||
|
|
We need at least something basic for the prerelease. |
|
|
Basic About dialog implemented. For now without correct license info (we don't have licensing implemented yet). |
|
|
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. |
|
|
Fixed in build 3402. |
|
|
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? |
|
|
Scrolling is suppressed such way, because user can only hover it and then scroll using mouse wheel. Without any mousedown event. |
|
|
Fixed in build 3515. Now only user interaction (mousedown, wheel) stops autoscroll. Click during paused autoscroll unpauses it. |
|
|
Verified on 3516, One oddity is if you manually scroll down, then click, you need to scroll down to see text. Whereas if you don't click you need to scroll up. This is due to auto-scroll starting at the top again. |