On Fri, 23 Jun 2023 18:45:41 GMT, Alexander Zuev wrote:
> Backport of a regression fix for JDK-8309733
>
> Changes applied cleanly.
Marked as reviewed by prr (Reviewer).
-
PR Review: https://git.openjdk.org/jdk21/pull/59#pullrequestreview-1495745120
Backport of a regression fix for JDK-8309733
Changes applied cleanly.
-
Commit messages:
- Backport d1d2b55ce0b950e07f6e3761983f73fd58079627
Changes: https://git.openjdk.org/jdk21/pull/59/files
Webrev: https://webrevs.openjdk.org/?repo=jdk21&pr=59&range=00
Issue: https://bugs.op
On Wed, 21 Jun 2023 20:37:01 GMT, Alexander Zuev wrote:
> Only pass value changed event to the native accessibility peer when the value
> is actually changed. While at fixing it for RadioButton also fixing it for
> checkbox and toggle button so there is no need to re-visit this file later.
> Al
On Wed, 21 Jun 2023 20:37:01 GMT, Alexander Zuev wrote:
> Only pass value changed event to the native accessibility peer when the value
> is actually changed. While at fixing it for RadioButton also fixing it for
> checkbox and toggle button so there is no need to re-visit this file later.
> Al
On Thu, 22 Jun 2023 18:45:27 GMT, Alexander Zuev wrote:
>> src/java.desktop/macosx/classes/sun/lwawt/macosx/CAccessible.java line 185:
>>
>>> 183: // Do send check box state changes to native side
>>> 184: if (thisRole == AccessibleRole.CHECK_BOX) {
>>> 18
On Thu, 22 Jun 2023 18:46:51 GMT, Artem Semenov wrote:
> Is it possible to add a regression test on these components? to
> `test/jdk/java/awt/a11y`
Not within this regression type fix unless i find a way to write an automatic
regression test which i don't see a way of. As of creating a compreh
On Wed, 21 Jun 2023 20:37:01 GMT, Alexander Zuev wrote:
> Only pass value changed event to the native accessibility peer when the value
> is actually changed. While at fixing it for RadioButton also fixing it for
> checkbox and toggle button so there is no need to re-visit this file later.
> Al
On Wed, 21 Jun 2023 20:37:01 GMT, Alexander Zuev wrote:
> Only pass value changed event to the native accessibility peer when the value
> is actually changed. While at fixing it for RadioButton also fixing it for
> checkbox and toggle button so there is no need to re-visit this file later.
> Al
On Wed, 21 Jun 2023 20:37:01 GMT, Alexander Zuev wrote:
> Only pass value changed event to the native accessibility peer when the value
> is actually changed. While at fixing it for RadioButton also fixing it for
> checkbox and toggle button so there is no need to re-visit this file later.
> Al
On Thu, 22 Jun 2023 18:44:00 GMT, Sergey Bylokhov wrote:
>> Only pass value changed event to the native accessibility peer when the
>> value is actually changed. While at fixing it for RadioButton also fixing it
>> for checkbox and toggle button so there is no need to re-visit this file
>> lat
On Thu, 22 Jun 2023 15:41:47 GMT, Alexander Zuev wrote:
> > Should VO announce radiobutton's position also?
>
> That is beyond the scope of this bug but overall i would look at the native
> applications with the same type of controls. If native controls do not
> demonstrate the same behavior t
On Wed, 21 Jun 2023 20:37:01 GMT, Alexander Zuev wrote:
> Only pass value changed event to the native accessibility peer when the value
> is actually changed. While at fixing it for RadioButton also fixing it for
> checkbox and toggle button so there is no need to re-visit this file later.
> Al
On Thu, 22 Jun 2023 05:27:43 GMT, Abhishek Kumar wrote:
> Should VO announce radiobutton's position also?
That is beyond the scope of this bug but overall i would look at the native
applications with the same type of controls. If native controls do not
demonstrate the same behavior then i woul
On Wed, 21 Jun 2023 20:37:01 GMT, Alexander Zuev wrote:
> Only pass value changed event to the native accessibility peer when the value
> is actually changed. While at fixing it for RadioButton also fixing it for
> checkbox and toggle button so there is no need to re-visit this file later.
> Al
Only pass value changed event to the native accessibility peer when the value
is actually changed. While at fixing it for RadioButton also fixing it for
checkbox and toggle button so there is no need to re-visit this file later.
Also updating the copyright year.
-
Commit messages:
15 matches
Mail list logo