>>> If we can agree that Fl::focus(window) should set focus to the window,
>>> then I can attach a simple patch to fix that.
>>
>> I figure you should work with manolo on this one; he's been
>> handling the Cocoa port, so he'll want to weigh in on patches.
>
> FL::focus() is in Fl.cxx, so it's shared for all platforms.
Ah, interesting.
So it might be a regression or something in the core cross
platform stuff.
I'm not very knowledgeable about the core event delivery stuff.
I'm more of a widget programmer, and don't have a full understanding
of how event delivery 'should' work.
However, I might be able sleuth down a code regression through svn
if you've narrowed it down to a few lines of code. Albrecht's also
pretty handy with this.
It's best to find the dev who made the original change, and have
them revisit the code change to avoid mod oscillations. (fixed
this but broke that, so we fix that but break this, etc)
>> If we can agree that Fl::focus(window) should set focus to the window,
>> then I can attach a simple patch to fix that.
Yes, attach your patch here, and I'll see if I can figure out
what changed to break stuff. Your patch might help me determine
this, not sure..
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev