[patch #7470] Fix mouse behaviour in Windows 95 and Macintosh menu styles

2011-02-21 Thread Fred Kiefer
Update of patch #7470 (project gnustep): Status:None => Ready For Test Assigned to:None => FredKiefer Open/Closed:Open => Closed _

Re: [patch #7470] Fix mouse behaviour in Windows 95 and Macintosh menu styles

2011-02-21 Thread Fred Kiefer
I will do that later today. As for the periodic event handling, what I don't like is that we stop them twice. This looks wrong to me. Fred Am 21.02.2011 05:14, schrieb Christopher Armstrong: > Hi Fred > > I agree that the capture mouse behaviour does seem extreme, but it is > the only way that

Re: [patch #7470] Fix mouse behaviour in Windows 95 and Macintosh menu styles

2011-02-20 Thread Christopher Armstrong
Hi Fred On Sun, 20 Feb 2011 15:33 +, "Fred Kiefer" wrote: > There is a lot that I don't understand about this long method, but one > line > seems to be obviously wrong. That is the stopping of periodic events. Why > is > this done here as well as outside of this method? But this hasn't change

Re: [patch #7470] Fix mouse behaviour in Windows 95 and Macintosh menu styles

2011-02-20 Thread Christopher Armstrong
Hi Fred I agree that the capture mouse behaviour does seem extreme, but it is the only way that you can implement reliable popup menus (on X11 and Windows, although I haven't tested the latter). As far as I know, there is no other method to receive clicks outside your window except for grabbing th

[patch #7470] Fix mouse behaviour in Windows 95 and Macintosh menu styles

2011-02-20 Thread Chris Armstrong
Follow-up Comment #1, patch #7470 (project gnustep): I just added a newer patch that addresses: * Menus not closing properly after moving mouse upwards and across the main window menu * Capture/Release mouse now isolated in a wrapper method. ___

[patch #7470] Fix mouse behaviour in Windows 95 and Macintosh menu styles

2011-02-20 Thread Chris Armstrong
Additional Item Attachment, patch #7470 (project gnustep): File name: 006-win95_mac_and_menus_close_highlightlogic_and_capture_protection.patch Size:3 KB ___ Reply to this item at:

[patch #7470] Fix mouse behaviour in Windows 95 and Macintosh menu styles

2011-02-17 Thread Chris Armstrong
URL: Summary: Fix mouse behaviour in Windows 95 and Macintosh menu styles Project: GNUstep Submitted by: carmstrong Submitted on: Thu 17 Feb 2011 11:30:24 AM GMT Category: AppKit