Bug 12348 - Miniature for MeeGo CE doesn't show TextField
: Miniature for MeeGo CE doesn't show TextField
Status: NEW
Product: Miniature
UI
: master
: N900 other
: Medium major (vote)
: ---
Assigned To: unassigned
: general
:
:
:
:
  Show dependency tree
 
Reported: 2011-08-26 19:51 UTC by Quim Gil
Modified: 2011-08-31 21:15 UTC (History)
3 users (show)

See Also: https://bugs.meego.com/show_bug.cgi?id=22770


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description Quim Gil (reporter) 2011-08-26 19:51:47 UTC
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.
Comment 1 Quim Gil (reporter) 2011-08-26 20:42:27 UTC
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
Comment 2 Quim Gil nokia 2011-08-31 21:15:27 UTC
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.