[jbosstools-issues] [JBoss JIRA] (JBIDE-19192) provide option for disable html preview

Nick Boldt (JIRA) issues at jboss.org
Thu Apr 19 10:15:33 EDT 2018


     [ https://issues.jboss.org/browse/JBIDE-19192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Boldt updated JBIDE-19192:
-------------------------------
    Fix Version/s: 4.6.x
                       (was: 4.5.x)


> provide option for disable html preview
> ---------------------------------------
>
>                 Key: JBIDE-19192
>                 URL: https://issues.jboss.org/browse/JBIDE-19192
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: visual-page-editor-core
>    Affects Versions: 4.2.2.Final
>         Environment: win8.1 64 eclipse luna 4.4.0 jboss 4.2.2
>            Reporter: jim harber
>            Assignee: Ilya Buziuk
>            Priority: Critical
>             Fix For: 4.6.x
>
>         Attachments: Clipboard01.png
>
>
> 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
(v7.5.0#75005)


More information about the jbosstools-issues mailing list