From 7bd68f6447c79aa58a9854bb6c44db00ea36a06a Mon Sep 17 00:00:00 2001 From: Andrew den Exter Date: Wed, 18 Apr 2012 17:20:24 +1000 Subject: Ensure the cursor delegate position is correct when wrapping. When inserting text into a TextEdit with implicit width and wrapping the cursor delegate position has to be updated after the width is expanded to the implicit width otherwise it will be positioned in a wrapped location. Change-Id: Ibcb709ec1b4f6827ea8ae919f2e0c932c7372869 Reviewed-by: Martin Jones --- tests/auto/quick/qquicktextinput/data/cursorTestExternal.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/quick/qquicktextinput/data/cursorTestExternal.qml') diff --git a/tests/auto/quick/qquicktextinput/data/cursorTestExternal.qml b/tests/auto/quick/qquicktextinput/data/cursorTestExternal.qml index 9277dcc518..2f43449052 100644 --- a/tests/auto/quick/qquicktextinput/data/cursorTestExternal.qml +++ b/tests/auto/quick/qquicktextinput/data/cursorTestExternal.qml @@ -6,6 +6,7 @@ Rectangle { width: 300; height: 300; color: "white" text: "Hello world!" id: textInputObject; objectName: "textInputObject" + wrapMode: TextInput.Wrap cursorDelegate: Cursor { id:cursorInstance; objectName: "cursorInstance"; -- cgit v1.2.3