[Issue] http://suprem.sec.samsung.net/jira/browse/TWF-1508
[Problem] After clicking OK or CANCEL on web_view popup
browser is crashing sometimes.
[Solution] Clear focus from the entry and focus tab manager
button, so the EFL dont focus entry again after
clicking OK or CANCEL.
[Verify] Open maps.google.com from uribar and click OK or
CANCEL. Browser should work normally.
Change-Id: I08362da1f0032d9dfdd16e9a18d10bf50658b099
elm_object_focus_set(m_entry, EINA_TRUE);
#else
showSecureIcon(false, false);
+ clearFocus();
#endif
}
} else {
elm_object_signal_emit(m_mainLayout, "decrease_unfocused_uri_wp", "ui");
}
-
+ setFocusOnSuspend();
// delay hiding on one efl loop iteration to enable genlist item selected callback to come
ecore_timer_add(0.0, _hideDelay, this);
}