On Tue, 11 Aug 2026 17:14:50 GMT, Andy Goryachev <[email protected]> wrote:

> How do I trigger VISIBLE_ITEM_RANGE code path?

It is being called from the a11y code to query the currently visible rows range 
when VO requests all rows. So just create a large list or table (like 100000 
rows), put focus on one of the first rows and start VoiceOver. Then using mouse 
scroll somewhere far away from the currently focussed row and click on any 
element within the row. The VO should re-request the list of the rows and it 
should correctly narrate the newly selected element. If this query fails the VO 
will narrate "Empty row" instead of the actual content of the selected row or 
cell.

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

PR Comment: https://git.openjdk.org/jfx/pull/2217#issuecomment-5258454543

Reply via email to