On Fri, 10 Jun 2022 07:50:42 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> 
wrote:

> Was there any reason of calling table.setFocusable(false) in clearSelect()? 
> We have some focus related mach5 issues in macos that crops out 
> intermittently so maybe we should get rid of that if it's not needed. I think 
> just calling clearSelection() would have been enough. Can you please check?

Yeah, table.setFocusable(false) is added intentionally, it is added to disable 
the cell focus. After selection the focus remains in cell, so in order to 
release the focus I used it. Any alternative to this is available?

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

PR: https://git.openjdk.org/jdk/pull/9117

Reply via email to