Browse Source

add comment about scrolling console issues

Gregg Tavares 7 years ago
parent
commit
0f7fc62057
1 changed files with 6 additions and 0 deletions
  1. 6 0
      threejs/resources/threejs-lessons-helper.js

+ 6 - 0
threejs/resources/threejs-lessons-helper.js

@@ -172,6 +172,12 @@
       // any random iframe control to bring itself into view against
       // the parent's wishes.
       //
+      // note that even if we used a solution (which is to manually set
+      // scrollTop) there's a UI issue that if the user manaully scrolls
+      // we want to stop scrolling automatically and if they move back
+      // to the bottom we want to pick up scrolling automatically.
+      // Kind of a PITA so TBD
+      //
       // div.scrollIntoView();
     }