Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
No Version
-
None
Description
using qtbrowserplugin-2.3, a QLineEdit can't seem to get focus, which makes it unusable.
WORKAROUND: Add this line to the plugin constructor (e.g. Trivial::Trivial()):
QApplication::setActiveWindow(this);