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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 8 23:58:39 PDT 2012


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





--- Comment #13 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2012-05-08 23:57:44 PST ---
(From update of attachment 140851)
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