INAppStoreWindow icon indicating copy to clipboard operation
INAppStoreWindow copied to clipboard

window frame.height grows from start to start if autosave name is not empty, OS X 10.9.3

Open Sega-Zero opened this issue 11 years ago • 0 comments

Updated to the last release and have noticed a terrible bug: if the window has autosave name set, the window's height grows in every launch! The height becomes wrong after [NSWindow _setFrameFromString:overrideTopLeft:preferActiveDisplay:constrainFullFrame:force:] then _contentViewFrame returns wrong height

the stack:

#0  0x0000000100012e37 in -[INAppStoreWindow _contentViewFrame] 
#1  0x000000010000cb80 in -[INAppStoreWindowContentView setFrameSize:] 
#2  0x00007fff953c7dee in -[NSWindow _oldPlaceWindow:] ()
#3  0x00007fff953c6e3c in -[NSWindow _setFrameCommon:display:stashSize:] ()
#4  0x000000010000f6b1 in -[INAppStoreWindow setFrame:display:] 
#5  0x00007fff953db915 in -[NSWindow _setFrameFromString:overrideTopLeft:preferActiveDisplay:constrainFullFrame:force:] ()

Sega-Zero avatar Aug 06 '14 18:08 Sega-Zero