JDK-8162549 : The green "Success" message appear and disappear very shortly.
  • Type: Bug
  • Component: javafx
  • Sub-Component: web
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_10
  • CPU: x86
  • Submitted: 2016-07-11
  • Updated: 2019-09-16
  • Resolved: 2016-07-26
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9Resolved
Related Reports
Duplicate :  
Description
Webnode's JS engine doesn't honor timeouts properly anymore.
As of b123, it did.
As of b127, it already doesn't.
Please use attached POC to reproduce:
- load HTML file into Webnode;
- press the button; you should see text "One" next to it;
- in 5 seconds "One" should change into "Two".
With b127: there is no timeout between "One" and "Two".

Evergreen info goes below.
------

Testsuite name: WebNodeManualTest
Test name(s): com/sun/fx/webnode/tests/dnd/DragAndDrop.java#dropEffectCopy
Product(s) tested: JDK9b126 (64bit)
OS/architecture: Win10-x64

Reproducible: Always
Reproducible on machine: Evergreen-machine
[If Sometimes] Also reproducible on machine:

Is it a Regression:
[If Regression] Regression introduced in release/build:
Test result on the last GAed release for this train:
[if Fail] Test result on FCS:

Is it a platform specific issue:
[If platform specific issue] Is it a new (previously unsupported) OS/browser/mode testing:
[If new configuration testing] Issue specific to execution mode or OS/browser version:

Steps to reproduce:
1. Install Test build JDK9b126 (64bit) and set JAVA_HOME env
2. use test bundle:java-client-9-manual-new.tar.gz and extract to a folder of java-client-9-manual <WS>
3. Install ANT (version:1.9.7) and set ANT_HOME env
4. Change javafx.home path in build.properties file(under the folder <WS>)
5 Enter the testsuite "WebNodeManualTests" directory(under the folder<WS>/open/tests/functional) and run command: ant run-manual
6. Run the case:com/sun/fx/webnode/tests/dnd/DragAndDrop.java#dropEffectCopy  in the harness. 

Instructions:
1.Wait for the test page to load.
2.Start dragging the rectangle with "Default" drag effect (you should be able to drag it). Drop it on the yellow rectangle with "Copy" drop effect. A green "Success" message should appear below.
3.Wait till "Success" message disappears. Start dragging the rectangle with "All" drag effect (you should be able to drag it). Drop it on the yellow rectangle with "Copy" drop effect. A green "Success" message should appear below.
4.Wait till "Success" message disappears....

Actual result:
The green "Success" message appear and disappear very shortly.
By the way, the message will disappear after a while on JDK8.
Comments
I tested with latest JDK-9, windows 7 and im not able to reproduce this issue. This issue broken in JDK 9 , 126 and Mostly might have fixed by JDK-8161258 (this fix is included in JDK 9, 128 build). Also tested with 8u112 - b04 and this issue is not reproducible. Hence closing this issue as duplicate of JDK-8161258
26-07-2016