Re: RFR: 8356983: Create implementation of NSAccessibilityImage protocol

2025-05-28 Thread duke
On Tue, 27 May 2025 04:18:33 GMT, Alexander Zuev wrote: > - Initial implementation; > - Added accessible text to image view in Ensemble8 to make testing of this > feature with Ensemble8 more viable; @azuev-java Your change (at version 26ab7447ada7bcadfdc23e5b507068ebad22fc21) is now ready to

Re: RFR: 8356983: Create implementation of NSAccessibilityImage protocol

2025-05-28 Thread Ambarish Rapte
On Tue, 27 May 2025 04:18:33 GMT, Alexander Zuev wrote: > - Initial implementation; > - Added accessible text to image view in Ensemble8 to make testing of this > feature with Ensemble8 more viable; LGTM... - Marked as reviewed by arapte (Reviewer). PR Review: https://git.openjdk

Re: RFR: 8356983: Create implementation of NSAccessibilityImage protocol

2025-05-27 Thread Andy Goryachev
On Tue, 27 May 2025 04:18:33 GMT, Alexander Zuev wrote: > - Initial implementation; > - Added accessible text to image view in Ensemble8 to make testing of this > feature with Ensemble8 more viable; Marked as reviewed by angorya (Reviewer). Added ImageView page to the monkey tester: https://gi

RFR: 8356983: Create implementation of NSAccessibilityImage protocol

2025-05-26 Thread Alexander Zuev
- Initial implementation; - Added accessible text to image view in Ensemble8 to make testing of this feature with Ensemble8 more viable; - Commit messages: - 8356983: Create implementation of NSAccessibilityImage protocol Changes: https://git.openjdk.org/jfx/pull/1816/files Webre