View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0014497 | MMW 5 | General | public | 2017-10-30 08:20 | 2022-07-01 16:51 |
Reporter | jiri | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | reopened | ||
Product Version | 5.0 | ||||
Target Version | 5.0 | Fixed in Version | 5.0 | ||
Summary | 0014497: Dialogs open in incorrect positions | ||||
Description | Dialogs are currently often shown in the top left screen corner. I think that it'd be preferable to: 1. Save position and size of the main window (already works fine). 2. Save size of resizable dialogs. 3. Do _not_ save position of other dialogs and instead show them centered within the parent dialog (i.e. that dialog that initiated their appearance on screen). | ||||
Tags | No tags attached. | ||||
Fixed in build | 2242 | ||||
related to | 0005442 | closed | jiri | MMW v4 | Better Multi-Monitor handling engine. |
related to | 0016910 | closed | petr | MMW 5 | File menu or dialog opens on wrong monitor |
related to | 0017606 | feedback | petr | MMW 5 | Auto Tag dialog: Auto Tag dialog do not remember Screen position on reopen (Regression) |
related to | 0019228 | closed | petr | MMW 5 | Modal dialog positions are not persistent |
related to | 0019237 | feedback | petr | MMW 5 | Add option to remember dialog boxes position |
|
Fixed |
|
Verified 2083 |
|
Re-opening re. point 3 (based on a report by Lowlander): 1 Open MM to fill the entire screen 2560x1080 (configured as 2 virtual monitors) 2 Press INS -->Scan dialog appears in upper left corner 3 Move scan dialog to the center of the screen and initiate scan 4 Press INS --> Scan dialog opens in center of the screen 5 Resize MM to fit in the left virtual monitor 1280x1080 6 Press INS --> Scan dialog opens in the right side of the dialog (i.e. in the center of the screen)!! In other words, it seems as if MM is saving the absolute position of the dialog, rather than the relative position of the dialog (or rather than just showing it in the center of the application window). |
|
relative position can be easily read with sources I uploaded on FTP for a bug 0005442 at that time it was rarely used, while today Multi Monitor Environment is more common and those sources can handle/Control dialogs on any monitor. |
|
The problem occurs even when virtual monitors aren't used. The issue isn't that the window isn't opening up in the wrong monitor--it's that any MM Window doesn't open in a position relative to the MM Window. e.g. 1 Open MM on the left side of the screen 2 Open settings dialog --> it opens on the left side of the screen 3 Move MM to the right side of the screen 4 Open settings dialog --> it opens on the _left_ side of the screen!! |
|
Per IM with Petr, we'll only store dialog sizes and show them centered in the main window. |
|
Fixed |
|
Verified 2223 Dialog I tested show centered and sizes are persistent |
|
Re-opening since the current implementation results in another problem: dialogs sometimes open with the Title bar offscreen! This makes it difficult to be able to reposition it or to see the top portion of the dialog (the only workaround I've found is to pull the dialog further open to the bottom of the screen to cause the dialog to 'snap' to the screen size). I'm able to replicate this by: 1 Open MM in top half of the screen 2 Move MM window to bottom-half of screen 3 Select a track and Auto-tag --> Auto-tag dialog appears (centered roughly over MM) 4 Expand the auto-tag dialog so that all tracks are viewable (i.e. pull up the Title-bar so that it fills the entire screen) 5 Close auto-tag 6 Move MM window to the top-half of the screen 7 Select and track and Auto-tag --> Auto-tag dialog appears with the title-bar and header bar offscreen This might make it easier to understand: https://www.screencast.com/t/U96ZBhqtqz |
|
Fixed |
|
Verified 2225. |
|
I just noticed in build 2237, that dialogs will often open off-center and then be redrawn at center. e.g. 0 Open MM in the upper left quadrant (not full screen) 1 Go to Music > Files to Edit > Duplicate Titles [List] 2 Select a duplicate track and press Delete --> the delete dialog appears to the lower right of the Window and then is redrawn in the center of the window |
|
Fixed |
|
Tested 2241. The issue raised at 0014497:0057406 is resolved, however, I just noticed another problem: some dialogs appear partially offscreen: 1 Move MM to the right half of the screen 2 Right click in the Preview Window and 'Lookup image..' 3 Resize the dialog so that it takes up more of the vertical space (in order to see more images). Choose an image and accept it. 4 Move MM to the upper left quadrant 5 Right click in the Preview Window and 'Lookup image..' -->the dialog appears with the top half offscreen (and it's impossible to drag it down since the title bar is offscreen)! (this is the same issue as previously raised at 0014497:0056424 ) |
|
Fixed |
|
Verified 2242. |