imacarthur wrote: > On 10 Oct 2008, at 14:22, Albrecht Schlosser wrote: > >> Do you have a short compilable example program, maybe one that you >> used for your >> tests? > > Pasted below. Compiled and tested with stock 1.1.9 using fltk-config > --compile, manifests the error as described.
Thanks for the test case and the report. > To test this, you need to contrive to have the app launch with the mouse > cursor not inside either window (it creates two) then move the mouse > quickly through the "button" window into the "box" window. > Once in the box window, stop, and the tooltip for the "button" will > appear over the "box". > This is not right... Yes, I can see it now... > If you let the tooltip for the button appear whilst over the button, > thereafter everything is fine. > Also, once the "error" has happened once time, thereafter everything is > fine - it really does seem like something just isn't quite right at > init.... You're right. It's been a case where there was no tooltip window yet (wrong comparison with the NULL pointer). After displaying the first tooltip, it's okay, because then a tooltip window exists. This one has been fixed in svn -r 6409. >> I hope that I can find the time to look at Alvin's FL_TOOLTIP patch >> this weekend, >> and I'd like to check what you saw as well. > > Yup, although I assume they are unrelated. Yes, they are unrelated, but when I start testing one, then it's easier to do the other at the same time. Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

