From 9f3c18660a9a299cf8f85e05122422057b4405c8 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 5 Jan 2014 09:36:33 +0400 Subject: [PATCH] updated todo + minor changes... Signed-off-by: Alex A. Naanou --- ui/TODO.otl | 1 + ui/lib/panels.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/TODO.otl b/ui/TODO.otl index 37c2f984..8e87abe9 100755 --- a/ui/TODO.otl +++ b/ui/TODO.otl @@ -110,6 +110,7 @@ Roadmap [_] 32% Gen 3 current todo [_] 64% High priority + [_] BUG: panels: open/close events get triggered on panel drag/sort... [_] buildcache: add option to control image sort... [_] ASAP: Need visual indicators for long operations... [_] 66% tags diff --git a/ui/lib/panels.js b/ui/lib/panels.js index 28468f37..bc573cc8 100755 --- a/ui/lib/panels.js +++ b/ui/lib/panels.js @@ -461,11 +461,11 @@ function makePanelController(title, content_builder, panel_setup, content_resiza // 2) if no panel exists, create it // - content_builder() must return panel content + // XXX need to get saved coordinates... if(panel.length == 0){ panel = makeSubPanel(title, content_builder(), parent, open, content_resizable) .attr('id', title) - // XXX should this be before or after the append??? panel_setup(panel) // trigger the open event...