View Issue Details

IDProjectCategoryView StatusLast Update
0014395MMW 5Generalpublic2017-10-24 09:56
Reporterjiri Assigned To 
PriorityurgentSeverityminorReproducibilityN/A
Status assignedResolutionreopened 
Fixed in Version5.0 
Summary0014395: Unify hyperlinks handling
DescriptionWe already have this (partially) implemented in some places, but it needs to be unified. Hyperlink that open Artist, Album, Genre and other views should:

1. Upon Click open the view (already implemented).

2. Upon Ctrl+Click open the view in a new tab.

3. Add a context menu entry 'Open in a new tab' (the first in the pop-up menu, separated below by a separator).
TagsNo tags attached.
Fixed in build2080

Activities

michal

2017-10-03 16:02

developer   ~0048882

Last edited: 2017-10-03 16:11

Mostly resolved in build 2080. Links in advanced layout of Art window will be solved in separate issue 0013406:0048495 by Ludek.

jiri

2017-10-16 11:44

administrator   ~0048971

There are few more places where this should work:

10. All image grids with hyperlinks below images - e.g. Artists view or Albums view. Click on album or artist title opens the entity, but Ctrl doesn't currently make any change.

11. Ctrl+Click on Main Tree node could also open a new tab.

12. Artist in Player summary (currently Artist - Title) could be hyperlinked with Ctrl+Click support.

michal

2017-10-20 11:34

developer   ~0049012

Last edited: 2017-10-20 11:34

10 and 11 fixed in build 2082.

For 12 decreasing priority. Summary is user defined text created by masks, it is not always "Artist - Title", adding hotlink inside this generated text would be quite problematic now. Note, the same effect could be achieved already by changing player layout, where skinner could use artist field with data-bind="call: trackHyperlinks.artist"

jiri

2017-10-22 13:40

administrator   ~0049024

2. Currently Ctrl+click results in the newly opened tab to also be focused. Focus should remain on the previously active tab instead (as it works e.g. in Chrome).

jiri

2017-10-23 11:56

administrator   ~0049034

10. Doesn't work e.g. in Artist view, when Album title is ctrl+clicked.

michal

2017-10-24 09:48

developer   ~0049040

10. fixed.