Explorar o código

add comment about scrolling console issues

Gregg Tavares %!s(int64=7) %!d(string=hai) anos
pai
achega
0f7fc62057
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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();
     }