View Issue Details

IDProjectCategoryView StatusLast Update
0018983MMW 5Playbackpublic2022-04-24 20:22
Reporterdrakinite Assigned To 
PriorityimmediateSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Product Version5.0.3 
Target Version5.0.3Fixed in Version5.0.3 
Summary0018983: YouTube playback broken [regression]
DescriptionYouTube playback is broken in build 2614. Build 2613 is fine, however.
To reproduce: Simply double click on a youtube track in your library. Playback doesn't start, so if you double-click on it again in the Playing panel, or hit the play/pause button, a setVisibility error appears ("setVisibility can be called only on elements in the DOM tree!"

Crash logs: A14A1C97 and A14A8F18.
TagsNo tags attached.
Fixed in build2615

Activities

drakinite

2022-04-14 21:47

developer   ~0067546

Looks like it was the changes to mminit.js in revision 39568, specifically changing app.listen(window, 'load', loadHandler) to app.listen(thisWindow, 'load', loadHandler).

petr

2022-04-14 21:49

developer   ~0067547

Fixed

peke

2022-04-24 20:22

developer   ~0067715

Verified 2616

Unable to reproduce bug after fix.