[SailfishDevel] Virtual keyboard disappears while typing in a silica search field

2013-12-26 Thread Luciano Montanaro
Hello everybody, I have this strange problem in my Quando Parte application. I have created a SilicaListView, with a search field as its header. The listview has a long list of stations (around 2000), and the search field is used to narrow it down. Every time the text is updated, I change the

Re: [SailfishDevel] Virtual keyboard disappears while typing in a silica search field

2013-12-26 Thread Vlad Vasilyev
I have this problem too on my project MeeCast On Thu, Dec 26, 2013 at 2:26 PM, Luciano Montanaro mikel...@gmail.comwrote: Hello everybody, I have this strange problem in my Quando Parte application. I have created a SilicaListView, with a search field as its header. The listview has a

Re: [SailfishDevel] Virtual keyboard disappears while typing in a silica search field

2013-12-26 Thread Vlad Vasilyev
Hi. Try to add currentIndex: -1 to SilicaListView. This solution helped with my problem. https://github.com/Meecast/meecast/commit/0bb7417509c5a3aeee9d7ee842c3f5b0ff97af3c Vlad. On Thu, Dec 26, 2013 at 2:26 PM, Luciano Montanaro mikel...@gmail.comwrote: Hello everybody, I have this