[kepler-dev] [Bug 1844] - tool tip problems

bugzilla-daemon@ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Thu Apr 6 17:52:25 PDT 2006


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=1844


brooke at nceas.ucsb.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED




------- Comment #7 from brooke at nceas.ucsb.edu  2006-04-06 17:52 -------
Now looks like it's fixed - checked in to ptolemy tree
(ptII/ptolemy/vergil/basic/EditorDropTarget.java). Tested on win, mac & linux

The problem seems to be that the JGraph somehow loses focus (or maybe becomes
un-registered with the ToolTipManager?) when you do something outside the right
frame (such as click the run button). After that, it doesn't seem to get the
focus back again when you drag & drop an actor on there, even if the "drop"
code is made to call requestFocus(), repaint() or other sundry methods.

The only way I could get it to work consistently was to register the JGraph
with the tooltip manager after a drag & drop is finished. 


More information about the Kepler-dev mailing list