On Wed, 21 Jan 2026 20:30:28 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; > > Alexander Zuev has updated the pull request incrementally with one additional > commit since the last revision: > > Restored accidentally damaged copyright header; > Removed NSAccessibilityAnnouncementRequestedNotification LGTM ------------- Marked as reviewed by asemenov (Committer). PR Review: https://git.openjdk.org/jdk/pull/29235#pullrequestreview-3691291297
