View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0014395 | MMW 5 | General | public | 2017-09-14 12:03 | 2017-10-24 09:56 |
Reporter | jiri | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | N/A |
Status | assigned | Resolution | reopened | ||
Fixed in Version | 5.0 | ||||
Summary | 0014395: Unify hyperlinks handling | ||||
Description | We 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). | ||||
Tags | No tags attached. | ||||
Fixed in build | 2080 | ||||
|
Mostly resolved in build 2080. Links in advanced layout of Art window will be solved in separate issue 0013406:0048495 by Ludek. |
|
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. |
|
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" |
|
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). |
|
10. Doesn't work e.g. in Artist view, when Album title is ctrl+clicked. |
|
10. fixed. |