changeset 8872:60278b5fe4d9

Just c comment describing an existing bug
author gernotbelger
date Wed, 07 Feb 2018 12:03:21 +0100
parents 78cd6572778d
children b78aad3bcf70
files gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ModuleSelection.java
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ModuleSelection.java	Wed Feb 07 12:02:58 2018 +0100
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ModuleSelection.java	Wed Feb 07 12:03:21 2018 +0100
@@ -74,8 +74,12 @@
 
     private VLayout radioPanel;
 
-    /* TODO: seems that it needs to be static for the callback, is this really necessary? 
-     * TODO: what happens if we have several 'new project' windows open in parallel?
+    /* TODO: seems that it needs to be static for the callback, is this really necessary?
+     * FIXME:  this is (most probable) the reason for the following bug:
+     * - open two different new projects
+     * - select in both windows two differenz modules (e.g. w-info in the first, m-info in the second)
+     * - now click on a river in each window
+     * ---> both windows will now show the calculations of the same module (i.e. either both m-info, or both w-info; not one m-info the the other w-info as it should).  
      * */
     private static Module selectedModule = null;
 

http://dive4elements.wald.intevation.org