View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0013935 | MMW 5 | Playback | public | 2017-01-23 18:41 | 2020-03-09 01:22 |
Reporter | lowlander | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | suspended | ||
Summary | 0013935: Elements hidden on small screen | ||||
Description | In general it would seem desirable to design elements with a minimum width in mind. If multiple elements (columns) exist horizontal they should be moved lower (rows) if the available width is not sufficient. Scrollbars would also need to be shown when window elements are wider than available space. | ||||
Steps To Reproduce | Showing MediaMonkey in a non-maximized form causes a significant part of the AutoPlaylists settings to be hidden. 1) No horizontal scrollbar is provided. 2) As settings has 2 columns the right column containing show at most and sort order should be shown under the Criteria settings. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Fixed in build | |||||
|
This really should be more flexible, particularly as mentioned in 2), the layout should be able to realign and use more vertical space available. I think that 'flex' with 'flex-wrap' could handle this aspect well. I briefly tested flex-wrap: wrap; justify-content: space-between; in run-time and it seems to work well. |
|
Also: Can't select Rating = 5 stars in AutoPlaylist settings on smaller screen. It goes to 4.5 stars max. |
|
Note that item e) here #14109 will eliminate this issue i.e. tracked as item e) in #14109 |
|
Verified 2230 Scroll bars gets available when there is hidden text. |