When i press tab after editing the next cell is not getting focused and editable, instead the cell gets selected(green background), i am making use of webix.editors.numberEditor
and inside that getValue
before returning the value i am checking for some conditions, when i test them after puting breakpoint i could see the cell gets focused but the focus goes away ehen the value is returned.
Where would i be going wrong?
Please share a snippet or a demo link
http://webix.com/snippet/292b7de6, click makes a ell editable and tab makes the control to go to next cell but the cell is not focused for editing
http://webix.com/snippet/07afa01a …i think even this would do .
Both snippets work correctly with Webix 2.2.10 and later ( snippet tool still uses Webix 2.2.3 so above links show the incorrect behavior )