View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0014501 | MMW 5 | General | public | 2017-10-30 13:38 | 2021-05-25 10:19 |
Reporter | jiri | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 5.0 | ||||
Target Version | 5.0.1 | ||||
Summary | 0014501: Unify image clicks | ||||
Description | Currently image click in the Artist or Album view results in a pop-up window with larger image. Few things: 1. The image doesn't always occupy the whole window, it should (even if it's necessary to enlarge it). 2. I'm not sure whether the open dialog is the best possible action. Some users might prefer to select all tracks/albums (Ctrl+A)? Probably not necessary to make this configurable, but would be nice to be easily customizable by a script. 3. User suggested to apply the same action in the album/artist pop-ups (i.e. to open a dialog) | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
1) fixed 2) not sure, whether to deal with this at all. 3) For Album popup fixed in build 2090. We currently do not use artist image in artist popup, should we? |
|
re 2 - I have moved click action to templates.artworkClickFunc function, so click can be changed by any script. The only passed parameter is ArtworkRectangle control. Note, implement selecting all tracks is problematic, as artwork is in header subview and tracks are in another independent subview. It has access to dataObject (IAlbum, IArtist, ...), but has no awareness what other subviews are displayed. |
|
Resolving, the current implementation works well. |