View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0012367 | MMW 5 | General | public | 2014-11-18 15:38 | 2016-10-21 17:04 |
Reporter | jiri | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | reopened | ||
Summary | 0012367: Clicking navbar items should respect lower level items | ||||
Description | For example, if in Music > Albums > My Album, after clicking Albums, it shouldn't be scrolled to the beginning, but 'My Album' should be visible instead. I.e., the same as currently after Back action, but for any number of levels. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
Fixed |
|
Reverted because of some issues This issue is debatable how it should work. The navbar is in principle just like Media Tree, just displayed differently. So it is also question whether clicking a tree node should remember the view state / positions. Left open for future discussion... |
|
I think that it's a useful feature, it's for example how Windows Explorer works. Note that technically it's unrelated to history/Back functionality, even though it looks alike. Clicking such a higher level item should _add_ a new history item, not return to a previous history item (which might not even exist, btw). So, it probably should rather be considered as highlighting the one level lower (i.e. a child) tree node in its parent node, when such a parent node is clicked in the navbar. |