View Issue Details

IDProjectCategoryView StatusLast Update
0013935MMW 5Playbackpublic2020-03-09 01:22
Reporterlowlander Assigned To 
PriorityurgentSeveritymajorReproducibilityalways
Status closedResolutionsuspended 
Summary0013935: Elements hidden on small screen
DescriptionIn 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 ReproduceShowing 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.
TagsNo tags attached.
Attached Files
2058 AutoPlaylist Settings.JPG (83,376 bytes)   
2058 AutoPlaylist Settings.JPG (83,376 bytes)   
Fixed in build

Relationships

has duplicate 0013934 closedLudek Right align right column for AutoPlaylists settings 

Activities

jiri

2017-02-17 10:48

administrator   ~0047295

Last edited: 2017-02-17 12:04

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.

lowlander

2017-02-23 20:03

developer   ~0047340

Also: Can't select Rating = 5 stars in AutoPlaylist settings on smaller screen. It goes to 4.5 stars max.

Ludek

2017-03-15 14:14

developer   ~0047504

Last edited: 2017-03-15 14:18

Note that item e) here #14109 will eliminate this issue
i.e. tracked as item e) in #14109

peke

2020-03-09 01:22

developer   ~0057115

Verified 2230

Scroll bars gets available when there is hidden text.