bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
53 stars 6 forks source link

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

Open chuckn0rris opened 1 month ago

chuckn0rris commented 1 month ago
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