On Mon, 31 Oct 2011 15:46:35 +0900 Jihoon Kim <jihoon48....@samsung.com> said:

i am wondering if we still need utf-=16 conversion? i think this works for
conversions to ascii but things like Ö are not goign to turn out well. right
now it works only because the key integer (which really is the first char of a
utf16 string - right?) when converted to a char fits inside the ascii range. :)
(in _ecore_win32_event_char_get())

> At this moment, space is processed in case of WM_KEYDOWN and WM_CHAR.
> 
> Therefore, 'space' key is processed twice, it makes bug.
> 
> In previous my patch, I changed keyname and string wrong.
> 
> I send the revised patch again.
> 
> Would you please review again?
> 
> -----Original Message-----
> From: Carsten Haitzler (The Rasterman) [mailto:ras...@rasterman.com] 
> Sent: Monday, October 31, 2011 12:28 PM
> To: Enlightenment developer list
> Cc: Jihoon Kim
> Subject: Re: [E-devel] [PATCH] Fix the bug that user cannot input key
> 
> On Fri, 28 Oct 2011 21:03:49 +0900 Jihoon Kim <jihoon48....@samsung.com>
> said:
> 
> i don't think this is right. this means u get 2 key press events, with with
> key string, one without... :(
> 
> > Hi, EFL developers and Vincent.
> > 
> > On Windows 7, there are some bugs related to key input in elementary_test.
> > 1. alphabet and symbol characters doesn't be inputted in elementary entry.
> > 2. When the space key is pressed, "space" string is entered in elementary
> > entry.
> > 
> > In this patch, I've tried to fix the above bugs.
> > It works well when I tested.
> > 
> > Would you please review this patch?
> > 
> 
> 
> -- 
> ------------- Codito, ergo sum - "I code, therefore I am" --------------
> The Rasterman (Carsten Haitzler)    ras...@rasterman.com


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


------------------------------------------------------------------------------
Get your Android app more play: Bring it to the BlackBerry PlayBook 
in minutes. BlackBerry App World&#153; now supports Android&#153; Apps 
for the BlackBerry&reg; PlayBook&#153;. Discover just how easy and simple 
it is! http://p.sf.net/sfu/android-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to