**** BEGIN LOGGING AT Sun Mar 11 02:59:58 2012 Mar 11 14:41:10 is there any way to auto hide the touchpad keyboard after the user taps on enter, on text input field, with enyo1 ? other than setting the keyboard to manual mode and hide it inside callback for onchange event Mar 11 15:08:08 burg: Maybe you could focus a non-text field? Mar 11 15:10:33 Roy-Pre1011, my problem is like that: i have a text input (on the top of the screen) and a virtual list which initially is populated with all entryes, then the top text input can filter them. when i tap on enter, the virtual lists refreshes to the new entries, but for less than a second, then it refreshes again and use the old data to populate itself. this happens while the keyboard is hiding Mar 11 15:11:38 Roy-Pre1011, if i don`t hide the keyboard (and set manual mode to false, so the tap of enter won`t hide it), then the results are displayed correctly, after i hide it from the hide button Mar 11 15:12:34 Sounds like the problem's not the keyboard but some other logic... Mar 11 15:14:16 Roy-Pre101, the only difference between these two cases is that in one i use enyo.keyboard.hide(), in other i don`t Mar 11 15:15:16 could it be another event is being fired which causes the list to repopulate? Mar 11 15:16:23 not at all, that line (and the one which sets keyboard to manual mode) are the only differences Mar 11 15:23:13 My point is that the keyboard may be focusing to a different control when you press enter and it's causing the refresh. The rebuilding of the list with the wrong data may occur because of another event. Mar 11 19:21:27 hmm.. any of you guys mess with the "AliceJS" css anim engine? http://blackberry.github.com/Alice/demos/stack.html unlike Morf, that seems to run quite well on webos phones and blackberry.. Mar 11 20:43:02 enyo.js:1542 enyo.gesture.drag: mouse must be down to drag. Mar 11 20:43:06 i get that a lot Mar 11 20:54:23 what mouse... Mar 11 20:54:52 it happens when i click the scrollbar in the chrome browser, and then release it and move the mouse to the left Mar 11 20:54:59 on my acer aspire one netbook Mar 11 20:55:06 with that touchpad mouse Mar 11 22:39:38 you shouldn't even have a scrollbar. i honestly don't know what you're talking about -.- **** ENDING LOGGING AT Mon Mar 12 02:59:58 2012