From a23ece02951d8d1f761227f0362cf1c5c57eb65e Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Sat, 13 Jul 2013 18:58:30 +0900 Subject: elementry/entry - Change the keyboard mode only if the imf is not available. If the imf is available, the keyboard mode should be decided by ime, but not entry. This prevents the asynchorouse states between ime and conformant. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index fd0450f83..4624a5b1c 100644 --- a/NEWS +++ b/NEWS @@ -261,6 +261,9 @@ Fixes: * Fix Segfault in elementary file_selector_example when closed * Fix Showing multiple popups in Entry. * Fix elm_object_item_part_content_set bug with end content in elm_list. + * Entry: Change the keyboard mode only if the imf is not available. If the + imf is available, the keyboard mode should be decided by ime, but not entry. + This prevents the asynchronous states between ime and conformant. Removals: -- cgit v1.2.1