Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Work around the JavaFX NPE bug causing HTML5 listeners to not be called #4259

Commits on Aug 24, 2023

  1. Use a new instance each time we add an EventListener to a WebView

    Using a method reference creates a new `EventListener` instance each time rather than registering the same instance over
    and over. This works around the JavaFX 19 & 20 bug that generates a NPE while handling events.
    kwvanderlinde committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    1767e62 View commit details
    Browse the repository at this point in the history