In Webix version before 4 (3.x) it was possible to set datatable focus automatically when tabview which contained that datatable was clicked on.
Now it seems that with new keyboard tabbing functionality when I click on the tab, it is no longer possible to automatically set focus on the table. Instead when I click on the tab, and then use arrow-keys on keyboard, I can choose between next/previous tab.
Actually, my problem is not view addition, but automatic view focus on tab activation.
Previously (ver 3.x) I was able to set focus on the table (using webix.UIManager.setFocus) after user clicked on the tab (using onViewShow event) that contained the datatable.
This meant, that user was able to use keyboard (e.g. arrow keys) on the table right after activating the tab. Now it is no longer possible and user has to make 2 clicks: first to activate the tab and second to activate the table inside that tab.
If the datatable is not activated explicitly after clicking on the tab, then arrow-keys are navigating to previous/next tab, which doesn’t seem very intuitive, as I don’t think someone clicking on the tab really wants to start moving between tabs with arrow-keys.