View Single Post
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#77
Originally Posted by Android_808 View Post
qml-browser 0.2 from extras-devel.

entering google.com in url bar for me always produces Google.com. pressing enter then changes to http:www.google.com. if i highlight all and start typing i get small letter first, if box is empty i always get a capital.

stand corrected on other point, must of missed that in update.
It will do that if you have auto-capitalize enabled in the text input settings, because the URL bar uses the default Qt input method hints. I have changed them now:

Code:
inputMethodHints: Qt.ImhNoAutoUppercase | Qt.ImhNoPredictiveText
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub
 

The Following 3 Users Say Thank You to marxian For This Useful Post: