View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0014588 | MMW 5 | General | public | 2017-12-13 14:57 | 2018-02-07 23:36 |
Reporter | Ludek | Assigned To | |||
Priority | immediate | Severity | major | Reproducibility | sometimes |
Status | closed | Resolution | fixed | ||
Product Version | 5.0 | ||||
Target Version | 5.0 | Fixed in Version | 5.0 | ||
Summary | 0014588: Sub-menus often fails to open | ||||
Description | I 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:\ ) | ||||
Tags | No tags attached. | ||||
Fixed in build | 2089 | ||||
|
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. |
|
Fixed |
|
Verified 2089 |