Hi,
not sure if this has been solved in recent versions, but in our current version (FTN95 v. 4.6.0.0) I found the following bug:
I have a window with a graphics region (%gr) defined. While this graphics region is open, I open a file selection menu. If I select a file in that menu and the selection click occurs over the graphics region, Clearwin mistakenly triggers the callback function that is meant for regular clicks on the region (a zoom e.g.). I managed to circumvent the effect by using a flag that lets the callback function distinguish whether it has been regularly or mistakenly called, but I just wanted to post the bug anyway.
Rainer