On Wed, 19 Mar 2025 13:46:18 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
> Added columnSelection check..SwingSet2 selectAll selection can be viewed as > selecting all rows which can be perceived as selecting all cells, so to be > safe added the check.. Moreover, It is seen that by unchecking "rowSelection" check selectAll didnt allow cell selection so it doesnt override the row/column selection-allowed setting..so added the columnSelectionAllowed check before selecting columns and similarly for rows.. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/24025#discussion_r2004762807