Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-19192

provide option for disable html preview

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Critical
    • 4.30.x
    • 4.2.2.Final
    • None
    • Sprint #1 April 2015, Sprint #2 April 2015, Sprint #3 May 2015, Sprint #4 May 2015, Sprint #5 Jun 2015, Sprint #6 July 2015, Sprint #8 August 2015
    • Hide

      //javascript with tween.js
      var eles = [];
      //push such as 500 elements into eles;
      ...
      function animate(){
      requestAnimationFrame(animate);
      TWEEN.update();
      }

      Show
      //javascript with tween.js var eles = []; //push such as 500 elements into eles; ... function animate(){ requestAnimationFrame(animate); TWEEN.update(); }
    • User Experience

    Description

      when i use tween.js to create a html page,i create an array,here is the problem:
      var eles = [];
      //push such as 500 elements into eles;
      ..
      then i need call a function to update every element in eles,when these two line:
      requestAnimationFrame(animate);
      TWEEN.update();
      already in the function,i can't see a change in preview and it makes eclipse shutdown,so i put this two line when i finish the other codes,this time preview become normal.
      every time when i type to for(var i=0;i<eles.length;i) eclipse gets stuck. so i wonder is thers any chance i can shutdown living view,i checked preferences panel i didn't find anything.

      Attachments

        Activity

          People

            ibuziuk@redhat.com Ilya Buziuk
            regdeve jim harber (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: