On Tue, 21 Jul 2026 19:08:22 GMT, Andy Goryachev <[email protected]> wrote:

> Just FYI, there seems to be multiple accessibility issues in TableView 
> (present in master, so they are separate, pre-existing issues):
> 
> 1. command-A to select all, the accessibility rectangle goes outside of the 
> visible area (i.e. when the table width exceeds the scroll pane view port).  
> tried to create a screenshot, but mac does not screenshot the accessibility 
> decorations.
> 2. select a table cell, then click on the scroll bar with the mouse to show 
> next/previous page.  the accessibility focus rectangle remains in the same 
> place, now selecting some other cell, while the logical selection remains 
> unchanged it seems.  using control-option-arrow keys, the viewport jumps to 
> the previously selected cell.  also, the accessibility focus rectangle might 
> go outside of the view port area if the table width is larger than the scroll 
> pane viewport.
> 3. unexpectedly, using accessibility navigation control-option-arrow keys, 
> the menu is selected on all key released (because of the option key release).

I will try to address these issues with the implementation for the table rows, 
if i will not be able to - i will create a separate bug to tackle it later.

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

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

Reply via email to