View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017903 | MMW 5 | Main Panel: Toolbars & Menus | public | 2021-05-21 22:14 | 2021-07-18 20:22 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 5.0 | ||||
Target Version | 5.0.1 | Fixed in Version | 5.0.1 | ||
Summary | 0017903: Send to and FMFS menus always flash (?regression?) | ||||
Description | Right click on a track and then scroll to either 'Send to' or 'Find more from same' menus --> the contextual menu flashes! afaik, this is a regression (at least I never noticed it before). | ||||
Tags | No tags attached. | ||||
Fixed in build | 2411 | ||||
|
Debugging this slightly and the flashing is caused by these lines in the popupmenu.js : document.fonts.ready.then(function () { _this.windowSizeUpdate(true); i.e. windowSizeUpdate is causing the flashing. |
|
The flickering in the windowSizeUpdate was introduced by adding these lines in Petr's SVN revision 36337 (while fixing 0015701 ) : if (usePopupMenuWindows && this.nativeWindow) { // to move window to correct position (in case target display have set different DPI) this.nativeWindow.setWindowBounds(l, t, 10, 10); } Removing these lines fixes the issue. |
|
Fixed |
|
Verified this fix 2411, however, there are issues with 0015701 (not sure if they're caused by this change or not). |