Keyboard navigations "up", "down", "right", "left" are not working after update

as the title says, I am using the update of webix UI v.2.2.7 and my keyboard navigation keys stoped working. why would it be?

Strange but it works for me.
Can you point to one of standard 2.2.7 samples where it can be reconstructed, or please share a demo|sample where problem can be checked.

http://webix.com/snippet/ gives me webix UI v.2.2.3 how can i use a webix UI v.2.2.7 ?

http://forum.webix.com/discussion/3869/addhotkey-for-numbers something similar to our previous discussion. Are those fixed in this build!

Snippet tools uses latest public version (2.2.3 currently).
You can share the problematic code, I will run it with Webix 2.2.7 locally.

if i remove clipboard:"selection" it works. So i think this is a bug again.

Edit: first tab stopped working so i wrote custom code for that op now keyboard navigation stopped working :frowning:

Please provide a code where problem can be checked

http://webix.com/snippet/10aec953 , i think this would help.

  1. onKeyPress is not responding in this snippet but works locally. here i am writing a custom operation for tab because its obvious is not working.
  2. Please remove the addHotKey - "enter" and try to edit the cell’s. nothing happens tab and keyboard navigation both ain’t working in the snippet.

Just add an “editable:true” to the component’s config.

http://webix.com/snippet/f45742e7, is it working at your side! not working with my system. previous and the snippet that i have put in here both requires a enter to make a cell editable.

http://webix.com/snippet/c4343b88

http://webix.com/snippet/292b7de6

i cross checked running both these snippets locally with both v.2.1.1(as i used to run with this version before) and 2.2.7. in v.2.2.7,though the tab used to work normally the navigation din’t

as these snippets use v.2.2.3 they work fine, i think this issue is only with recent build

Thanks for the code snippets.
I can confirm the regression. Fix will be available in next two days.

Hi, is the fix available!

Webix 2.2.10 is available in customer area

Thanks,

Few issues :

The right arrow key scrolls till the end of the table but if i try to use left arrow to reach left end the scroll does not work while going to left end.

Its very very slow and jerky compared to V.2.2.1 and sometimes the arrow keys doesn’t work at all

Please share some sample or demo link where issue occurs

hi, you can refer this http://bit.ly/1sPCHoM , after the leftSplit when you navigate using right key it scrolls till end but if you try navigating left using left key scroll does not happen till the left end

when doing this operation its bit jerky and very slow and those above mentioned issues

webix_debug.js by above link differs from the same file in webix 2.2.10 package