New issue 40 by twils...@mac.com: setOnAllSpaces ignores bitfield in
NSWindowCollection
http://code.google.com/p/afloat/issues/detail?id=40
What is the expected output? What do you see instead?
Code in setOnAllSpaces in Afloat.m sets the NSWindowCollection by
assignment, discarding the rest of the bitfield. See
http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ApplicationKit/Classes/NSWindow_Class/Reference/Reference.html#//apple_ref/occ/cl/NSWindow
What version of the product are you using? On what operating system?
Latest readonly svn trunk as at 0900 (AUS EST) 5 Jul 2011.
Please provide any additional information below.
This may contribute to bug 33, but it's hard to tell because I got the
opposite bug when I tried to duplicate it. The bug 33 I found in Stickies
could be caused by the collection bitfield being clobbered or reset
somewhere.