View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008653 | ardour | bugs | public | 2021-04-05 13:30 | 2023-11-02 13:26 |
Reporter | Headwar | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | Ubuntu | OS | Linux | OS Version | (any) |
Product Version | 6.6 | ||||
Summary | 0008653: [Papercut] View > Zoom > Zoom to selection and Zoom to selection (horizontal) looses the selection | ||||
Description | When one or more region is selected, using the menu Zoom > Zoom to selection or Zoom to selection (horizontal) deselects the tracks, which is probably not what the user wants nor expects. | ||||
Steps To Reproduce | See Description | ||||
Tags | Papercut | ||||
|
As stated in the code, it looks to be intentional. I'd argue otherwise because : 1) keeping the selection "anchors" the regions in the user's mind, i.e. he knows where he is 2) maybe he intended to subsequently do something with his selection (merge audio regions...) 3) maybe it is a complex selection with e.g. a few regions selected amongst many, and the user is zooming to see if he had everything selected as intended Anyway, unselecting everything is really easy and enforcing the deselection (thus guessing the user's intention) doesn't seem to be the right choice here. |