QLineEdit on OSX and the initial cursor position problem
General and Desktop
5
Posts
2
Posters
2.2k
Views
1
Watching
-
I am experiencing a strange phenomenon with Qt 4.7.4 (was present in earlier versions too). Sometimes, when I click on an empty QLineEdit to bring it to focus, the cursor will start blinking on the right hand side of the edit-box (as if typing RTL). Only after the first key press and the first character appearing, it will "jump" to the left, positioning itself after the character I just typed. It this some kind of RTL/LTR confusion? should I specify something more explicitly?