JDK-8353916 : Unexpected event type for DOM mutation events with WebKit 620.1
  • Type: Bug
  • Component: javafx
  • Sub-Component: web
  • Affected Version: jfx25
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2025-04-07
  • Updated: 2025-09-03
  • Resolved: 2025-04-09
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
jfx24.0.2Fixed
Related Reports
Causes :  
Description
WebView DOM mutation events should be delivered to the event handler with the type `org.w3c.dom.events.MutationEvent`. This is no longer happening with WebKit 620.1 leading to a ClassCastException if an application tries to cast the event to that class.

Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jfx24u/pull/17 Date: 2025-04-09 08:50:29 +0000
09-04-2025

[jfx24u-fix-request] Approval Request from Jay Bhaskar the patch fixes mutation event issue and should be in sync with mainline
09-04-2025

Changeset: dc115d58 Branch: master Author: Jay Bhaskar <jbhaskar@openjdk.org> Date: 2025-04-09 08:38:05 +0000 URL: https://git.openjdk.org/jfx/commit/dc115d5862894953fb27c1f209b2d81d3694db70
09-04-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jfx/pull/1765 Date: 2025-04-08 11:50:05 +0000
08-04-2025