View Issue Details

IDProjectCategoryView StatusLast Update
0013951MMW 5Main Panelpublic2019-06-24 10:31
ReporterLudek Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status closedResolutionfixed 
Summary0013951: Art&Details window is not scaled correctly when Now Playing is hidden
DescriptionWhen 'Now Playing' list (above A&D window) is hidden then the A&D isn't shown in full possible height.
TagsNo tags attached.
Fixed in build2059

Activities

Ludek

2017-01-25 17:23

developer   ~0047076

Last edited: 2017-01-26 17:55

Partially fixed in 2059 by removing the fixed height (350px) in maincontent.html

But they are still some remaining issues:

a) if a fixed height is set by the splitter (between NP and A&D) then closing NP doesn't cause A&D to be shown in full height. I guess that the Splitter component should react on closing the NP above (via layoutchange event?) and make A&D window in full height.

b) even after MM5 restart the A&D isn't in full height, this is somehow related to code in ArtWindow.handle_layoutchange , disabling this code fixes the situation

michal

2017-01-27 17:20

developer   ~0047104

Fixed in build 2059.

peke

2019-06-24 10:31

developer   ~0053951

Verified 2183

A&D renders correctly.