View Issue Details

IDProjectCategoryView StatusLast Update
0017783MMW 5Main Panelpublic2021-04-29 00:10
Reporterdrakinite Assigned To 
PriorityhighSeveritymajorReproducibilitysometimes
Status closedResolutionfixed 
Product Version5.0.1 
Target Version5.0.1Fixed in Version5.0.1 
Summary0017783: (Regression) Editing items on tracklist sometimes does not display changes
DescriptionAfter the change introduced by 0017776, after editing tracklist items with F2, then pressing enter, the changes sometimes do not display.

By scrolling up and back to bring the list item back into view, the changes take effect.
Additional InformationSomehow, adding the line in ListView.prototype.hideDiv -> div.style.display = 'none'; is what causes the changes to not display after editing.

There may be a bit of code somewhere that takes an issue when one of the ListView's divs are not visible, leading to changes not being displayed (Possibly something wrong with the GridView class and reacting to its datasource changes?).
TagsNo tags attached.
Fixed in build2400

Relationships

related to 0017776 closedmichal Performance issue - Loading a large album in grid view causes entire view to lag, even after it is collapsed 

Activities

drakinite

2021-04-25 22:21

developer   ~0062915

Pushed a temporary fix by disabling the aforementioned line on ListView.prototype.hideDiv, until a solution to this issue can be found.

michal

2021-04-26 18:48

developer   ~0062921

Fixed in build 2400.

peke

2021-04-29 00:10

developer   ~0062964

Verified 2400

Unable to replicate not showing changes. Works OK in 2400