View Issue Details

IDProjectCategoryView StatusLast Update
0014588MMW 5Generalpublic2018-02-07 23:36
ReporterLudek Assigned To 
PriorityimmediateSeveritymajorReproducibilitysometimes
Status closedResolutionfixed 
Product Version5.0 
Target Version5.0Fixed in Version5.0 
Summary0014588: Sub-menus often fails to open
DescriptionI haven't found the pattern, but very often after MM5 start some sub-menus fails to open.

Sometimes even one level items like Tools sub-menu, but more often it fails to open a second or third level sub-menus (like FMFS > Playlist, Send to > Folder (move) > C:\ )
TagsNo tags attached.
Fixed in build2089

Activities

Ludek

2017-12-13 16:23

developer   ~0049404

Last edited: 2017-12-13 16:23

I can always replicate now when right-clicking a file and selecting this sub-menu cascade:

Send to > Folder (move) > C:\ > ...

The sub-folders of C:\ are never shown.

Debugging it I found that there is infinite cycle in
popupmenu.js > Menu.prototype.show > popupWindowShow > initAndShow

The value this.w.windowInitialized is never TRUE and thus
requestAnimationFrameMM(initAndShow)
is called repeatedly again and again.

petr

2017-12-13 22:11

developer   ~0049408

Fixed

peke

2018-02-07 23:36

developer   ~0049595

Verified 2089