Great 3.5 version update, congrats…
Really helpful post, congrats.
I know, I am sorry, but the app is behaving really weird lately.
And this new thing that I highlighted is only the new one.
For the record, this is what 3.5.1 (is that what you are using, you say 3.5), running on macOS 15.7.1 set to English looks like, to me, including an attempt to guess at your display settings based on the amount of pixels shown:

Please report any strange behaviour with details - we can only fix things if we know about them and how to reproduce them. Sarcasm and an image without details isn’t all that helpful. Not that I outshone myself by replying in kind. ![]()
I have investigated this and it turns out it’s a stupid new bug that Apple has introduced into macOS 26.1 - I am guessing you have updated to macOS 26.1. As of 26.1, any NSTableView or NSOutlineView (Apple’s standard controls for tables and outlines) that has a horizontal scroller draws outside of its content and over other content.
@AmberV - although @tommasoavati didn’t give any details, this only happens when you are viewing the outline view. Can you check to see if it is present on 15.7.1? I’m assuming it’s macOS 26.1, but it might be the Xcode 26.1 frameworks.
I have just reported the issue to Apple (#FB20939886) along with a simple application that reproduces the issue:
The only workaround is for us to turn on “auto-hide scrollers”, where the outline won’t show scrollers unless it can scroll. That can be a bit annoying because content jumps around when scrollers auto-appear, but it’s the only way until Apple fixes the underlying bug. (EDIT: Never mind. I just tested on macOS 15 and it was fine there - it does indeed seem to be a macOS 26.1 bug.)
(Okay, just saw the never mind, so never mind the following
)
…this only happens when you are viewing the outline view. Can you check to see if it is present on 15.7.1? I’m assuming it’s macOS 26.1, but it might be the Xcode 26.1 frameworks.
To clarify, I would need the editor split and one of them is the outliner, I presume? Their screenshot does depict a Page View oriented text editor above the footer bar, I think.
I have tried the outliner by itself, and splitting it off in both vertical and horizontal, and swapping which gets the top or bottom—and it’s all solid on 15 at least.
I do need to update to 26.1 though.
Or not. ![]()
^^^^^^^^^
Please see my explanation of the cause above.
ok, thank you,
where exactly is that option?
ok I found it, thought at first it was a Scrivener feature…
Unfortunately it’s not something you can do on your end - it’s something I have to change in the code. I’ve done that and that will get a 3.5.2 release out next week with this fix.
Here it is in Xcode - the option I have to change in both states. The bug is visible even here.
We have fortunately found that there are three necessary triggers to make the footer bar look the way you’ve shown it in these screenshots:
- Page View must be turned on.
- The Ruler must be showing in that same split.
- The editor view must be narrower than the page view itself, which can be modified by either making the editor wider, or reducing magnification.
Eliminate any one of those factors, and you can get back to using the footer bar, until this all can be fixed (either by us or Apple, it’s not entirely clear yet).




