So how are we going to address this? I'm not clear if we want to respect the alignment - and how exactly - or ignore it explicitly, like we effectively do right now.
-- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1378784 Title: TextField ignores verticalAligment setting Status in Ubuntu UX: Fix Committed Status in ubuntu-ui-toolkit package in Ubuntu: Incomplete Bug description: Given the code: import QtQuick 2.2 import Ubuntu.Components 1.1 Rectangle { width: childrenRect.width + units.gu(2) height: childrenRect.height + units.gu(2) color: "darkgrey" Column { anchors.centerIn: parent spacing: units.gu(1) TextField { text: "Standard TextField" } TextField { height: units.gu(6) text: "Higher TextField" verticalAlignment: TextInput.AlignVCenter } } } The text in "Higher TextField" is not centered vertically in the field. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-ux/+bug/1378784/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp

