Page 1 of 1

[INFO REQ] Tab order problems!

Posted: Mon May 16, 2022 7:59 pm
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'
});

Re: [INFO REQ] Tab order problems!

Posted: Wed May 18, 2022 5:19 am
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


Re: [INFO REQ] Tab order problems!

Posted: Wed May 18, 2022 12:51 pm
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.


Re: [INFO REQ] Tab order problems!

Posted: Thu May 19, 2022 10:46 am
by alex.l

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