On Thu, 29 Feb 2024 15:48:30 GMT, Jose Pereda <jper...@openjdk.org> wrote:
> Almost clean backport of 8322703: Intermittent crash in WebView in a JFXPanel > from IME calls on macOS > > Reviewed-by: jbhaskar, arapte > > Very minor conflicts after cherry picking the commit: > > // InputMethodRequests implementation > +<<<<<<< HEAD > +======= > ... > @Override > +>>>>>>> 40809a3f84 (8322703: Intermittent crash in WebView in a JFXPanel > from IME calls on macOS) > public Point2D getTextLocation(int offset) { > > > I fixed it manually, and pushed the change. This pull request has now been integrated. Changeset: c54a9ed3 Author: Jose Pereda <jper...@openjdk.org> URL: https://git.openjdk.org/jfx17u/commit/c54a9ed3e91dad2d0b06302d75387882310b3fe6 Stats: 63 lines in 1 file changed: 34 ins; 18 del; 11 mod 8322703: Intermittent crash in WebView in a JFXPanel from IME calls on macOS Reviewed-by: jvos Backport-of: 40809a3f84d5f9f91b265f455a95d045e5b4f692 ------------- PR: https://git.openjdk.org/jfx17u/pull/179