maemo.org Bugzilla – Bug 12348
Miniature for MeeGo CE doesn't show TextField
Last modified: 2011-08-31 21:15:27 UTC
You need to log in before you can comment on or make changes to this bug.
SOFTWARE VERSION: 0.3 in N900 with MeeGo CE EXACT STEPS LEADING TO PROBLEM: 1. Boot Miniature for MeeGo CE EXPECTED OUTCOME: User sees the TextField fro introducing FICS login & password, just like in the MeeGo Harmattan version. ACTUAL OUTCOME: No TextField for MeeGo CE? See the MeeGo CE screenshot http://wiki.maemo.org/Image:Screenshot_20110501_140024.png vs the MeeGo Harmattan screenshot http://wiki.maemo.org/Image:Miniature-FICS.png The weird thing is that the SDK seems to accept the "TextField" element? It complained with a couple more little details that we could just fix. REPRODUCIBILITY: always OTHER COMMENTS: - Miniature for MeeGo CE imports QtQuick 1.0 instead of 1.1 since this is the only version available. - MeeGo UX Components have also TextField but that refers to the equivalent of TextArea in com.nokia.meego Components... No idea if this has anything to do with this bug since I don't know whether MeeGo UX Components are integrated in MeeGo CE.
I don't think the TextField conflict between com.nokia.meego and MeeGo.Components has anything to do with this specific bug but will show up if/when we have a MeeGo Tablet version. Anyway, fwiw I just filed https://bugreports.qt.nokia.com/browse/QTCOMPONENTS-1021
Kate Alhola said in the meego-handset mailing list: > This is known issue, bug caused by backport from QtQuick 1.1 to 1.0 because > missing implicitHeight . > Work around is to specify height of textfield. I hope that we could get new Qt > version >= 4.7.4 that solves this problem.