On Sat, 23 Apr 2011 00:56:14 +0900 Jihoon Kim <imfin...@gmail.com> said:

in svn! thanks! though a small change - it always should say cursor changed as
pos could be the same, but cursor changed location due to different char
sizes/wrapping etc.

> Hello,
> 
> I found the bug that "cursor,changed" signal is not emitted when the content
> of entry is removed.
> 
> Let's assume the cursor position is equal to 10.
> In this situation, elm_entry_entry_set(en, "") is called.
> The content of entry is removed and the cursor position is equal to 0, but
> "cursor,changed" signal is not emitted.
> 
> This patch is for solving this problem.
> 
> In addition, it lets the input method module know the cursor position using
> ecore_imf_context_cursor_position_set API
> in case that _edje_entry_set_cursor_{start, end} is called.
> 
> Would you please review this patch?


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Fulfilling the Lean Software Promise
Lean software platforms are now widely adopted and the benefits have been 
demonstrated beyond question. Learn why your peers are replacing JEE 
containers with lightweight application servers - and what you can gain 
from the move. http://p.sf.net/sfu/vmware-sfemails
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to