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
55 stars 6 forks source link

Add copy paste support, enable pasting in empty columns using keyboard #7067

Open chuckn0rris opened 1 year ago

chuckn0rris commented 1 year ago

Forum post

Hi there,

We've been doing some keyboard accessibility testing on our implementation of the Bryntum Task Board.

We've found a couple of issues in that it's not possible to:

Tab / navigate to another column that has no tasks rendered. Drag / drop a spacebar selected task to another column.

Is there something we are missing here or are there any plans to support this functionality in future?

Thanks, Callum

ExtAnimal commented 1 year ago

@chuckn0rris This is a TaskBoard ticket. Not relevant to the Schedulers, or Gantt or Calendar.

It's about making a TaskBoard column visitable by tabbing.

ExtAnimal commented 1 year ago

Of course making a column focusable is as simple as this in TaskBoardBase.js:

Screenshot 2023-11-17 at 10 03 48

But it's pointless until there's some Feature which acts upon keystrokes.