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...