QLineEdit on OSX and the initial cursor position problem
-
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?