Cloners :
|
|
Duplicate :
|
|
Duplicate :
|
|
Relates :
|
Since 8_u60 my code in NetBeans http://hg.netbeans.org/html4j/file/e390a06dbfac/boot-fx/src/main/java/org/netbeans/html/boot/fx/FXBrwsr.java#l303 that used to open alert/confirm dialogs is broken, if executed as window.setTimeout(function() { alert('I will yield an error'); }, 1000); As far as I can say this is a regression as the same code works in JDK7 and in earlier builds in JDK8. Workarounds aren't easy, as the JavaScript code is supposed to block and wait until alert/confirm is dismissed.
|