RFR: 8301900: TextArea: Committing text with ENTER in an IME window inserts newline [v2]

Martin Fox mfox at openjdk.org
Tue Jan 30 01:18:40 UTC 2024


On Tue, 30 Jan 2024 00:57:53 GMT, Martin Fox <mfox at openjdk.org> wrote:

> Currently it commits a zero-length string (which appears to be a no-op) and leaves the composition buffer untouched.

Correcting myself: it does clear the composition buffer. But the zero-length commit doesn't seem to be doing what it needs to.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1351#issuecomment-1915878911


More information about the openjfx-dev mailing list