[Webkit-unassigned] [Bug 84710] [EFL] [DRT] EventSender doesn't provide correct key string

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 9 00:32:44 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=84710





--- Comment #14 from Kangil Han <kangil.han at samsung.com>  2012-05-09 00:31:47 PST ---
In this case, blank string indicates pressed key is not a character.
So 'character->ustring().utf8()' is happened when creating KeyEventInfo.

(In reply to comment #13)
> (From update of attachment 140851 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=140851&action=review
> 
> > Tools/DumpRenderTree/efl/EventSender.cpp:387
> > +    return CString();
> 
> Hmm, why do you return CString() instead of character->ustring().utf8()? It looks we need to return character itself when character is not supported by this function.
> 
> > Tools/DumpRenderTree/efl/EventSender.cpp:451
> > +    return CString();
> 
> ditto.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list