Activity log for bug #1166840

Date Who What changed Old value New value Message
2013-04-09 14:54:29 Ugo Riboni bug added bug
2013-04-09 14:57:11 Tim Peeters ubuntu-ui-toolkit: status New Confirmed
2013-04-09 15:03:56 Tim Peeters ubuntu-ui-toolkit: assignee Tim Peeters (tpeeters)
2013-04-09 15:04:25 Tim Peeters ubuntu-ui-toolkit: importance Undecided High
2013-04-10 11:10:10 Tim Peeters ubuntu-ui-toolkit: importance High Critical
2013-04-11 10:28:42 Olivier Tilloy description In the test code below, focus the TextArea and type Enter (or press Enter on the OSK on the phone). It should insert a new line in the text, instead it produces this error: file:///usr/lib/i386-linux-gnu/qt5/qml/Ubuntu/Components/AbstractButton.qml:41: The test case is below: import QtQuick 2.0 import Ubuntu.Components 0.1 import Ubuntu.Components.ListItems 0.1 as ListItem Item { height: 800 width: 400 ListItem.Empty { height: 200 anchors.left: parent.left anchors.right: parent.right TextArea { anchors.fill: parent } } } In the test code below, focus the TextArea and type Enter (or press Enter on the OSK on the phone). It should insert a new line in the text, instead it produces this error: file:///usr/lib/i386-linux-gnu/qt5/qml/Ubuntu/Components/AbstractButton.qml:41: Error: Insufficient arguments The test case is below: import QtQuick 2.0 import Ubuntu.Components 0.1 import Ubuntu.Components.ListItems 0.1 as ListItem Item {     height: 800     width: 400     ListItem.Empty {         height: 200         anchors.left: parent.left         anchors.right: parent.right         TextArea {             anchors.fill: parent         }     } }
2013-04-11 18:35:36 Tim Peeters ubuntu-ui-toolkit: status Confirmed In Progress
2013-04-11 19:04:19 Launchpad Janitor branch linked lp:~tpeeters/ubuntu-ui-toolkit/listitem-textarea
2013-04-12 11:21:26 Tim Peeters ubuntu-ui-toolkit: assignee Tim Peeters (tpeeters) Zsombor Egri (zsombi)
2013-04-12 11:21:33 Tim Peeters ubuntu-ui-toolkit: status In Progress Confirmed
2013-04-15 14:54:47 Zsombor Egri branch unlinked lp:~tpeeters/ubuntu-ui-toolkit/listitem-textarea
2013-04-15 14:56:12 Launchpad Janitor branch linked lp:~zsombi/ubuntu-ui-toolkit/textarea-in-listitem-empty
2013-04-16 11:13:37 Zsombor Egri ubuntu-ui-toolkit: status Confirmed In Progress
2013-04-16 12:20:41 PS Jenkins bot ubuntu-ui-toolkit: status In Progress Fix Committed
2013-04-16 12:50:18 Launchpad Janitor branch linked lp:~timo-jyrinki/ubuntu-ui-toolkit/enable_daily_for_s
2013-04-18 14:05:55 Launchpad Janitor branch linked lp:~ken-vandine/ubuntu-ui-toolkit/raring.0.1.43
2013-04-18 14:06:28 Ken VanDine bug task added ubuntu-ui-toolkit (Ubuntu)
2013-04-18 14:07:28 Ken VanDine ubuntu-ui-toolkit (Ubuntu): importance Undecided High
2013-04-18 16:09:16 Launchpad Janitor ubuntu-ui-toolkit (Ubuntu): status New Fix Released
2013-04-18 16:16:45 Launchpad Janitor branch linked lp:ubuntu/ubuntu-ui-toolkit
2013-04-18 17:20:40 Florian Boucault ubuntu-ui-toolkit: status Fix Committed Fix Released