Our blazing fast Grid component built with pure JavaScript


Post by henrique »

When I use keyboard navigation, with the "Shift+Tab" hotkey, the focus doesn't leave the frame I'm in.

// uneditable datefield (user only allowed to use picker)
new DateTimeField({
    appendTo : targetElement,
    value    : new Date(2021, 0, 5, 12, 40),
    label    : 'Enter date & time'
});

new DateTimeField({
    appendTo : targetElement,
    value    : new Date(2021, 0, 5, 12, 40),
    label    : 'Enter date & time'
});

new DateTimeField({
    appendTo : targetElement,
    value    : new Date(2021, 0, 5, 12, 40),
    label    : 'Enter date & time'
});

Post by alex.l »

Hi henrique,

What do you mean by "the focus doesn't leave the frame I'm in"? Is it tab order problem or you cannot change the focus at all? How to reproduce this?

Try to set https://bryntum.com/docs/grid/api/Core/widget/TextField#config-tabIndex

All the best,
Alex


Post by henrique »

If you use the code I sent, and change the focus of the fields with Tab, go to the last field, and try to go back to the first with Shit+Tab, it does not return, loops in the last frame.


Post by alex.l »

Reproduced, thank you for the report. Here is a ticket to track the status https://github.com/bryntum/support/issues/4642

All the best,
Alex


Post Reply