On Tue, 3 Mar 2026 21:33:24 GMT, Alexander Zuev <[email protected]> wrote:

> Initial implementation.

Can this be tested with the monkey tester?  If so, what should be the expected 
outcome?

Also, for the bookkeeping sake, do you think it might be worth to create an 
umbrella task linking all the similar tickets?

modules/javafx.graphics/src/main/native-glass/mac/a11y/AccessibleBase.m line 55:

> 53:     [rolesMap setObject:@"JFXCheckboxAccessibility" 
> forKey:@"TOGGLE_BUTTON"];
> 54:     [rolesMap setObject:@"JFXStaticTextAccessibility" forKey:@"TEXT"];
> 55:     [rolesMap setObject:@"JFXLinkAccessibility" forKey:@"HYPERLINK"];

Would it make sense to sort the source by `forKey` name (for human consumption)?

I take it since it's a map, the declaration order is not important?

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

PR Review: https://git.openjdk.org/jfx/pull/2094#pullrequestreview-3885263819
PR Review Comment: https://git.openjdk.org/jfx/pull/2094#discussion_r2880684593

Reply via email to