Re: [Kicad-developers] Reproducible on Windows or Linux?

2018-01-14 Thread jp charras
Le 14/01/2018 à 13:33, Jeff Young a écrit : > Hi JP, > > Yes, that patch is pretty much exactly what I tried first (when I discovered > that the dialog had the wrong parent). > > It has no effect on this particular bug, although it may still be a good idea. > > Cheers, > Jeff. Sorry it does

Re: [Kicad-developers] Reproducible on Windows or Linux?

2018-01-14 Thread Jeff Young
Hi JP, Yes, that patch is pretty much exactly what I tried first (when I discovered that the dialog had the wrong parent). It has no effect on this particular bug, although it may still be a good idea. Cheers, Jeff. > On 14 Jan 2018, at 12:23, jp charras wrote: > >

Re: [Kicad-developers] Reproducible on Windows or Linux?

2018-01-14 Thread jp charras
Le 14/01/2018 à 13:23, jp charras a écrit : > Le 14/01/2018 à 12:41, Jeff Young a écrit : >> Correcting the dialog parent didn’t help, so I’m going to let that sleeping >> dog lie for 5.0. >> >> The bug is in Cocoa.  wxWidgets calls: >> >> SetWindowStyle( parentFlags & ~(wxTAB_TRAVERSAL) ) >>

Re: [Kicad-developers] Reproducible on Windows or Linux?

2018-01-14 Thread jp charras
Le 14/01/2018 à 12:41, Jeff Young a écrit : > Correcting the dialog parent didn’t help, so I’m going to let that sleeping > dog lie for 5.0. > > The bug is in Cocoa.  wxWidgets calls: > > SetWindowStyle( parentFlags & ~(wxTAB_TRAVERSAL) ) > > > to send tabs to the layer popup.  The window

Re: [Kicad-developers] Reproducible on Windows or Linux?

2018-01-14 Thread Jeff Young
Correcting the dialog parent didn’t help, so I’m going to let that sleeping dog lie for 5.0. The bug is in Cocoa. wxWidgets calls: SetWindowStyle( parentFlags & ~(wxTAB_TRAVERSAL) ) to send tabs to the layer popup. The window style also contains some flags which affect the window layer, so

Re: [Kicad-developers] Reproducible on Windows or Linux?

2018-01-13 Thread Wayne Stambaugh
macos may be more strict about dialog parenting than other systems. I doubt setting to correct parent will cause any issues with linux or windows On 01/13/2018 07:59 PM, Jeff Young wrote: > Thanks, Wayne. > > The combination of wxWidgets and OSX is so brain-dead that even if I fix that > it

Re: [Kicad-developers] Reproducible on Windows or Linux?

2018-01-13 Thread Jeff Young
Thanks, Wayne. The combination of wxWidgets and OSX is so brain-dead that even if I fix that it might not cure the bug. In any case, I’ll investigate…. Cheers, Jeff. > On 14 Jan 2018, at 00:51, Wayne Stambaugh wrote: > > On linux the Footprint Text Properties dialog

Re: [Kicad-developers] Reproducible on Windows or Linux?

2018-01-13 Thread Wayne Stambaugh
On linux the Footprint Text Properties dialog stays on top of the Footprint Properties dialog. That being said, the parent window of the Footprint Text Properties dialog should be the Footprint Properties dialog not the footprint editor main window. On 01/13/2018 07:44 PM, Jeff Young wrote: >

[Kicad-developers] Reproducible on Windows or Linux?

2018-01-13 Thread Jeff Young
Could someone check to see if: https://bugs.launchpad.net/kicad/+bug/1692352 reproduces on Windows or Linux? I suspect it’s OSX-specific, but we actually instantiate the DialogEditModuleText as a child of the PCB_BASE_FRAME rather than the