On Wed, 14 Jan 2026 20:18:08 GMT, Alexander Zuev <[email protected]> wrote:
> The issue with the announcement of the custom spin boxes is that the text > field inside when the value is being changed by the spinbox data model > generates some events that are being interpreted by the accessibility > subsystem as if text is being actively edited and the system tries to > announce it accordingly. In order to stop it from happening we are going to > generate correct events and temporarily suppress the text field's methods > that reporting the editing-related changes until the actual editing is > happened. > > Make embedded text field not to generate random edit-related events; > Add manual test case; @prsadhuk please review from Swing functionality point of view ------------- PR Comment: https://git.openjdk.org/jdk/pull/29235#issuecomment-3774505515
