On 6 Jun 2014, at 23:06, Marco Aurélio wrote:
[…] It seems that we’re hitting a minor issue at the OakWindowFrameHelper placeAndSizeWindow method ( https://github.com/textmate/textmate/blob/master/Frameworks/OakAppKit/src/Oa... ) that makes the editor windows not be positioned properly. I’m not exactly sure what might be causing it, but other windows seem to be unafected.
Is there anyone else also hitting this?
I’ve seen a few other people reprot this. Looking at the code though, it seems to be a framework bug, unless resizing an NSWindow in the init method is disallowed.
If Apple doesn’t address it, we could probably delay setting the window size, but I’m not on 10.10 myself, so can’t test ATM.