Re: Weird text input problem
Do you mean that you can't type in to Qt Creator, or an application you are building with it?
Re: Weird text input problem
Both, although the application seems to be always, while Creator is sporadic - it only occasionally refuses to accept input.
It does seem to be a Linux problem however - I can't replicate the issue in Windows.
Re: Weird text input problem
I have the same problem with Creator after I resume from suspend sometimes. Weirdly, if I go and type in another program then I can come back and type into Creator. Using Ubuntu.
Re: Weird text input problem
Interesting ... I might try that. (also using ubuntu)
for some reason, my project isn't building on the version of Qt I have on Ubuntu on my desktop, so I'll install 4.6.3/Creator 2.0.0 and see if the problem recurs. I'll also try it on KDE to see if it could be a GNOME problem ... I assume you're using standard GNOME numbat?
Re: Weird text input problem
Same issue here. If laptop is suspended with the focus on any input field of _any_ Qt program, when it is resumed, the cursor will be missing, and while you'll be able to select things - you won't be able to type.
Ubuntu 10.04, 64bit, and damn Qt is buggy.
Re: Weird text input problem
Creator 2 is built against the (unstable) 4.7. The apps built with it are compiled against 4.6, so if both Creator and the target application act in the same weird way (and they didn't do that earlier) then it is likely not a bug in Qt (otherwise it'd be there with earlier versions of Qt too), more likely in some dependency of it (or something completely unrelated). I'm having freezing issues with Creator 2 beta as well (it's built against quite old revision of 4.7), different from yours though.