View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0020688 | MMW 5 | General | public | 2024-03-06 21:43 | 2024-04-24 20:53 |
Reporter | zvezdan | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | reopened | ||
Target Version | 5.1 | Fixed in Version | 5.1 | ||
Summary | 0020688: Files can be dragged in Tag from filename (and similar dialogs) | ||||
Description | I don't think that drag&drop of files in Tag from filename dialog box has any purpose, and it should be disabled. Or, the program could move the related row in case that user drag just one file from a pair. Since files in that dialog box are displayed as a pair of rows, the current implementation could lead to some strange situations when the related rows are not one after another, e.g. if you displace just one row from a pair. The files in Organize files and Auto-tag dialog boxes have also drag&drop ability (why?), but it doesn't have such strange effect as with the Tag from filename, since these are not represented as double rows. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Fixed in build | 3016 | ||||
|
Good catch, disabled D&D in all three mentioned dialogs.. Fixed in 3016 |
|
Since you are already at it, you could do the same for Auto-tag and Convert format dialog boxes, unless there is some specific reason for them to have D&D. Maybe you could do that even for Case Checker and other tracklists in dialog boxes (the tracklist in my add-on has the same unwanted thing). Or, you could make D&D configurable to listviews with a new option in data-init-params. |
|
Fixed for all mentioned dialogs.. The new options is: data-init-params="{disableDragNDrop: true} |
|
Verified on 3016, except for Case Checker which I assume needs to implement this in the Addon instead. |