On Tue, 5 Jul 2022 19:23:13 GMT, Jose Pereda <[email protected]> wrote:
> This PR solves an IAE exception that happens when invoking a ColorChooser > control within a WebView, by getting the r, g, b values from the Color before > calling the colorChooser. > > A system test is included, to verify that there is no exception and the two > native functions that are modified produce the expected color components. I'll review this. @arapte or @jaybhaskar can one you also review? Btw, the failing GHA tests are due to [JDK-8289751](https://bugs.openjdk.org/browse/JDK-8289751). Since web tests and system tests aren't run on GHA the failures aren't relevant. ------------- PR: https://git.openjdk.org/jfx/pull/809
