Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.4.0
-
None
Description
Verify bug
========
We have encountered an additional issue when using line edits in web view using the Graphics View architecture. We are using Qtopia Home 4.4.0 configured with -platform.
Here's a description of the issue we are seeing:
"I created a QGraphicsScene and added a QWebView to it using addWidget. Inside the QWebView, I then added a QLineEdit as an embedded object using object type application/x-qt-plugin. The line edit can be selected and a cursor appears to indicate that it is ready to accept text input. However, when clicking outside the QLineEdit, the cursor still appears in the text box as if it is still ready for editing. I can click on another QLineEdit that was embedded in the web page and the cursor will move to that text box. As soon as I click outside any of the QLineEdits, the click is not responded to and the cursor remains in the text box. This same code works fine if the graphics view architecture is not used."
Is there something that can be done to a line edit so it will not have this focus issue?