support icon indicating copy to clipboard operation
support copied to clipboard

[SALESFORCE] Right clicking a check column does not always select the cell

Open chuckn0rris opened this issue 6 months ago • 0 comments

Screenshot 2024-08-14 at 10 46 06

            features: {
                rowReorder: {
                    dropOnLeaf: true
                },
                cellCopyPaste : true,
                fillHandle : true,
                search: true,
            },
columns : [
    // ...
    {
        type : 'check'
    },
]

Forum post

Hi,

We have found an issue with the cell selection behaviour when right clicking a Check column cell.

The expected behaviour is to always select the cell so that when the context menu opens it is in the context of the cell that was clicked.

The actual behaviour is that the previously selected cell remains selected, but the context menu opens on the cell that was right clicked. This results in the context menu actions applying to the previously selected cell.

The attached video shows this happening in a Salesforce environment: https://drive.google.com/file/d/1AYtuLo4KEfj2alGkyrfYIfU6EhKi0c8t/view?usp=sharing

Note that it does take a few attempts for issue to present itself. We can only get this to happen on a Salesforce environment, although it may be an issue off-platform too.

Thanks, Josh

chuckn0rris avatar Aug 14 '24 07:08 chuckn0rris