While moving mouse on the map.naver.com site, cursor artifacts occurs on the map area. This looks like an efl bug on ecore_evas_object_cursor_set api.
> This looks like an efl bug on ecore_evas_object_cursor_set api. hoping to get any idea from efl contributors ?
Created attachment 234460 [details] Patch
Comment on attachment 234460 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=234460&action=review > Source/WebKit2/UIProcess/API/efl/EwkView.cpp:411 > + ecore_evas_object_cursor_set(ecoreEvas, 0, 0, 0, 0); It would be nicer if you add "FIXME:" comment why we should reset cursor.
Created attachment 234483 [details] patch Apply reviewer's comment.
Comment on attachment 234483 [details] patch Clearing flags on attachment: 234483 Committed r170844: <http://trac.webkit.org/changeset/170844>
All reviewed patches have been landed. Closing bug.