From 086d023b22a83e91a86c2ecd7d0ea8c6d3cc72de Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 26 Mar 2020 16:10:44 +0300 Subject: [PATCH] notes and planning... Signed-off-by: Alex A. Naanou --- ui (gen4)/lib/widget/browse2.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/ui (gen4)/lib/widget/browse2.html b/ui (gen4)/lib/widget/browse2.html index 732f7b19..abd82149 100755 --- a/ui (gen4)/lib/widget/browse2.html +++ b/ui (gen4)/lib/widget/browse2.html @@ -384,6 +384,33 @@ $(function(){
+ +
+
+Issues:
+- an issue with DOM replacement during the update sequence...
+    - kills draggable...
+        the main list is dragable but after render it does not work.
+    - messes with buttons on nested lists...
+        to reproduce:
+            open: B/C (copy path, then paste to dialog)
+            collapce...
+                - B is hidden fully
+            recover by collapsing B then expanding
+                - now everything is working but buttons are not drawn
+- who is responsible for drawing? ...parent or child?
+    ...this might be related to the above issue (case #2)
+
+
+ToDo:
+- partial render for long lists...
+- mode to render paths flat (a-la browse-walk.js) 
+- interactive path element...
+- search -- flat/deep
+- migrate constructors from browse.js...
+
+
+