[jbosstools-issues] [JBoss JIRA] (JBDS-3340) html visual editor living view

jim harber (JIRA) issues at jboss.org
Sat Feb 7 13:06:48 EST 2015


jim harber created JBDS-3340:
--------------------------------

             Summary: html visual editor living view
                 Key: JBDS-3340
                 URL: https://issues.jboss.org/browse/JBDS-3340
             Project: Developer Studio (JBoss Developer Studio)
          Issue Type: Bug
         Environment: win8.1 64 eclipse luna 4.4.0 jboss 4.2.2
            Reporter: jim harber
            Priority: Optional


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. 



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the jbosstools-issues mailing list