View Single Post
Posts: 149 | Thanked: 57 times | Joined on Dec 2009
#400
Originally Posted by RobertMe View Post
I just kinda randomly found the fix. So this will be fixed in the upcoming update .

If you can't live with this bug, and aren't afraid of modifying files on the device itself. You're able to edit /usr/share/harbour-xbmcremote/qml/pages/Keypad.qml. At line 49 there is a "anchors.fill: parent" add a new line after it "pressDelay: 0" (as shown in this commit). This should fix the issue. Although I didn't change the file myself on the device (I created a new RPM from Qt Creator), this should work, although I don't have any experience at all at modifying files directly on the device itself (without having a corresponding RPM).
I've modified the file and it seems to be working. Thanks!

I've found another bug: When in movie or audio library in any of the subitems (album artists, etc) if you start typing to search, the keyboard is hidden every time you type a letter, so in order to search for a full name it's very clumpsy since you have to type a letter, then get the focus back on the search widget to continue typing.

Last edited by javiermon; 2014-08-05 at 22:10.