View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0014161 | MMW 5 | General | public | 2017-03-31 18:44 | 2018-04-18 22:26 |
Reporter | jiri | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Fixed in Version | 5.0 | ||||
Summary | 0014161: Now Playing button functionality | ||||
Description | The NP button in the player area originally only changed visibility of the NP panel, but later was changed to alter visibility of the whole right hand side panel (which is better imho). However, now that we support custom layout configuration, NP can be moved to the left panel and then the current implementation is strange. We can either: 1. Revert it to again alter NP visibility only. But it isn't that useful imho. 2. Modify the logic to hide/show the whole right side panel, when NP is docked there and when NP is docked on the left side, hide/show _only_ NP panel. This seems to be much more useful to me, but would probably be somewhat confusing for some users. 3. Get rid of the Player NP button altogether and introduce a toolbar Right Panel visibility button - the opposite of the left side (tree) visibility button. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Fixed in build | 2090 | ||||
|
For me, the most practical would be: 4) add button for setting right panel visibility (like 3)), but leave also (optional) NP button on player for showing/hiding of the NP list only (so the NP button will have the same functionality as in MM4). |
|
I think that option 3) would meet most users' needs, and wouldn't result in potential UI conflicts. However, adding a button on the right side will further clutter an already busy menu bar, so I'd suggest that the best implementation would be an expand/contract handle on the side (examples in the UI mockups or as in the Quickbooks UI attached). |
|
I'd say that we can (and actually should) implement several of the suggestions: 2) I think that this still makes sense to be implemented. I'd just modify the implementation slightly: The Player button should always show/hide the panel where NP is configured to be shown (i.e. either right or left). 3) This would also be nice to have, but not too urgent. The toolbar button would better be configurable though, so it should be implemented as part of our configurable Toolbar. 5) Expand/contract handle: I like this approach, that said, I'd say that it can't be the only approach we'd offer. I suppose that at least some users wouldn't be pleased by the fact that this bar (with non-negligible width) is always visible. It'd probably make sense to allow this narrow sidebar to be configurable in the View\Configure Layout dialog (i.e. for both left and right sidebars have settings to enabled/disable it). 6) Since there isn't an obvious way how to show/hide the right sidebar, I think that we could add to the View menu a new section right below the 'New Tab' item, with: Left Panel Right Panel Customize layout {moved here from below} 7) Currently when e.g. Main tree is hidden, also the Left Panel is correctly hidden. However, when the Left Panel is shown then, it's empty! The best solution seems to be to set the first component of the panel in the current layout as visible. |
|
Assigning to Michal to implement 2). We can look into 5) with Petr later and 3) can be deferred. |
|
Reminder sent to: petr 7) TBD by Petr. |
|
Item 2, 6 & 7 fixed ... resolving for feedback. |
|
Verified 2,6,7 in 2090 |