-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traffic light buttons and fullscreen button restore original position after starting to edit on Document apps #137
Comments
The fix is already implemented. Just add |
Thanks! Would be nice to see this somewhere described in the README? Furthermore, When using cocoapods, the extension folder is not locally available. |
Good idea 👍 I'm not sure what to do about the CocoaPods issue, I don't think it should be included by default because it swizzles stuff. |
Just tried the fix, but it is incomplete:
So, I guess it's hard to get it right for Document title bars... |
Ok, reopening this issue until we can get this fully sorted out :) |
When using and Document app and using
titleBarDrawingBlock
the traffic light buttons and the fullscreen button restore their original position (move to the top) when having a custom titlebar height and starting the edit the document (i.e. when the "- Edited" additonal text appears).I assume a redraw could be a workaround, butI don't know when and where.
The text was updated successfully, but these errors were encountered: