Details
-
Bug
-
Resolution: Fixed
-
P4: Low
-
None
-
5.1.0 Beta 1, 5.2.0 RC1
-
None
-
Mac OSX, Linux
Description
using the test case:
import QtQuick 2.0 Rectangle { width: 360 height: 360 TextInput { anchors.centerIn: parent text: "Hello World" selectByMouse: true } }
1 - select some text with the mouse
2 - focus another window
problem => the text is no longer selected in TextInput.
Also affect qtquickcontrols gallery examples when text is selected and a menu pops up.
Attachments
Issue Links
- relates to
-
QTBUG-35737 Clicking on the menu resets activeFocusItem on Windows
- Open
-
QTBUG-36332 QtQuick Controls: actions which depend on activeFocusItem are disabled when a menu is shown
- Closed