Integrated: 8353916: Unexpected event type for DOM mutation events with WebKit 620.1
Jay Bhaskar
jbhaskar at openjdk.org
Wed Apr 9 08:40:48 UTC 2025
On Tue, 8 Apr 2025 11:50:05 GMT, Jay Bhaskar <jbhaskar at openjdk.org> wrote:
> Issue: In WebKit 619.1, MutationEvent was properly handled and overridden, so casting to it worked as expected. In newer WebKit versions (like the one embedded in current JavaFX), MutationEvent is deprecated, and the actual event dispatched is just a generic DOM Event.
> Solution: restore the old style mutation event support, which will cause the returned events to again be instances of MutationEvent.
This pull request has now been integrated.
Changeset: dc115d58
Author: Jay Bhaskar <jbhaskar at openjdk.org>
URL: https://git.openjdk.org/jfx/commit/dc115d5862894953fb27c1f209b2d81d3694db70
Stats: 3 lines in 1 file changed: 3 ins; 0 del; 0 mod
8353916: Unexpected event type for DOM mutation events with WebKit 620.1
Reviewed-by: kcr, arapte
-------------
PR: https://git.openjdk.org/jfx/pull/1765
More information about the openjfx-dev
mailing list