--- a/src/hbinput/inputwidgets/hbinputcandidatelist.cpp Wed Jun 23 18:33:25 2010 +0300
+++ b/src/hbinput/inputwidgets/hbinputcandidatelist.cpp Tue Jul 06 14:36:53 2010 +0300
@@ -196,7 +196,10 @@
void HbCandidateList::populateList(const QStringList &candidates, bool addSpellQuery)
{
Q_D(HbCandidateList);
-
+ // Only for the first time when we launch candidate list its not setting a layout,
+ // Mostly the problem is form Qt side, for the time being to resolve issue related to candidate list
+ // making visible property true.
+ setVisible(true);
setContentWidget(d->mList);
d->setPriority(HbPopupPrivate::VirtualKeyboard + 1); // Should be shown on top of virtual keyboard.