View Issue Details

IDProjectCategoryView StatusLast Update
0014501MMW 5Generalpublic2021-05-25 10:19
Reporterjiri Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version5.0 
Target Version5.0.1 
Summary0014501: Unify image clicks
DescriptionCurrently 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)
TagsNo tags attached.
Fixed in build

Activities

michal

2018-02-13 18:35

developer   ~0049626

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?

michal

2018-02-14 15:42

developer   ~0049627

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.

jiri

2021-05-25 10:19

administrator   ~0063450

Resolving, the current implementation works well.