# HG changeset patch # User gernotbelger # Date 1518001401 -3600 # Node ID 60278b5fe4d9c6da865e21cbbe0d8d43d89f409c # Parent 78cd6572778d87247ad4e0b1edb71ed668d4d86e Just c comment describing an existing bug diff -r 78cd6572778d -r 60278b5fe4d9 gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ModuleSelection.java --- 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;