I’m running into a highly reproducible bug that makes part of Dorico almost impossible to use. I’m not sure the best way to report it, but I’m hoping the Dorico folks will see this and take a look.
In the Play module (macOS), in a file with dozens of players/staves/tracks, I’m not able to scroll the mixer panel left and right at all. It just twitches a little bit and moves randomly in both directions when I try.
This is probably be a side effect of the way I have the Mac set up — specifically:
- “Natural” scrolling. This is off. A Mac is not a tablet, and having the scroll gesture control the scroll bar handle direction rather than the content direction is more self-consistent in a lot of environments.
- Show scroll bars: Always. A mac is not an iPhone. I have plenty of space in my UI, and having a constant indication of where I am in a document is extremely useful. I really don’t know what Apple was thinking when they made that mess.
There’s also a second bug here — specifically that Dorico does not respect the “Show scroll bars” system setting at all for this pane, which means that there are no scroll bar handles to grab, which otherwise would be a trivial way to work around the first bug.
![]()
I’m guessing somebody was doing some custom scroll handling, and forgot to flip the horizontal direction when that option is enabled. (Check isDirectionInvertedFromDevice on the event.)