chris
January 27, 2015, 9:05am
1
serverFilter text input is loosing chars during ajax call
cursor navigation is off on dataTables with navigation: true
as reported here as topic (1):
http://forum.webix.com/discussion/3735/serverfilter-bug-and-question#latest
please help. promised bugfix in 2.2.1 is not working
maksim
January 27, 2015, 2:47pm
2
Yep, somehow fixes was not included in Webix 2.2.1
I have sent you a link to a dev. build by private message.
Same fixes will be included in the next build for sure.
chris
January 27, 2015, 2:57pm
3
Thank you. Better, but still not good:
Especially when the server needs some time for answer, key types go lost during typing.
Cursor movement works again. Thats good.
But after server answer has been rendered, the cursor is positioned at the end of field. that makes some strange experience when editing filter values.
chris
January 27, 2015, 5:36pm
4
i looked myself into webix_debug.js V2.2.2
in line 17343 i commented out the line to set Value
// if (value.value) this.setValue(node, value.value);
after that little change the server filter work OK without irritating cursor movements.
maksim
January 30, 2015, 2:33pm
5
Thanks for the code snippet.
Similar solution added to Webix 2.2.3