Open
Description
When using INAppStoreWindow in a document based application on 10.11 the window theme widgets are positioned incorrectly briefly when showing a sheet. I tracked down the cause of the issue and unfortunately the only place to hook into NSWindow to correct the behavior is in -(void)_updateCollectionBehavior. So the fix I have in place looks like this:
-(void)_updateCollectionBehavior
{
[super _updateCollectionBehavior];
[self _layoutTrafficLightsAndContent];
}
Of course, the problem here is that the method is private and therefore may cause problems with App Store applications.
Metadata
Metadata
Assignees
Labels
No labels
Activity