← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH] Default menu behavior fix.

 

On 8/24/2014 2:41 AM, Lorenzo Marcantonio wrote:
> On Sat, Aug 23, 2014 at 09:47:45PM -0400, Wayne Stambaugh wrote:
>> and noticed that when the hot key is not handled the event is not passed
>> up to the parent frame by calling Skip() from the event handler.  The
> 
> It seems the GUI toolkits still have these behaviours in event routing :D
> I remember almost the same issues in Windows 3.0, where dialog boxes had
> a different message handling than windows and was really common to get
> the chaining wrong (AFAIK is still done that way even on modern
> Windows!)
> 
> Will try to test; anyway I'm thinking too it shouldn't cause catastrophes...
> 

I appreciate it.  Any time you are messing around with key events (both
actual and pseudo), there is a chance that some of the editing features
code get screwed up.  If someone is still using wxWidgets 2.8, that
testing would be very useful.  I tested on both Windows and Linux with
wx 3.0.1 so I need a few more data points.


Follow ups

References