JDK-8290237 : Unit test HTMLEditingTest.clipboardGetDataOnPaste fails with WebKit 614.1
  • Type: Bug
  • Component: javafx
  • Sub-Component: web
  • Affected Version: jfx20,8u351
  • Priority: P3
  • Status: Open
  • Resolution: Unresolved
  • OS: generic
  • CPU: generic
  • Submitted: 2022-07-13
  • Updated: 2024-06-14
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.
Other
jfx24Unresolved
Related Reports
Relates :  
Description
When HTMLEditingTest is executed with webkit 614.1,  clipboardGetDataOnPaste test fails with below error log:

HTMLEditingTest > clipboardGetDataOnPaste FAILED
    org.junit.ComparisonFailure: Source clipboard onpaste data expected:<[Clipboard text]Default> but was:<[]Default>
        at org.junit.Assert.assertEquals(Assert.java:117)
        at test.javafx.scene.web.HTMLEditingTest.lambda$clipboardGetDataOnPaste$0(HTMLEditingTest.java:76)
Comments
The same testcase is passed when run manually on HelloWebView. This failure could be related to configuration issue and the investigation will be continued. This test can be deferred for now.
17-08-2022