TODO re JAL-433 - filter events if alignFrame is specified for handler
authorjprocter <jprocter@compbio.dundee.ac.uk>
Sun, 3 Jul 2011 12:43:10 +0000 (13:43 +0100)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Sun, 3 Jul 2011 12:43:10 +0000 (13:43 +0100)
src/jalview/javascript/MouseOverListener.java

index ac79e45..82fd6a4 100644 (file)
@@ -41,6 +41,7 @@ public class MouseOverListener extends JSFunctionExec implements
             src = ((jalview.appletgui.AlignViewport) source).applet.currentAlignFrame;
 
           }
+          // TODO: ensure that if '_af' is specified along with a handler function, then only events from that alignFrame are sent to that function
         }
         executeJavascriptFunction(_listener, new Object[]
         { src, seq.getDisplayId(false), "" + (1 + i), ""+seq.findPosition(i) });